The Lab · Written in the open · Tagged Database

Lab.

Working notes from the studio. The tools I build, the workflows I keep, the mistakes I paid for.

9 entries · latest 2026-07-03

Browse every entry by topic

Latest entry

RAXXO Studios 9 min read

Why I Stopped Reaching for Redis on Solo Projects

Six Redis use cases replaced with SQLite, Postgres, and Edge KV Rate limiting fits in one SQLite table with 40 lines Postgres LISTEN handles pubsub without a second service One place Redis still wins: high-throughput shared queues I ran Redis...

DatabaseDevelopmentTutorials
Read the entry
TLDR This entry in one minute
  • Six Redis use cases replaced with SQLite, Postgres, and Edge KV
  • Rate limiting fits in one SQLite table with 40 lines
  • Postgres LISTEN handles pubsub without a second service

All entries · Database