System Design | #SystemDesign :
Rate Limiter protects an API from abuse by restricting a user form making a limited number of request in a given period of time.
In this video I am going to discuss how Rate Limiter with :
1) Protection API from abuse
2) making a system Cost effective
3) Avoiding cascading failure
4) Making application Secure
Algorithms that has been discussed here are:
1) Token Bucket
2) Leaky Bucket
3) Fixed window
4) Sliding Window
You can buy us a coffee at : https://www.buymeacoffee.com/thetechgranth
system design: https://youtu.be/jzPSuBiidF4
DS for beginners: https://youtu.be/cxjWjBPPbzI
leetcode solutions: https://youtu.be/jVN6Mq0mXJo
github: https://github.com/TheTechGranth/thegranths
facebook group : https://www.facebook.com/groups/741317603336313/
twitter: https://twitter.com/GranthTech
Download
0 formats
No download links available.
System Design : Rate Limiting Algorithms | API Rate Limiter | Cascading Failure Resolution | NatokHD