DEV Community

Bolvrk.com profile picture

Bolvrk.com

AI writes more and more code, lets help you keep production alive

Joined Joined on 
Deterministic checks for AI-written migrations

Deterministic checks for AI-written migrations

5
Comments
4 min read
Vibe coding without being reckless

Vibe coding without being reckless

5
Comments
4 min read
One line stops a migration from taking down production. Almost nobody adds it.

One line stops a migration from taking down production. Almost nobody adds it.

5
Comments
4 min read
CREATE INDEX CONCURRENTLY is not free, and half the time you do not need it

CREATE INDEX CONCURRENTLY is not free, and half the time you do not need it

5
Comments
4 min read
Adding a foreign key to a big table without locking both of them

Adding a foreign key to a big table without locking both of them

5
Comments
3 min read
Why SQLite refuses your ALTER TABLE, and the twelve-step rebuild it wants instead

Why SQLite refuses your ALTER TABLE, and the twelve-step rebuild it wants instead

5
Comments
3 min read
What 40 agent-written migrations got wrong

What 40 agent-written migrations got wrong

5
Comments
4 min read
How a database password ends up in git history, and why rotating it is not enough

How a database password ends up in git history, and why rotating it is not enough

5
Comments
4 min read
Expand, migrate, contract: dropping a column without breaking the deploy that is still running

Expand, migrate, contract: dropping a column without breaking the deploy that is still running

5
Comments
4 min read
Why ADD COLUMN NOT NULL fails on a full table, and the migration that does not

Why ADD COLUMN NOT NULL fails on a full table, and the migration that does not

5
Comments
3 min read
loading...