📰 Dev.to · scubaDEV
5 articles · Updated every 3 hours · View all reads
All
Articles 85,731Blog Posts 107,333Tech Tutorials 21,110Research Papers 18,072News 14,219
⚡ AI Lessons

Dev.to · scubaDEV
7h 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
7h 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
7h 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
8h 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