<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Rate Limiting on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/tags/rate-limiting/</link>
    <description>Recent content in Rate Limiting on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <lastBuildDate>Sun, 17 May 2026 17:50:46 +0530</lastBuildDate>
    <atom:link href="https://blog.rajpoot.dev/tags/rate-limiting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Design a Rate Limiter — Token Bucket, Sliding Window, and Distributed Counters</title>
      <link>https://blog.rajpoot.dev/system-design/design-rate-limiter-2026/</link>
      <pubDate>Sat, 02 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/system-design/design-rate-limiter-2026/</guid>
      <description>Design a rate limiter from first principles in 2026 — token bucket, sliding window, distributed Redis-backed limiter, and the patterns from real systems.</description>
    </item>
    <item>
      <title>API Rate Limit Design — Quotas, Headers, and 429 Patterns in 2026</title>
      <link>https://blog.rajpoot.dev/posts/backend/api-rate-limit-design-2026/</link>
      <pubDate>Fri, 01 May 2026 03:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/backend/api-rate-limit-design-2026/</guid>
      <description>How to design API rate limits that customers can use — tiers, quota types, response headers, 429 patterns, and the patterns from popular APIs.</description>
    </item>
    <item>
      <title>Design a Distributed Rate Limiter at Scale — Beyond Single-Redis in 2026</title>
      <link>https://blog.rajpoot.dev/system-design/design-rate-limiter-distributed-2026/</link>
      <pubDate>Thu, 30 Apr 2026 18:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/system-design/design-rate-limiter-distributed-2026/</guid>
      <description>How to scale a rate limiter beyond single-Redis in 2026 — sharded counters, local-then-global hybrid, sliding-window approximations, and the patterns at billion-request scale.</description>
    </item>
    <item>
      <title>Design a Rate Limiter — Algorithms, Distributed Implementation, and the Tradeoffs</title>
      <link>https://blog.rajpoot.dev/system-design/design-rate-limiter-system-design/</link>
      <pubDate>Tue, 28 Apr 2026 19:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/system-design/design-rate-limiter-system-design/</guid>
      <description>A complete system design for a distributed rate limiter — token bucket, leaky bucket, sliding window log, sliding window counter, and how to build them with Redis at scale.</description>
    </item>
    <item>
      <title>Rate Limiting Strategies for APIs</title>
      <link>https://blog.rajpoot.dev/posts/backend/rate-limiting-strategies-for-apis/</link>
      <pubDate>Tue, 28 Apr 2026 15:05:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/backend/rate-limiting-strategies-for-apis/</guid>
      <description>How to rate limit your API properly — fixed window, sliding window, leaky bucket, token bucket, Redis implementations, and what to put in your headers.</description>
    </item>
  </channel>
</rss>
