From f9388ec9b73b2a8dc2ad91d35e88da1e08781d0a Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Sat, 27 Jan 2018 00:56:12 +0800 Subject: [PATCH] The Benefits of Server Side Rendering Over Client Side Rendering --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f54fc1..c1a75f4 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [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/) * [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) * [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)