Recent Posts

Representing Statuses

2 minute read

When I am doing system Design, there are some recurring problems. One of the problem is to represent status of certain records. Take an example of a transact...

PHP is English

1 minute read

Recently many software gurus(e.g.: [Jeff Atwood](http://www.codinghorror.com/blog/2012/06/the-php-singularity.html & Fabien Potencier) whom I admired deb...

Gotcha in CodeIgniter

2 minute read

After 2 months of hustling, the development phase of my first “big” project is over. In this 2 months, I had to spend half of my brain debugging and implemen...

My follow-up on dynamic typing

less than 1 minute read

In my previous post, I’ve mentioned that it is up to the implementation to define whether the function will behave properly. Another issue that I can came ou...