From e2ca96614e4da302afec86f40c8aa2e49948bb8f Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Tue, 30 Jan 2018 00:27:06 +0800 Subject: [PATCH] Automate and Abstract: Lessons from Facebook on Engineering for Scale --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22565b8..56a09a0 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Make Performance Part of Your Workflow](https://codeascraft.com/2014/12/11/make-performance-part-of-your-workflow/) * [The Benefits of Server Side Rendering Over Client Side Rendering](https://medium.com/walmartlabs/the-benefits-of-server-side-rendering-over-client-side-rendering-5d07ff2cefe8) * [Writing Code that Scales](https://blog.rackspace.com/writing-code-that-scales) +* [Automate and Abstract: Lessons from Facebook on Engineering for Scale](https://architecht.io/lessons-from-facebook-on-engineering-for-scale-f5716f0afc7a) * [AWS Do's and Don'ts](https://8thlight.com/blog/sarah-sunday/2017/09/15/aws-dos-and-donts.html) * [(UI) Design Doesn’t Scale - Stanley Wood, Design Director at Spotify](https://medium.com/@hellostanley/design-doesnt-scale-4d81e12cbc3e) * [Design for Loose-coupling](http://bulgerpartners.com/how-loosely-coupled-architectures-are-helping-the-modernization-of-legacy-software/)