How to become good at system design?
1–10 of 29 posts
Re: How to become good at system design?
#2https://www.youtube.com/c/SystemDesignInterview
https://www.educative.io/courses/grokking-the-system-design-...
Re: How to become good at system design?
#3After some initial reading try to get your hands dirty with any large scale application you can get access to.
Re: How to become good at system design?
#4Use formal API definitions.
Re: How to become good at system design?
#5Sorry, there is no way to be good at something without doing it. After some initial reading try to get your hands dirty with any large scale application you can get access to.
Re: How to become good at system design?
#6Sorry, there is no way to be good at something without doing it. After some initial reading try to get your hands dirty with any large scale application you can get access to.
But there are many ways to fail at getting good at something while doing it a lot.
Re: How to become good at system design?
#7Learn ho to modularize and how to keep cohesion high and coupling low. Avoid horizontal dependencies, don't mix abstraction layers, learn to isolate, apply tagless final. Use formal API definitions.
Re: How to become good at system design?
#8Re: How to become good at system design?
#9Re: How to become good at system design?
#10Earlier quoted context omitted.
But there are many ways to fail at getting good at something while doing it a lot.
Good judgment comes from experience; experience comes from bad judgment