From 3748095d8bcd57a6817df18c231ab3d54c1c7525 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Tue, 20 Feb 2018 14:12:18 +0800 Subject: [PATCH] Techniques for Splitting Up a Codebase into Microservices and Artifacts at LinkedIn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07b6810..480437e 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ An updated and curated list of selected readings to illustrate Scalability, Avai * [Microservices Patterns](http://microservices.io/patterns/) * [Thinking Inside the Container (8 parts) at Riot Games](https://engineering.riotgames.com/news/thinking-inside-container) * [Containerization at Pinterest](https://medium.com/@Pinterest_Engineering/containerization-at-pinterest-92295347f2f3) + * [Techniques for Splitting Up a Codebase into Microservices and Artifacts at LinkedIn](https://engineering.linkedin.com/blog/2016/02/q-a-with-jim-brikman--splitting-up-a-codebase-into-microservices) * [The Evolution of Container Usage at Netflix](https://medium.com/netflix-techblog/the-evolution-of-container-usage-at-netflix-3abfc096781b) * [Dockerizing MySQL at Uber](https://eng.uber.com/dockerizing-mysql/) * [Testing of Microservices at Spotify](https://labs.spotify.com/2018/01/11/testing-of-microservices/)