All
Articles 111,482Blog Posts 121,535Tech Tutorials 28,453Research Papers 23,048News 16,651
⚡ 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