Category
Database
PostgreSQL, Prisma, Supabase, Neon, and database optimization.
Orphaned Postgres Slots Causing WAL Bloat (2026)
A practical 2026 playbook to find and fix orphaned Postgres replication slots before pg_wal eats your disk and takes prod down.
Akshit AhujaFeb 25, 2026Drizzle + Neon on Vercel: Stop DB Connection Storms (2026)
Fix Neon + Drizzle connection storms on Vercel in 2026: pick the right driver, pool correctly, and stop too many connections.
Akshit AhujaFeb 21, 2026Prisma Advisory Lock CI Fixes (2026)
Fix Prisma advisory lock timeouts (10000ms) in CI/CD with deploy concurrency, direct DB URLs, and a Postgres runbook (2026).
Akshit AhujaFeb 18, 2026Stripe Webhooks + Supabase RLS Leak (2026 Fix)
A real multi-tenant failure mode: Stripe webhooks + Supabase service_role can bypass RLS and write into the wrong tenant. Here’s the fix.
Akshit AhujaFeb 17, 2026Fix Prisma Migrate PgBouncer 's0' Error (2026)
Getting ERROR: prepared statement "s0" already exists? Here is the fix for Prisma Migrate with PgBouncer pooling in 2026.
Akshit AhujaFeb 6, 2026Supabase RLS + OFFSET Pagination Trap (2026)
OFFSET pagination + RLS can make Supabase feel slow. Spot it, fix policies, and switch to keyset pagination without breaking auth.
Akshit AhujaFeb 4, 2026