From aef27fef8adacdf9993d02a0ddd6a98a4ca7146c Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Tue, 11 Jul 2023 19:55:02 +0800 Subject: [PATCH] Architecture of API Gateway at Tinder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 824fc69..2538163 100644 --- a/README.md +++ b/README.md @@ -816,6 +816,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Architecture of League of Legends Client Update](https://technology.riotgames.com/news/architecture-league-client-update) * [Architecture of Ad Platform at Twitter](https://blog.twitter.com/engineering/en_us/topics/infrastructure/2020/building-twitters-ad-platform-architecture-for-the-future.html) * [Architecture of API Gateway at Uber](https://eng.uber.com/architecture-api-gateway/) +* [Architecture of API Gateway at Tinder](https://medium.com/tinder/how-we-built-the-tinder-api-gateway-831c6ca5ceca) * [Basic Architecture of Slack](https://slack.engineering/how-slack-built-shared-channels-8d42c895b19f) * [Lightweight Distributed Architecture to Handle Thousands of Library Releases at eBay](https://tech.ebayinc.com/engineering/a-lightweight-distributed-architecture-to-handle-thousands-of-library-releases-at-ebay/) * [Back-end at LinkedIn](https://engineering.linkedin.com/architecture/brief-history-scaling-linkedin)