Tag: backend-engineering
-

Migrations aren’t a script. They’re a contract between two versions of your app.
There’s a moment every backend engineer knows: the migration that ran clean everywhere — until an ALTER TABLE locked a live table and guests couldn’t join a call. Here’s the honest version of what changed after that.