From 4ebfcf1c54b4e5cc1fde379220ebfe86de2342f8 Mon Sep 17 00:00:00 2001 From: Ahmad Alhour Date: Mon, 18 Sep 2017 17:47:49 +0200 Subject: [PATCH] Add the "Systems Design: A Primer" repository. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d267b..63d5050 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs) - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) +- [System Design: A Primer](https://github.com/donnemartin/system-design-primer) ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)