Posts
We do blogs here
System Design Traffic and Cache: Load Balancers and Redis
Published: at 08:15 AM(5 min read)Practical system design patterns for distributing traffic with load balancers and reducing database pressure with Redis caching.
System Design Distributed Trade-offs: CAP and Consistency
Published: at 08:00 AM(4 min read)A practical guide to CAP Theorem and availability-vs-consistency decisions, with real-world examples and exercises.
The Journey to Smarter SQL - Building Reindeer's Lightning-Fast Autocomplete
Published: at 10:00 AM(5 min read)A deep dive into the iterative process of building an AI-powered SQL autocomplete feature, highlighting the technical challenges of latency and cost, and the novel solution of local suggestion caching.