From 8db7149802ef2882f6c53fd47d4b81c8c1e9a7fa Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Wed, 24 Jan 2018 01:38:37 +0800 Subject: [PATCH] Writing Code that Scales --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 564043a..2a77254 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Contributions are always welcome! * [Avoid Overengineering](https://medium.com/@rdsubhas/10-modern-software-engineering-mistakes-bc67fbef4fc8) * [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) * [Performance is a Feature](https://blog.codinghorror.com/performance-is-a-feature/) +* [Writing Code that Scales](https://blog.rackspace.com/writing-code-that-scales) * [Design for Loose-coupling](https://dzone.com/articles/the-importance-of-loose-coupling-in-rest-api-desig) * [Design for Resiliency](http://highscalability.com/blog/2012/12/31/designing-for-resiliency-will-be-so-2013.html) * [Design for Self-healing](https://docs.microsoft.com/en-us/azure/architecture/guide/design-principles/self-healing)