Rate Limiting using Redis + Golang (Token Bucket algorithm)
What is rate limiting?
Imagine someone making a request to an API. Now, let's say there are many requests coming in from different people or applications, and the server that handles these requests gets overwhelmed. It can't handle all the requests a...
irshitmukherjee55.hashnode.dev9 min read