Thanks for watching guys! Get a FREE System Design Interview Handbook (75 pages) in your inbox by subscribing to my free newsletter: blog.algomaster.io/
Wow, system design demystified! Your breakdown of key concepts and building blocks is invaluable for beginners. Can't wait to delve deeper into this topic!
Highly content heavy like always, Many less people on internet who actual shares knowledge unlike sharing Gyaan😂. And you are one of them who provide values. Thankyou for your Efforts ❤
This is the best video I've come across on system designing after zooming thru 100s of videos, and the resources provided are so simple and easy to understand. Hats off dude! Thanks and keep em keeping.
These interviews are so unrealistic. Expecting someone in less than 30 minutes with zero context to design a full system. Once you have the job you will NEVER be in this situation. So why interview this way?
@@ankithvishwakarma8515 Well, you are expected to design at a high level and then go deep into specific choices you made on component selection. For example interviewer may ask you why you chose x db vs not the other. The idea is that they are not expecting you to provide you the complete solution rather give a high level picture and dive deep on specific component. Hope it clarifies your doubt.
Not sure what companies you’ve worked at, but that is definitely expected at least from our Tech Leads on a regular basis. That’s pretty much what a “design meeting” is
Just think about it as if you are told to narrative a story with system design components like caching,databases,cdn etc as your tools and you need to use them to build your app. Coding is only a small segment of an SDE , system design is what makes apps like Instagram, Discord possible. I personally find System Design to be more fascinating and useful than DSA.
Clarify requirements in to functional and non functional requirements, 2 Estimate the capacity 3. Choose the right database define the scheme, 4, design APIs and Request Response patterns, 5, sketch a high level block diagram, 6, deep dive in too key components 7, how scale under load (shading, replication, partitioning , 8.discuss tradeoffs 9, discuss strategies for handling failure (replicas, fallback retries,
Hello Ashish, this is really a good video may be best of all available. We need more of these kind of videos for SYSTEM DESIGN (HLD & ALSO LLD) prep material. Discovered one typo mistake which can be corrected - at 3:39 PARITION => PARTITION TOLERANCE
Hi Ashish, firstly thankyou so much for making this video. I don't know why but i watched a lot of videos on youtube but this particular video made me feel like ok its not too hard. maybe its because you explain in a very simple way with very good vedio editing. I wish you make a series on system design.
@@ashishps_1 Requesting you when you do the LLD video or in a separate video kindly show us actual code example and how to develop intuitions for applying design patterns, how to structure our code. It will be really helpful to get guidance from you who has been working in the best companies and have worked on distributed systems🙏
You have done amazing job putting so much efforts in creating these resources. But you see, most of the enterprise products are Financial, Insurance products. Please try to cover system designing for payement gateways, stock exchages, managing insurance products from leads to issueing policy ( you see where I am going).
@@ashishps_1 sir can you please make a full video on microservice in Java where two or 3 microservice communicate with each other with real world scenarios in Java with all required components like circuit breaker load balancing security etc. I think lot of people want to learn this real world microservice architecture at code level and your way of presenting is very ausome.
@@ashishps_1 Thanks for the link Ashish, the lld examples do not contain logic part, is this intentional, will we have to show the logic as well during an interview?
When interviewer asks you to design any system for example: Uber or RUclips, do we ask them them for requirements or start with design as we already know the system? Is it number of concurrent users or total user vs avg time taken to process a transaction or throughput which one is right question to ask for clarifying non functional req and for capacity planning. When to go for SQL and when to for NOSQL like Cassandra or mongo.. what are popular use cases
Awesome video ! While the book that you recommended is awesome, but i believe it's not specific to overall System Design rather it's focused only on 1 part of system design i.e. Data .. Isn't that true ? Or are you suggesting that reading this book will cover every aspect of System Design that is covered under your github repo ?
Can you help me understand best practices to cloud design a setup for a ERP solutions where I can save media . And what will be the best service to setup for storage which can store media upto 5 tb and media used for ecommerce website
Thanks for watching guys!
Get a FREE System Design Interview Handbook (75 pages) in your inbox by subscribing to my free newsletter: blog.algomaster.io/
Absolutely awesome man. If not to your channel, whose channel will I subscribe to?
@@Nexatek thank you 😊
Is it lld or hld
@@ashishps_1 doing good job
Wow, system design demystified! Your breakdown of key concepts and building blocks is invaluable for beginners. Can't wait to delve deeper into this topic!
Awesome, thank you!
yes please, would love to watch low level system design videos.
Sure, will make a video on low level design soon!
It took me 5 years to realise these concepts exist and you consolidate all in 10 minutes.
Thank you 😊
Hare Krishna ❤❤
Knowing them is one thing. Applying all of these to work together in a high pressure interview in the real deal.
your repository on design is highly appreciable. absolutely goldmine all in ones. Thanks Ashish for consoldating it.
Love to hear this, thank you so much 😊
Highly content heavy like always,
Many less people on internet who actual shares knowledge unlike sharing Gyaan😂.
And you are one of them who provide values.
Thankyou for your Efforts ❤
Thank you so much Nigam for your kind words!
Really great to hear this 😀
Thank man, great work explaining the organizing these terms and concepts.
Glad it was helpful!
This is the best video I've come across on system designing after zooming thru 100s of videos, and the resources provided are so simple and easy to understand. Hats off dude! Thanks and keep em keeping.
Love to hear this, thanks for your kind words!
Great Ashish People like you are making youtube a worthy resource to look for help. Can't thank enough. Cheers :)
Great video ashish! Thank you for the video and resources.
Thank you so much for the repository. An absolute gift.
Thanks man! This is absolute gold mine.
Great to hear this, thank you!
Awesome summary of system design concepts in 10 mins.. Thanks for this video Ashish !
These interviews are so unrealistic. Expecting someone in less than 30 minutes with zero context to design a full system. Once you have the job you will NEVER be in this situation. So why interview this way?
A guy told me to design youtube in a 30 min interview 💀💀💀💀
Beggars are not the choosers
@@ankithvishwakarma8515 Well, you are expected to design at a high level and then go deep into specific choices you made on component selection.
For example interviewer may ask you why you chose x db vs not the other. The idea is that they are not expecting you to provide you the complete solution rather give a high level picture and dive deep on specific component.
Hope it clarifies your doubt.
Not sure what companies you’ve worked at, but that is definitely expected at least from our Tech Leads on a regular basis. That’s pretty much what a “design meeting” is
Just think about it as if you are told to narrative a story with system design components like caching,databases,cdn etc as your tools and you need to use them to build your app. Coding is only a small segment of an SDE , system design is what makes apps like Instagram, Discord possible. I personally find System Design to be more fascinating and useful than DSA.
"Real Influencer"
Thank you for this amazing content
We want more videos.
Thank you very much.
Will try to post consistently going forward!
Very clear explanation. Thank you. Please do the low level system design videos.
Thank you 🙏. Will make videos on LLD soon.
Clarify requirements in to functional and non functional requirements, 2 Estimate the capacity 3. Choose the right database define the scheme, 4, design APIs and Request Response patterns, 5, sketch a high level block diagram, 6, deep dive in too key components 7, how scale under load (shading, replication, partitioning , 8.discuss tradeoffs 9, discuss strategies for handling failure (replicas, fallback retries,
Very well covered in 10mins. Keep up the good work.
You are one of the men with no Headweight!
😀
Much appreciated video… no Bakwas only to the point… complete preparation guide in short time.. thanks
You are exist in this cruel world ?.....You put all these valuable resources for free....Thanks Sirrrr So SOoooo Muchh
Thank you!
Yeah, I believe in free education for all and feel happy in sharing free resources.
You are genius and make others to grow. It's amazing. Leaned a lot by watching this Thank you so much for your untiring effort. Great work. ❤
Great thanks, Ashish Pratap Singh, for guidance.
Hello Ashish, this is really a good video may be best of all available. We need more of these kind of videos for SYSTEM DESIGN (HLD & ALSO LLD) prep material.
Discovered one typo mistake which can be corrected - at 3:39 PARITION => PARTITION TOLERANCE
Excellent video on system design. Ek number 👌
Thank you. Waiting for low level system design videos
Sure, will do soon!
Thank you, you are very smart ❤
Thank you!
I swear , i was wating for your video bhaiya
Sorry, I was a bit busy last few weeks but will try to post more regularly!
Great contents for beginners thanks
Thank you!
Thanks for the effort ashish, do make a lld one as well
Sure, will do soon!
Your explanation level is awesome. Thanks a lot for your efforts.
Love to hear this, thank you 😊
Great work bro!
Super helpful! Thank you!
You explain the more complex thing in simple way 🙏🏻
Thank you, great to hear this 😊
Good work ,Requesting for LLD video .
Sure, will make LLD video soon!
Never knew you are also on RUclips brother. Following you since a long time. Expect to learn lots from you from here also. Much Love from Nepal.
Thanks a ton!
Really happy to hear this!
Thanks for the fruitful video. The introduced contents are very useful.
Direct and powerful. Many thanks....
Very nice overview. Expecting more videos like this.
Thank you 😊
And yes, I will make more videos.
Thank you very much Ashish .. Your video really helps ..
Hi Ashish, firstly thankyou so much for making this video. I don't know why but i watched a lot of videos on youtube but this particular video made me feel like ok its not too hard. maybe its because you explain in a very simple way with very good vedio editing. I wish you make a series on system design.
I know you have blog on this, but still feel like making youtube can make it more understanding and relate easily.
Sir why not u make a complete series on system design form basic to advanced courses, that will be really helpful .
Very informative Ashish bhaiya
thank you!
Thank you for this helpful video ❤ Please make such a detailed video on LLD 🙏
Sure, will do soon!
@@ashishps_1 Requesting you when you do the LLD video or in a separate video kindly show us actual code example and how to develop intuitions for applying design patterns, how to structure our code. It will be really helpful to get guidance from you who has been working in the best companies and have worked on distributed systems🙏
Thank you so much for sharing your valuable knowledge.
🙏
You have done amazing job putting so much efforts in creating these resources. But you see, most of the enterprise products are Financial, Insurance products. Please try to cover system designing for payement gateways, stock exchages, managing insurance products from leads to issueing policy ( you see where I am going).
Great work on the content. Thanks for your effort into print this video together. 🎉
Thank you so much for your kind feedback!
Please make videos on top 10 system design problems.
Bhai sahab tum toh saviour ho❤
this video is goldmine Bhai.Thank you so much for invaluable content
Love to hear this, thank you so much 😊
Thanks for a great video and links.
Glad you liked it!
Value for time video, keep it up bro
You made our life easier a bit 😅. Thanks Mr. Author
😀
Great compilation on system design!
Many thanks!
Great video. You are doing something great for mankind
Love to hear this, thank you!
It is awesome and you are like Man with ChatGPT mind
Very professional and quality content 🔥 Insightful
Thank you 😊
Love to hear this!
Thank you so much bro. God bless you! 🙏
Amazing explanation...Do you have any Mock Interview ready on System Design?
Very valuable information Ashish. Thanks for sharing those GitHub resources. Kindly make a video on LLD.
Thank you so much!
I am currently making the LLD video and will release within 2-3 days.
Nyc sir . Please continue this kind of videos. It will help us lot .
Sure, will make more such videos. Thank you 😊
@@ashishps_1 sir can you please make a full video on microservice in Java where two or 3 microservice communicate with each other with real world scenarios in Java with all required components like circuit breaker load balancing security etc. I think lot of people want to learn this real world microservice architecture at code level and your way of presenting is very ausome.
Thanks .. great content and your repo items are awesome with all doc reference
Thank you, great to hear that you found my content and repo helpful!
Yes Ashish please create a video on LLD as well..
Sure, I am currently making that video and will release within 2-3 days.
Would love a video on LLD
Sure, will do soon!
Tx a lot sir for giving the free resources
You are most welcome!
Thank you , how u edit this visualize videos and sync with it?
Amazing video. Request a similar roadmap for LLD as well.
Hey, thank you.
I have already published the LLD video: ruclips.net/video/OhCp6ppX6bg/видео.html
@@ashishps_1 Thanks for the link Ashish, the lld examples do not contain logic part, is this intentional, will we have to show the logic as well during an interview?
I truly appreciate your efforts✌️
Thank you 😊
thanks bro. good work
hi sir, Will you please upload a Playlist on System Design......If you do It will really help
Hey, I will make more videos on System Design in future.
Please do it fast.
Great job buddy, keep posting such helpful concepts
Thank you so much 😊
Thank You So Much for this wonderful video............🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻
😊
Really a wonderful resource
Great video ! Keep it up !
Thanks!
When interviewer asks you to design any system for example: Uber or RUclips, do we ask them them for requirements or start with design as we already know the system? Is it number of concurrent users or total user vs avg time taken to process a transaction or throughput which one is right question to ask for clarifying non functional req and for capacity planning. When to go for SQL and when to for NOSQL like Cassandra or mongo.. what are popular use cases
Please make video on Low Level Design. Thank you and Love your Videos
Sure, my next video will be on Low Level Design.
Thank you for your kind words!
Awesome explanation, could you please do share for LLD also, eagerly waiting
Hey, I have already made the LLD video.
@@ashishps_1 yeah just saw LLD road map too which is superb, thanks a lot brother
Awesome video ! While the book that you recommended is awesome, but i believe it's not specific to overall System Design rather it's focused only on 1 part of system design i.e. Data .. Isn't that true ? Or are you suggesting that reading this book will cover every aspect of System Design that is covered under your github repo ?
Thanks Ashish for such an informative video.. can you please share the LLD video as well? It would be really helpful.
Hey, sure. Great to hear that it was informative.
I am currently making the LLD video and will release it within 2-3 days.
@@ashishps_1 thanks a lot!!!
Awesome content
thank you!
thank for for contribuation
Good video thanks @Ashish
I want to make another account and smash the like button for this the gorgeous resource
Thank you so much ❤
this is pure gold
Thank you 😊
it is very a valuable content to me thx for your effort to this :)
Thank you 😊
It is really helpful
Great content
Thank you 🙏
@@ashishps_1 sir can I connect with you on WhatsApp
Nice
Thank you !
this is very helpful.
Glad to hear this, thank you 😊
nice sharing
Can you help me understand best practices to cloud design a setup for a ERP solutions where I can save media . And what will be the best service to setup for storage which can store media upto 5 tb and media used for ecommerce website
great job brother..
Thank you 🙏
Hello Ashish, as a beginner which one should I start first either HLD or LLD?
Which one would you recommend ?
Thankyou so much Ashish.
You are most welcome!
I thought it was all about creating boxes.
😅
Hello do you have a video on the Scripting interview questions AWS usually ask system engineer
Thank you
Excellent