How to add model validation for a column using a PostgreSQL enum type in Rails 7.1.
Some helpful tips to fixing slow database queries before they become a problem.
Speed up your tests, a nice SQL trick, and a Jest global that you might not know about.
Inserting 100,000,000 rows into the database, how Turbo can break OAuth forms, and more!
Some tips on how to do many-to-many SQL queries without a normal join table.
A look at the Postgres array type and good old join tables, each with their advantages and disadvantages.
Highlights of what happened in our #dev channel on Slack this week.
How do you even save a “duration”, let alone query for records by that value? It’s actually easier than you think.
Leverage the power of the I/O table mindset to make your tests as maintainable and readable as possible.