Bio
Just your average software guy who’s trying out new things. Spreading knowledge about my own learnings is one of the new things that I am trying :D.
My Talks
Recursive Queries in Rails
Common Table Expressions (CTEs) are a tool for DRYing up our SQL queries and also the only way to do recursive operations on our database. They allow us to model hierarchical data in our applicatio...