I wrote a blog with four interactive app that let's you play around with rate limiting algorithms. Leaky and token bucket, fixed and sliding window.

Posted by Sagyam@reddit | programming | View on Reddit | 1 comments

I was tired of reading blogs that cover the basics of well understood topic for the Nth time. So I have started a blog series where I either combine text with interactive app or go very deep into a technical topic.

Here are some apps you can play with

- Bloom Filter
- Hyperloglog
- Count Min Sketch (Working on it)