Tutorials



How to completely uninstall and reinstall Homebrew Postgres
Lately, I’m finding that Postgres is becoming more and more vital to my development workflow. My days of leaning on an ORM like Rails’ ActiveRecord in order to get away with treating the database as a dumb hash are long behind me.As a result, even...



Developing with Docker (ENG) - Mo Khan | Ruby Meditation 30 - YouTube
I hope that the code I write continues to be used after I die. Which is why I only ever write legacy code" - this is what Patterson mentioned on his Twitter last September. In this talk, I will define metrics and try to distinguish code from Legac...


Rails 6.1 adds support for PostgreSQL interval data type
PostgreSQL Interval Data Type allows us to store a duration/period of time in years, months, days, hours, minutes, seconds, etc. It also allows us to perform arithmetic operations on that interval.There are two input formats for interval data. The...
