Quantcast
Channel: Continuous Learning
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Should You Have Faith in Lean Startups (or In Your Startup)?

Ash Maurya is asking a very good question: Do you have faith in lean startups? He goes on to digest the “faith” in lean startups and cautions the practitioners to have a healthy dose of skeptism:...

View Article



Image may be NSFW.
Clik here to view.

Flapjax – Functional Reactive Programming in Javascript

What if programming can be as simple as writing spreadsheet formulas? Now – there are some complex spreadsheets out there for sure, but the power of spreadsheet comes from that the values are...

View Article

Image may be NSFW.
Clik here to view.

Increase Upload Quota in WordPress

In WordPress Network, there is a upload size quota limitation, defaulted to 10MB.  Which works for ISP selling their spaces at premium, but not if you already buy the space: Administration -> Super...

View Article

Image may be NSFW.
Clik here to view.

Ignore That RFP When…

It is often difficult to ignore the RFP that just lands on your desk.  There lies the untold riches and glory that awaits you. But just like the gold rush, most people come home empty handed with RFPs....

View Article

Image may be NSFW.
Clik here to view.

NodeJS Hello World

NodeJS hello world is pretty straight forward Download NodeJS & install it Verify via running node on command line Type up the following hello.js in your favorite editor var http = require('http');...

View Article


Image may be NSFW.
Clik here to view.

NodeJS Serving Static Files

We have previously generated dynamic hello world in NodeJS – let’s now try to do so via serving a static file instead. The hello.html contains the following <html> <head><title>hello...

View Article

Image may be NSFW.
Clik here to view.

Working with HTML Canvas

Canvas is central to HTML5 for 2D graphics.  It is supported to various degree by the modern browsers, which of course means IE lags behind until version 9. The following creates a canvas element in an...

View Article

Image may be NSFW.
Clik here to view.

HTTPS with GITHUB

SSH port is blocked at many company firewalls – for no good technical reasons of course, but probably driven by security policies, and that means one cannot use github without either a weird proxy hack...

View Article


Image may be NSFW.
Clik here to view.

Using Git Submodules

If you want to reference code from external repositories within your own repository in GIT – you’ll have to use GIT submodules. Let’s say that we have a repo called sandbox, and inside sandbox, we have...

View Article


Image may be NSFW.
Clik here to view.

Remove Submodule from GIT Repo

There is no git submodule rm command, so it takes a bit of manual work to remove a submodule reference in your git repo From (https://git.wiki.kernel.org/articles/g/i/t/GitSubmoduleTutorial_c489.html)...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images