Blog

Writing on case study, leetcode, dsa.

FeaturedCase StudyApr 2026 · 10 min read

Rate Limiting in Distributed Systems: Token Bucket vs Sliding Window

A deep dive into the two most common rate limiting algorithms — when to use each, how they behave under burst traffic, and how to implement them with Redis.

GoRedisDistributed Systems