explaining-rate-limiter-system-design.hashnode.devExplaining Load BalancersSia was a CSE student. One day she built an AR/VR based gaming project. Unexpectedly it blew up overnight. There were too many users and her netlify free suscription servers could not handle the load. To solve the problem she rented some servers. How...Jan 10·11 min read
explaining-rate-limiter-system-design.hashnode.devExplaining Rate Limiter System DesignWhat is a Rate Limit ? Most API’s and websites have a rate limit to deal with fair usage, high traffic and latency issues. The number of requests you can make in an hour or in a day (technically called the “time-window”) is called as ‘rate limit’. Th...Jan 6·6 min read