All
Articles 111,402Blog Posts 121,463Tech Tutorials 28,414Research Papers 22,452News 16,650
⚡ AI Lessons

Dev.to · Alex B
4mo ago
My setup for integration tests in Go with embedded-postgres
Today, I set out to write some integration tests. Since I'm using Postgres, one hurdle people often...

Dev.to · Alex B
5mo ago
Digging into UUID, ULID, and implementing my own
I needed to figure out what ID type to use for atlas9. Initially, I reached for UUIDv7, which seemed...

Dev.to · Alex B
🎯 Management & AI-Era Leadership
5mo ago
Modeling identity and access hierarchy in Postgres with ltree
Can Alice edit this blog post? Can Bob comment on that document? Can product executives modify the...

Dev.to · Alex B
5mo ago
The challenges of soft delete
Software projects often implement "soft delete", maybe with a deleted boolean or an archived_at...
DeepCamp AI