Rate Limiter System Design in Under 60 Seconds #techprep #programming #systemdesign

preview_player
Показать описание
Preparing for a technical interview?
Рекомендации по теме
Комментарии
Автор

Using queue to update config is peak over-engineering.

Don’t do this guys. You’ll fail your tech interview if you do this.

fieryscorpion
Автор

Over engineered and bad design due to a numerous points of failure. Never use the tech you don't need!

galatei
Автор

Why do you need queue to update configuration?

avishayguttman
Автор

What if the target was the gateway?

For example DDOS

daau
Автор

Why "gateway" and "server" separated? Queue is unnecessary. Tokens for every request? I'll give you a rate limiter. Request>Ipaddress into a dictionary>Start timer>Check dict for more than X requests from Y IP within Z time. You "engineers" are useless.

CyrilCommando
Автор

The market apparently prefers bigger screens, so if the competition is doing it, u gotta keep up and do so as well to compete smh

joshuathomas
Автор

That is overengineering/not how to do it.

bjorn
Автор

Everything is explained except the rate limiter component.

michaelnedokushev
welcome to shbcf.ru