System Design Interview: API Rate Limiter
Please consider supporting us by signing up for a paid Medium account.
Get a leg up on your competition with the Grokking the Advanced System Design Interview course and land that dream job! Don’t waste hours on Leetcode. Learn patterns with the course Grokking the Coding Interview: Patterns for Coding Questions. Or if you prefer video-based courses check out Udemy courses at 50% off.
An API rate limit is the number of API calls that a user can make during a specific time interval. If this limit is exceeded, the user or IP needs to…