You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
一些链接:
How to rock a systems design interview
System Design Interviewing
Scalability for Dummies
Introduction to Architecting Systems for Scale
Scalable System Design Patterns
Scalable Web Architecture and Distributed Systems
What is the best way to design a web site to be highly scalable?
How web works?
The text was updated successfully, but these errors were encountered:
翻译自System Design Cheatsheet.
Picking the right architecture = Picking the right battles + Managing trade-offs
选对架构就等于选对合适的战场和权衡管理好各种的选项。
一般步骤


系统设计的主要考虑点
你理解线程,死锁和饥饿(starvation)?你知道如何把一些算法并行化吗?你理解一致性 consistency 和内聚性(coherence)?
你大概知道IPC和TCP/IP吗,你知道吞吐量和延迟的区别吗,什么时候它们会想相互影响。
Web App 系统设计的考虑点
前端架构的各部分
一些链接:
How to rock a systems design interview
System Design Interviewing
Scalability for Dummies
Introduction to Architecting Systems for Scale
Scalable System Design Patterns
Scalable Web Architecture and Distributed Systems
What is the best way to design a web site to be highly scalable?
How web works?
The text was updated successfully, but these errors were encountered: