Dynamic-languages

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...

MVC Frameworks and dynamic languages

less than 1 minute read

Warning! just figure out a mistake that can happen to every other programmer, and even brogrammers.I defined a method on my model that has the same name as o...