From 4ebfcf1c54b4e5cc1fde379220ebfe86de2342f8 Mon Sep 17 00:00:00 2001 From: Ahmad Alhour Date: Mon, 18 Sep 2017 17:47:49 +0200 Subject: [PATCH 1/2] 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) From 35f9ab61a32cac6b78bb4d0d2c0773eaf9b3fb93 Mon Sep 17 00:00:00 2001 From: Eshan Date: Tue, 19 Sep 2017 16:03:55 -0400 Subject: [PATCH 2/2] add project euler website with lots of problems of varying difficulty that take a numerical answer instead of being evaluated by an online judge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d267b..f73a096 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) +- :link: [Project Euler](https://projecteuler.net/)