From b82e58cc5996573f5ffbbb54f4037905bde3efab Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 26 May 2019 21:01:43 +0800 Subject: [PATCH] Avoiding Double Payments in a Distributed Payments System at Airbnb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 348216a..0440033 100644 --- a/README.md +++ b/README.md @@ -689,6 +689,7 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Architecture of Nubank](https://www.infoq.com/presentations/nubank-architecture) * [Tech Stack at TransferWise](http://tech.transferwise.com/the-transferwise-stack-heartbeat-of-our-little-revolution/) * [Tech Stack at Addepar](https://medium.com/build-addepar/our-tech-stack-a4f55dab4b0d) + * [Avoiding Double Payments in a Distributed Payments System at Airbnb](https://medium.com/airbnb-engineering/avoiding-double-payments-in-a-distributed-payments-system-2981f6b070bb) ## Interview * [Designing Large-Scale Systems](https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/)