📰 Dev.to · Alex B
4 articles · Updated every 3 hours · View all reads
All
Articles 72,497Blog Posts 101,128Tech Tutorials 17,653Research Papers 15,633News 12,929
⚡ AI Lessons

Dev.to · Alex B
3mo 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
3mo 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
4mo 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
4mo ago
The challenges of soft delete
Software projects often implement "soft delete", maybe with a deleted boolean or an archived_at...
DeepCamp AI