📰 Dev.to · scubaDEV
5 articles · Updated every 3 hours · View all reads
All
Articles 88,430Blog Posts 108,028Tech Tutorials 21,929Research Papers 18,910News 14,553
⚡ AI Lessons

Dev.to · scubaDEV
2d ago
Your Hand-Rolled Two-Phase Commit Between Two Databases Isn't Atomic
I had a write that spanned two physically separate databases. A rename that had to propagate across...

Dev.to · scubaDEV
2d ago
Everything That Breaks When You Generate PDFs with Headless Chrome in a Container
Server-side PDF generation with headless Chrome is the kind of feature that demos perfectly and then...

Dev.to · scubaDEV
2d ago
Dynamic Column Updates in EF Core Without Hand-Rolling SQL Injection
Sometimes you genuinely need the set of columns to update to be data, not code. An operator maps...

Dev.to · scubaDEV
2d ago
SELECT MAX()+1 Is a Race Condition Waiting to Happen
This is a story in three acts about one of the most innocent-looking patterns in backend code:...

DeepCamp AI