YOW 2010 @ Melbourne
First impressions of my first ever YOW conference.
First impressions of my first ever YOW conference.
As a student of Computer Science, a university can have two roles. One is to teach you how the very…
Apparently all declarations of `tinyint` in MySQLAdapter in Rails are treated as booleans, not just `tinyint(1)`
Liquibase migrations are nice except for one thing.
This is why I like Schneier and this is how things should be explained
Why are module managers in languages still making me build stuff???
Recently discovered how to create dynamic classes in Java. Thread.currentThread().getContextClassLoader().loadClass(“DynamicClassPath”) And then if you want to invoke a method on…
The one I wrote in my spare time finally got officially released. *insert huge smile*. Fetch it from here
So yesterday evening, I started writing a Google Chrome extension for my company. The documentation was easy to find and…
How Daniel showed me proper usage of call back functions in JS!