root

Recent Posts

Ruby async await

5 minute read

There is a lot of buzz about asyc await from the javascript world, the concept is very simple and make your code much more readable.

Octopress 101

4 minute read

I decided to develop my own blog like all the other cool developers. If you got here, this is what I got so far, it’s not too much, but it’s a start.

Ruby Lazy chunked hash like behavior

2 minute read

When we want to iterate a long list, we can simply write a query and get a cursor, ActiveRecord will do all the heavy lifting for us.What happens when we nee...

Rubymine on OSX memory issues

less than 1 minute read

I found this only today, you should run Rubymine as 32 bit process.It works much faster and consume half the memory.To set this got to the Applicaitons folde...