Extract content from gmail

I wrote a quick script to extract contents from my gmail account. Here’s a gist. It might be of some help to someone.

What does Spring bring?

For non-programmers, Spring symbolises sunshine, warm breeze and holiday season. However, the story is a little bit different for Programmers. Yes, Spring brings timezone issues for Programmes. In other words, the moment of truth is upon us now and it’s time to check your timezone code. I spotted two obvious issues, and both are somewhat [...]

Speed up tests in Rails

Testing has always been part of the Rails framework, right from the beginning. The whole TDD concept became hugely popular after Rails was adopted in the mainstream. It has been around but Web applications were tested in a different manner 10 years ago. On my first day as a Java Developer, I was told by [...]