borntoco.de

But it's not our job to be better than anyone else; we just need to be better than we were a year ago. - Jeff Atwood

Works

You can find most of my codes on my github account. This is where I keep all my personal projects - including this site ☺

borntoco.de - The repository for this website.

SAJA - Scalable Architecture for Javascript Applications. Inspired by Nicholas Zakas. Compose your application of loosely coupled modules which use pub/sub pattern for communication. All based on RequireJS.

cinodine - continuous intergration app for javascript. It is used in my previous workplace and runs seamlessly on Bamboo server. Uses node.js along with jsdom and QUnit modules. Everything to simulate real browser environment. Yes it was written before Phantom.js became popular ;)