From 440fd93c497dbb2ed898f44c578768c3f9ce89b9 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Wed, 2 May 2018 12:10:15 +0800 Subject: [PATCH] Simplicity by Distributing Complexity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bafc911..c79d46c 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Avoid Over Engineering](https://medium.com/@rdsubhas/10-modern-software-engineering-mistakes-bc67fbef4fc8) * [Scalability Worst Practices](https://www.infoq.com/articles/scalability-worst-practices) * [Use Solid Technologies - Don’t Re-invent the Wheel - Keep It Simple!](https://medium.com/@DataStax/instagram-engineerings-3-rules-to-a-scalable-cloud-application-architecture-c44afed31406) +* [Simplicity by Distributing Complexity](https://jobs.zalando.com/tech/blog/simplicity-by-distributing-complexity/) * [Why Over-Reusing is Bad](http://tech.transferwise.com/why-over-reusing-is-bad/) * [Performance is a Feature](https://blog.codinghorror.com/performance-is-a-feature/) * [Make Performance Part of Your Workflow](https://codeascraft.com/2014/12/11/make-performance-part-of-your-workflow/)