January 2025
-
🔗Eliminate Slow Queries with Ecto Telemetry
-
🔗You Don't Need Ecto.Multi
-
🔗Collection of Insane and Fun Facts About SQLite
-
🔗Databases in 2024: A Year in Review
-
🐥Troubleshooting blocked queries in PostgreSQL
December 2024
-
🔗Safe Ecto Migrations
-
🔗What I Wish Someone Told Me About Postgres
-
🔗Storing times for human events
-
🔗The Modifications I Make to Every New Phoenix Project
-
🔗SQL Best Practices: Don't Compare count(*) with 0
-
🔗Don't Do This in PostgreSQL
-
🔗Easy totals and subtotals in Postgres with rollup and cube
-
🔗Optimizing SQLite for servers
-
🔗Modelling `through` relationships with Ash
-
🔗UUID, ORM and Strange Deadlocks
-
🔗Introduction to Ecto.Multi
-
🔗Historized Attributes: Systematic Table Design
November 2024
-
🐥Dynamic order by using Phoenix Ecto
-
🐥Be careful with building delete statements using Laravel Query Builder
-
🔗Choosing the right Postgres indexes | Blog
-
🔗How to do a preload good using Ecto
-
🐥How to add relative percentages to MySQL query results
-
🔗How to Implement a Global Transaction for All Routes in Laravel
-
🐥The Hidden Dangers of Sorting and Pagination in MySQL: Handling Nullable Columns
-
🔗Prevent Destructive Commands From Running in Laravel