Developer Builds Concurrency-Safe Movie Seat Reservation System Using FastAPI and Redis
A developer built a movie reservation backend to explore how production systems prevent double-bookings when multiple users attempt to reserve the same seat simultaneously. The project uses FastAPI…
Read the full articleYou might also wanna read
Implementing PostgreSQL as a Dead Letter Queue for Event-Driven Systems: A Wayfair Case Study
Learn how to use PostgreSQL as a Dead Letter Queue (DLQ) for event-driven systems. Case study from Wayfair showing how to handle failures in
AlloyDB Hot Standby: Faster failovers, consistent performance
AlloyDB for PostgreSQL is a fully managed, PostgreSQL-compatible database service designed for the most demanding enterprise workloads. It c
Architecting Slim Servers: Deferring Async Tasks to PostgreSQL Tables
I like slim and stupid servers, where each endpoint wraps a very dumb DB query. Dumb queries are fast. Fast queries make websites smooth and
Benchmarking Redis vs PostgreSQL for caching: An experimental comparison
There are books & many articles online, like this one arguing for using Postgres for everything. I thought I’d take a look at one use case -
Rails 8 Replaces Redis with Database-Powered Alternatives: SolidQueue, SolidCache, and SolidCable
Rails 8 eliminates Redis from the default stack. Learn how SolidQueue, SolidCache, and SolidCable replace Redis for job processing, caching,
Teaching Rust's type system to prevent parallel-Redux data races at compile time
How I taught Rust’s type system to refuse my own parallel-Redux data races, with one false start and one mind-shift.

Comments
Sign in to join the conversation.
No comments yet. Be the first.