toย upgrade
Ideasย fromย books,ย articlesย &ย podcasts.
created 5 ideas
๐ Cracking the Coding Interview
STASHED IN:
61 reads
There is no single design for any system that works perfectly. There are always trade-offs. Two different people can come up with different designs, with both being excellent given different assumptions.
Your goal is to:
You can't design a system if you don't know what you're designing.
First, ask questions to clarify what you need to implement. Then make a list of all major features and use cases that your design must cover.
For example, if you're designing TinyURL, that list mig...
Depending on the type of system you are designing, you need to estimate its scale: how many users will access it every day, how much data you will store and process, etc.
You should be careful when making assumptions. Incorrect assumptions can dramatically change th...
Draw a high-level diagram of what your system looks like:
Once you have a basic design in mind, focus on the key issues. Identify the bottlenecks and major challenges of the system, and then adjust your design to handle them.
In the TinyURL example, a challenge you might consider is that some URLs are frequently accessed, whil...
React
Comment
created 6 ideas
3
Comment
265 reads
created 7 ideas
Chapter 3 How to influence people and friends
1
Comment
294 reads
โค๏ธ Brainstash Inc.