Good Developers Think like a Startup
I have the privilege to be the Head of Development of Branded Internet, a white label ISP in South Africa. I also like to read and think about how startups work, and what they do to make them successful. As I see it, the basic recipe for a startup is:
- Find a niche market or problem
- Find a revolutionary / novel way to solve that problem
- Build the solution
- Market it
- See the money roll in.
If you see the company you're developing for as your client or target market, software development follows basically the same recipe.…
Why Object Orientation is Great
I'm working on some statistics surrounding BI's API Documentation coverage: Just how much user documentation have we written?
When I started out, the number was abysmally low: 11% of the 1300 functions. Not good. But I didn't feel too bad when I realized that because it's written as an Object Orientated system, I can very quickly improve the coverage.…
Getting Started with node.js
Looking for a new challenge, I started a small project in node.js. Here's a few simple tips on how to get going quickly.…
Email Parser for node.js
I need to parse Emails in node.js and after looking around on the web, I didn't find much. Oh, no, I'll have to write it myself... :)
The source is hosted on GitHub .…
Why I Code
A a student I went to a career psychologist to explore my career needs and drives, and got told that I like solving problems in a creative way. As the son of an engineer and a very artsy mother, that kind of made sense. Seeing as I was already into computers and programming, I chose coding as my problem solving mechanism.…
Twitter API Request Entity too large / HTTP 413 error
I've setup zacoders.net that it will automatically tweet new RFC's. A while back this functionality stopped working. Today I investigated a bit further, and here's what I found.…
How to remove the www from your URL
If you like simplicity, you might like to simplify your website's URL. You can do this by adding the following in your .htaccess file, or in the VirtualHost declaration on your Apache setup.
New look!
At long last I've been able to find the time to port my website from drupal to backend. Backend is a PHP framework I wrote myself and open sourced to get it out there.
…SQLite Viewer
I'm playing around with Google Gears, doing data imports, and generally playing around. I'm quite visiually oriented, so I need to SEE that the data has been added to a table. For my conventional PHP / MySQL apps, I usually use phpMyAdmin or the MySQL query browser, but for Gears developmen, which uses SQLite, I needed to use something else.…
Update On Backend
Bakend: PHP framework, as it's now called, now has it's own website! Check it out at http://backend-php.net.
…




