Explore the World's Best Ideas
Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.
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:
6
36 reads
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 might be:
6
10 reads
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 the design. You should rely on your product sense as well to make reasonable assumptions.
In the TinyURL example:
6
9 reads
Draw a high-level diagram of what your system looks like:
6
17 reads
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, while others suddenly peak when they go viral on social media. You don't want to hit the database for every request, so you could add a cache layer.
6
13 reads
IDEAS CURATED BY
Alt account of @ocp. I use it to stash ideas about software engineering
CURATOR'S NOTE
📖 Cracking the Coding Interview
“
Similar ideas
1 idea
5 Best books for cracking the coding interviews
content.techgig.com
Read & Learn
20x Faster
without
deepstash
with
deepstash
with
deepstash
Personalized microlearning
—
100+ Learning Journeys
—
Access to 200,000+ ideas
—
Access to the mobile app
—
Unlimited idea saving
—
—
Unlimited history
—
—
Unlimited listening to ideas
—
—
Downloading & offline access
—
—
Supercharge your mind with one idea per day
Enter your email and spend 1 minute every day to learn something new.
I agree to receive email updates