From aec3015ac87b4b8cf9db9f92c0f32cdf33fecaa8 Mon Sep 17 00:00:00 2001 From: Farsan Rashid Date: Sat, 26 May 2018 04:48:05 +0600 Subject: [PATCH] Update README.md Added a linkedin post link which is a pathway to get started learning high scalability. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2465edb..1d713fb 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Here are some articles about system design related topics. * [Consistent Hashing](http://www.tom-e-white.com/2007/11/consistent-hashing.html) * [NOSQL Patterns](http://horicky.blogspot.com/2009/11/nosql-patterns.html) * [Scalability, Availability & Stability Patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns) +* [How to start learning high scalability](https://www.linkedin.com/pulse/20141120153113-36733727-how-to-start-to-learn-high-scalability/) Of course, if you want to dive into system related topics, here is a good collection of reading list about [services-engineering](https://github.com/mmcgrana/services-engineering), and a good collection of material about [distributed systems](http://dancres.github.io/Pages/).