Why I should care about a Rate Limiter?
your system need a rate limiter– To prevent the DDoS attacks,– reduce costs,– error handling – it prevents DDoS attachs – distributed denial-of-service attempts.– limits unnecessary strain on computing resources, saving infrastructure spend.– it avoid overloading on our workload – ensures our happy users don’t accidentally or maliciously hog resources and ruin the experience for […]
Mistake we have to AVOID:

“Many engineer think – If my system is highly available, then I have disaster recovery.” Not necessarily. A system can be highly available and still have poor disaster recovery.
What is Amazon CloudFront?

Amazon CloudFront is a Content Delivery Network (CDN) offered by Amazon Web Services (AWS). That might sound technical, but here’s what it really means: CloudFront is a service that makes websites and apps load faster—especially when people are visiting them from different parts of the world. It works by bringing your website’s content closer to […]