Add System Design content (#116)

* Add System Design content

* Fix Phase 1 course URL
This commit is contained in:
Muthuraj Thangavel
2021-08-06 16:59:26 +05:30
committed by GitHub
parent bf86ecfeee
commit f3161a0b63
11 changed files with 508 additions and 1 deletions

View File

@@ -92,6 +92,13 @@ nav:
- RTT: level102/networking/rtt.md
- Infrastructure Services: level102/networking/infrastructure-features.md
- Conclusion: level102/networking/conclusion.md
- System Design:
- Introduction: level102/system_design/intro.md
- Large System Design: level102/system_design/large-system-design.md
- Scaling: level102/system_design/scaling.md
- Scaling Beyond the Data Center: level102/system_design/scaling-beyond-the-datacenter.md
- Resiliency: level102/system_design/resiliency.md
- Conclusion: level102/system_design/conclusion.md
- System Troubleshooting and Performance Improvements:
- Introduction: level102/system_troubleshooting_and_performance/introduction.md
- Troubleshooting: level102/system_troubleshooting_and_performance/troubleshooting.md