From 0782047336cccd731281abe7605d5bf95496dadb Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 26 Feb 2017 05:10:03 -0800 Subject: [PATCH] Add motivation section --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 966ce3d..0fa569f 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,31 @@

+ +## Motivation + +> Learn how to design large scale systems from the open source community. +> +> Understand real-world architectures. +> +> Prep for the system design interview. + +### Learn how to design large scale systems + +Learning how to design scalable systems will make you a better engineer. + +System design is a broad topic. There is a **vast amount of resources scattered throughout the web** on system design principles. + +This repo is an **organized collection** of resources to help you learn how to build systems at scale. + +Topics for learning system design: + +* [System design topic summaries](#index-of-system-design-topics) +* [Real world architectures](#real-world-architectures) +* [Engineering blogs](#company-engineering-blogs) + +#### Learn from the open source community + +This is an **early draft** of a **continually updated, open source** project. + +[Contributions](#contributin) are welcome!