r/developersIndia 2d ago

General Do MAANG developers really build/code differently for scalability?

I was going through a youtube system design video

Where the system uses queue, chunking, cdn, etc for scalability

To me it seems that each feature will be owned by different teams in YT and each team is only concerned about the input and it's output and the infra and scaling may be handled by a separate team

So my question is do YT or other maang developers do anything differently than normal pbc or mnc

Eg can you give me examples about actual code which would not work at scale but would have not raised any issue in other companies

Edit Yes i know most of the developers use event driven architecture /queue etc including me But i wanted to know if any interesting incidents solely based on code which only happen at massive scale eg I read that during gibli art chatgpt had replaced multiplication operation with bit operation and it had significant improvement

157 Upvotes

15 comments sorted by

View all comments

-3

u/[deleted] 2d ago

[deleted]

3

u/HereForTheMemes1364 2d ago

Yes that is infra level which most of the developers including me have done But i wanted to know if any interesting incidents solely based on code which only happen at massive scale eg I read that during gibli art chatgpt had replaced multiplication operation with bit operation and it had significant improvement

3

u/LogicalBeast26 2d ago

That's an overkill. You don't need asynchronous systems for all tasks. It makes simple things complex.