Skip to main content
thakurcoder
Blog
Tools
Portfolio
About
Contact
Search
⌘K
Loading…
Home
/
Blog
/
#Caching
Tag
#Caching
4 posts
01
September 9, 2026
Redis 8: Cache, Vector Search, and Semantic Caching
Redis stopped being just a cache. Redis 8 folded the Query Engine into core, shipped a native vector data type, and Redis Cloud added a managed semantic cache. This post maps all three layers to the exact version that supports them, with the caveats nobody puts in the marketing page.
02
July 3, 2026
The Missing HTTP Method: QUERY Is Almost Here
Complex queries don't fit in GET URLs, so we abuse POST and lose caching, safety, and automatic retries. The HTTP QUERY method — now in the RFC Editor queue as a Proposed Standard — fixes this. This deep dive covers the spec's semantics, caching rules, the Accept-Query header, and practical implementation patterns for Laravel and Node.js.
03
June 10, 2026
System Design Fundamentals: The 10 Components Behind Every App That Scales
Anyone can write code that works. System design is what makes it work for 100 million users at once. This post walks through every core building block — databases, caching, load balancing, replication, partitioning, CAP theorem, message queues, and monitoring — with fact-checked numbers (WhatsApp moves 100+ billion messages a day, not millions) and a worked video-streaming design at the end.
04
March 7, 2025
Redis: The Speedy Key-Value Database You Need to Know
Imagine a database so fast it feels like magic, juggling everything from website caching to real-time game leaderboards—and then some! That’s Redis, an in-memory data store that’s become a developer’s secret weapon. In this guide, we’ll unpack what makes Redis tick, explore its versatile data structures, and reveal its lesser-known tricks, like messaging and atomic updates. Whether you’re new to coding or a pro, get ready to see why Redis is transforming apps worldwide!