(no title)
palashkulsh | 1 year ago
Coming back to system design, when I say concepts i mean design patterns. Like two different rate and capacity systems are coupled using buffering systems etc.
Good resource for this is Microsoft system design blog series. Go through them , they have standard problems and scalable solutions that can be adopted.
Another part of system design is distributed systems, how do you attack distributed system design again learn the design patterns that are frequently utilised in distributed systems.
How you can learn that is via excellent blog series and book by unmesh Joshi of thought works.
If reading is not your medium then there are ample video series on YouTube.
Nutshell- learn design patterns in system design.
No comments yet.