2026.04.03E·88Next.js 16 Migration: Full App Router Conversion Retrospective
Everything I hit while converting from Pages Router to App Router — migration strategy, Server Component gotchas, data fetching rewrites, and honest before/after performance numbers.
Next.jsMigrationApp Router
→2026.02.05F·180Zero-Downtime DB Migration: The Terror of Schema Changes in Production
Adding a column to a production table locked it for 5 minutes. Learning zero-downtime migration strategies the hard way.
DatabaseMigrationZero Downtime
→2025.12.12E·26Fixing Supabase Migration Conflicts: The 'History Table' Mismatch
Team member changed the schema, and now `supabase db push` fails? Learn how to fix migration history mismatches using `migration repair`.
SupabasePostgresMigration
→