Posts

Thoughts on software development, building products, and learning new technologies.

PostgreSQL and SQL Tips For Rails Developers

Rails can make it easy to avoid learning how to interact with your postgreSQL database or use sequel. But learning these things can give you a competitive edge. In this post, we'll look at some tricks to interact with postgreSQL for your rails apps.

Read This Article →