From d3bf7b03bede65408ada8d95e79951e2cdb53bb9 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Mon, 17 Apr 2023 21:09:14 +0800 Subject: [PATCH] Service Architecture (3 parts: Domain Gateways, Value-Added Services, BFF) at SoundCloud --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e24762e..8ff2ff0 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ An updated and organized reading list for illustrating the patterns of scalable, ## Scalability * [Microservices and Orchestration](https://martinfowler.com/microservices/) * [Domain-Oriented Microservice Architecture at Uber](https://eng.uber.com/microservice-architecture/) + * [Service Architecture (3 parts: Domain Gateways, Value-Added Services, BFF) at SoundCloud](https://developers.soundcloud.com/blog/service-architecture-3) * [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) * [Evolution of Container Usage at Netflix](https://medium.com/netflix-techblog/the-evolution-of-container-usage-at-netflix-3abfc096781b)