src/data/question-groups/backend/content/rate-limiting.md
To implement rate limiting, you have to keep the following points in mind:
If you want to take this further, you can look into using an existing API Gateway that already provides this functionality or look into adding support for sudden bursts of traffic to avoid penalizing clients that are slightly above the limits every once in a while.