Jumping through hoops to represent trees in Database
Originally published on my WordPress blog on December 29, 2009. Recently I have been working on a project where we have to represent hierarchical data in Database. Unfortunately we do...
Coroutines - back to basics
Originally published on my WordPress blog on December 27, 2009. Ruby 1.9 Fibers has got me reading about Coroutines. Thought I should put all my understanding somewhere, as I read...
Document Oriented Databases
Originally published on my WordPress blog on May 10, 2009. History Relational Databases have been the almost the only way applications persist data. In the days when code was written...
Consume REST webservices in java using rapa
Originally published on my WordPress blog on January 24, 2009. I have been reading about REST webservices for quite a while now. But rails still seems to have the best...
Access GMail with imap using java mail api
Originally published on my WordPress blog on January 24, 2009. I had to search through quite a few web pages for this. So I am putting it here for future...