Learn from Ruby source code

Recent days I read “Ruby under a microscope” by Pat Shaughnessy.

I really enjoy reading this book. Pat has done great job explain the mechanism inside Ruby. I also enjoy reading his blog article about some implement inside Ruby. With learn how Ruby implement the practical feature, I also learn some algorithms. Learn something is really joys.

 
1
Kudos
 
1
Kudos

Now read this

From Sinatra/Ruby to Martini/Go

Just spent a day to migrate from Sinatra/Ruby to Martini/Golang. The urgent for me to do this is because the node I have is Linode 2G. I found that by using two Sinatra app with alexch/rerun, it consume almost 200mb in background. That’s... Continue →