Madhav ⚡️ (@askmaddyy) 's Twitter Profile
Madhav ⚡️

@askmaddyy

Engineer | @Amazon | @AmericanExpress

ID: 1946953334398558209

linkhttps://topmate.io/madhav_oberoi/ calendar_today20-07-2025 15:20:34

657 Tweet

580 Followers

167 Following

Madhav ⚡️ (@askmaddyy) 's Twitter Profile Photo

Backend interview scenario: ‘What is the CAP theorem and why is it important in distributed systems?’ Here’s a clear breakdown 👇

Rohit Lakhotia 🚢 (@rohitlakh) 's Twitter Profile Photo

How does the BBC handle millions of visitors during breaking news when traffic can TRIPLE in seconds? The secret: Serverless computing (AWS Lambda). Here’s how the world’s oldest broadcaster scaled for the internet age 🧵

How does the BBC handle millions of visitors during breaking news when traffic can TRIPLE in seconds?

The secret: Serverless computing (AWS Lambda).

Here’s how the world’s oldest broadcaster scaled for the internet age 🧵
Madhav ⚡️ (@askmaddyy) 's Twitter Profile Photo

Every backend engineer should know the SOLID principles. They’re not buzzwords. They’re the difference between code that’s flexible and code that traps you. Here’s the breakdown in simple words : 1. Single Responsibility Principle (SRP) A class should only do one thing. If a

Rohit Lakhotia 🚢 (@rohitlakh) 's Twitter Profile Photo

Reddit has 504M+ users with 91M daily actives. That’s an insane scale. But with billions of posts containing images, GIFs & videos, Reddit faced a tough challenge: Efficiently storing & serving media metadata at scale. Here’s how they solved it 👇

Madhav ⚡️ (@askmaddyy) 's Twitter Profile Photo

I used to believe Airtel was the best network provider but sadly the service has been horrible for the past 2 weeks. Is anyone else experiencing the same?

Madhav ⚡️ (@askmaddyy) 's Twitter Profile Photo

Writing tests isn’t just about hitting coverage numbers. It’s about knowing which tests matter and what each one is meant for. Here are the main ones you should know 👇 Unit tests Check a single function or method in isolation. We write them to catch logic errors early and keep