Designing a bursty rate limiter
June 02, 2024system-design, token bucket, go
A rate limiter caps how many requests a sender can issue in a specific time window. It then blocks requests once the cap is reached.
A rate limiter caps how many requests a sender can issue in a specific time window. It then blocks requests once the cap is reached.
How to convert time '17:30:00+00' to time in a timezone?
Understand Go from OOP perspective
Insert a new document if none of the documents match provided filter, but update only specific field when a match is found