How to Crack Any System Design Interview | Scalable System Design
Вставка
- Опубліковано 10 лют 2025
- Hey Everyone, In this video, We will understand how to build a scaleable system design and scale your backend to millions of users.
Quick Links
Full Stack Twitter Clone learn.piyushga...
Docker Course learn.piyushga...
Master NextJS 14 learn.piyushga...
Also Watch
Scalable Chat App • Build Scaleable Realti...
BullMQ Crash Course • What are Message Queue...
Kafka Crash Course • Apache Kafka Crash Cou...
Video Titles
System Design Interview Questions
Crack System Design Interview
System Design to Scale
Queue system using Nodejs
Hashtags
#redis #systemdesign #kafka #postgresql #nodejs #nextjs #nextjs14 #fullstackwebdevelopment #chatapp #socketio #websocket #webdevelopment #opensource #javascript #reactjs
Man you are the only person who is teaching real backend development.
Else are just making simple website with react, implementing few CURD operations and copy pasting pre made components and telling themselves as full stack developer.
true, This guy is a GEM!
Man you are the only person who is teaching real backend development.
Love you man , I started learning system design , still a noob but can understand everthing you said. Thanks alot ...
At 19:13 you correctly explained vertical scaling, to avoid confusion in the video add remarks when you are saying VS or HS
thanks for the youtube algorithm i found him we want more video like this maybe whole playlist on system degisn beginner to advance
Hi Piyush, because of you I don't want to watch Amazon and Netflix entertainment videos anymore. Your videos are both educational and enjoyable. Much respect and blessings to you! Keep up the great work! 🙏❤💐
you are right :)
12:40 imp
17:00 summary:
X horizontal scaling (it's not the first solution)
✓ make the services async
- divide services into critical and non-critical tasks
- use a queue to store all the non-critical tasks. The consumer (server) will perform those tasks asynchronously (i.e. not related to the user req-res flow).
- rate limiter, concurrency control, limiter etc can be applied to the queue/consumer
19:00 moment of realisation for bro that he effed up vertical and horizontal
Your explanation is crystal clear, loved it :)
bro you are so underrated youtuber in coding industry , very nice explanation 🔥🔥
piyush, you should make a playlist of system design. yet very hard to find good system design playlist 🙃
gold. never thought system design would be so interesting but you make it so interesting. for some reason, hindi mein jyaada acha lag raha hai. please do a separate video on horizontal scaling vs vertical scaling. confused baahut kardiya adla badli se haha.
Your way of explanation is really very simple, easy and memorable ❤.. Thanks for such videos..
Will wait for your coding part video..
Yes, We want this type of information video, thanks a lot 🙏❤
Piysh Garg this is the real concept of backend and system design, Love to see more vedios like these where you first deal with system design then its code, example Vedio encoding and decoding or notification service system design + code. Waiting for more vedios, please make if possible.
Thank god , I found you from Chai aur Code . Your Explanation is superb. Thank you .
vertical and horizontal confusion 3-4 years me sheekh paya to or fir ye video. dekh li
Great video man.
I'm a senior FE, but I enjoy watching your videos. They add a different flavor to my knowledge.
also we do volumetic performance testing(VPT) before the peak time (example : Big Billion Day or Amazon Fire Sale) this helps to take decisions on the amount of resources we need when a certain number of user comes during peak time.
So u keep ur upper environments ready for that kind of load so that auto-scaling dont create the latency issues during peak time if scaling is required.
Looking forward to more videos like this. Thanks a lot, I really appreciate it.
The way of Explaining is just Awesome..!
Blooper at the beginning?😂
😮
Bhai ne edit Bhi nhi kiya 😂
@@AshishKumar-cp9og bro fears nothing 🫡
😂
00:01 Learn how to crack system design interviews as a fresher
02:01 Designing a scalable system is essential in system design interviews.
06:17 Autoscaling and its challenges
08:37 In system design, prioritize critical tasks over non-critical tasks for scalability.
12:52 Using message queue for handling tasks, reducing server load
14:46 Vertical scaling can overload the database, so asynchronous tasks and message queues should be used as well.
19:07 Vertical scaling increases memory, horizontal scaling increases servers
20:47 Implementing a queue system to make the design more scalable.
25:53 Understanding the importance of queue system in scalable system design
27:10 pasand ate hai
Hum enjoy kar te hai aise video
👍👍👍🌟🌟🌟
Nice Explanation Brother. And yes please continue making these type of videos and the implementation part too. Thankyou
please continue these type of videos
Yes we need part 2 soon 💯
Amazing content bhaiya ❤ please continue this type video. And provide with code. Happy new year🎉 bhaiya ❤
Hey Piyush, Vertical scale doesn't limit to the extension of RAMs, it can go beyond to computation power and caching
very smooth understanding and clear the concept and logic @piyush Garg sir thank you
Hey everyone.. ahem.. Hey everyone.. perfect candid open way .. liked it .. keep up the good work.
Piyush bhai ❤ from gujrat. Apriciate your good work
Great video ,really great video
Need more similar videos. Hats off
I really like the way to teaches system Design plssss bring more vedios
Amazing video, would surely love a practical video on this.
Awesome bhai Piyush,👍🏻
kaafi maza aaya piyush!
Hi Piyush, this video is truly nice. Please make more such videos.
Yes sir make this type of videos.. ❤
thank you so much ❤❤ please make more videos like this
Next part bhaiya ❤
Yeah not gonna lie u'r gem to our community. amazing content
very informative video ⭐⭐⭐⭐⭐ please also implement this practically !
whatts app also uses erlang which is fault tolerance and very good concurrent language
You are a GEM bro! Like a mirage in a desert. Other videos are crap compared to yours! If I could ever earn a lot of money I will give you some lol.
👍 yes make more videos like this
Thanks brother. You are doing a really good job.
Thanks need more of these sessions
Loving this new type content on your channel brother 😊
Yes bro, we want a video of you doing the code part..
Please also make roadmal for the same . Aap ne itna Sara kaha se sikha?? Aap bahot shandaar samjate ho...❤❤❤
Very nice explanation related to system design ❤ thanks brother
I always want this type of video thank you so much
The way u explained is awesome 👌👌
Thanks for making this and explaining it so clearly.
Keep up the good work Piyush!
can you create a full system design course playlist
that would be best among all. Great explanation.
Always provides quality content, Thankful 🙏
please bring more content like this❤
loving you these types of contents
Make more of these discussions on system design.
We need more tutorial like this!
Please Continue this type of Videos....We learn topics to be covered other than MERN like reddis KaFKA etc. From this type of videos....lots of love 💗💗❤️
Thank you, sir. It's very helpful for us.
Awesome explanation
Amazing video but please include q bit of practical or code part so that we can include these things on our projects
bhaiya maza aa gya ❤
yes like these type of video please make more related video
Loved the video for the scalable chat but that solution won’t work for one to one chat because we need to store the service id and the socker id of all the users.
which user is connected to which socket server.
if possible please make a video on this topic.
💫💫💫💫
please make a video on these or else share some resources !!
great work
Yes in node js explain by code and such theory concepts
Thanks Piyush, Thanks a lot
i laughed when he said hii guys i am piyush from future 😂😂
Super clear explanation!
A good one piyush
Please make a detailed video on message queues in nodejs. I watched your bullmq queue video but my experience with bull is bad. So use any other message queue or instead we can create our own queue using redis. Please consider this. Thanks ❤❤
Day by Day I Love Software engineering.
Amazing video need more of these
Thanku sir once agian for your wonderful knowledge
Part 2 chaiye bhaiya please ! ❤❤❤
Please make video on system design interview questions, like how to approach and optimize it from scretch
Bro your explanation is always amazing, thanks a lot for such awesome videos. Surely, you should post the coding video for this system design. We would love to learn from it.
Need more system design videos like this… please🥹🥹
Thanks fo such informative videos brother 🙏
i req you to start a zero to hero system design playlist that coves lld as well as hld
This is so helpful. Please make a video on how to code this architecture.
We need this type of video 😊
It is talent that same recipe but different flavour
Sir please bring up more videos on system design
loved this
got yourself a subscriber
You are awesome bro 👏🏼
koi nhi, bhai kabhi kabhi galti ho jati hai
sir aapne mera db walaquestion bhi clearify kar diya
Very informative tutorial, thanks
too good. thanks !
please make a video related to all questions asked in interview related to system design for freshers sde role.
Ha sir. Please explain with code also. It will be very much helpful
Thank you so much ❤
Please make an implementation video of whatsapp or any other system to show Queue Implementation. ❤