Rate Limiter
What is a Rate Limiter ?
Rate limiting as the name suggests, refers to preventing the frequency of an operation from exceeding a defined limit.
Imagine we have a service which is receiving a huge number of requests, but it can only serve a limited n...
codeminion.hashnode.dev3 min read
Diego Ballesteros (Relatable Code)
Senior Software Developer (Relatable Code)
Useful write-up and something I'm very much considering now that I'm going to be using the GitHub API for some side-projects and they definitely have some limits.