November 2024
-
🐥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
October 2024
-
🔗Search is not magic with PostgreSQL
-
🔗IEx "any" Helper
-
🔗Optimizing Postgres table layout for maximum efficiency
-
🐥TIL: Deleting duplicate rows in a database
-
🔗Proposal to make MariaDB the default MySQL variant in Ubuntu 25.04
-
🔗PostgreSQL: Full text search with the "websearch" syntax
-
🐥Backing up a PostgreSQL database
-
🔗PostgreSQL and UUID as primary key
-
🔗Stop using SERIAL in Postgres
-
🔗Building RAG with Postgres
-
🔗Tree hierarchies in Laravel
September 2024
-
🔗MySQL ORDER BY with nulls first or last (at bottom or top)
-
🔗PostgreSQL 17 Released!
-
🐥A subtlety of Ecto.Query.preload
-
🔗SQLite is not a toy database
-
🔗Add an use a JSONB field in Phoenix and Ecto