mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-21 16:08:03 +00:00
reorganise course folders
This commit is contained in:
3
courses/systems_design/conclusion.md
Normal file
3
courses/systems_design/conclusion.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Conclusion
|
||||
|
||||
Armed with these principles, we hope the course will give a fresh perspective to design software systems. It might be over-engineering to get all this on day zero. But some are really important from day 0 like eliminating single points of failure, making scalable services by just increasing replicas. As a bottleneck is reached, we can split code by services, shard data to scale. As the organization matures, bringing in [chaos engineering](https://en.wikipedia.org/wiki/Chaos_engineering) to measure how systems react to failure will help in designing robust software systems.
|
||||
Reference in New Issue
Block a user