From 0caec38ab4278716aec1069885c54420656dff64 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Thu, 14 Sep 2023 15:14:58 +0800 Subject: [PATCH] Handles Millions of Digital Transactions Safely Everyday at Paytm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 758a4b5..af3b9d4 100644 --- a/README.md +++ b/README.md @@ -846,7 +846,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Sync Engine (2 parts) at Dropbox](https://dropbox.tech/infrastructure/-testing-our-new-sync-engine) * [Ads Pacing Service at Twitter](https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/how-we-built-twitter-s-highly-reliable-ads-pacing-service) * [Rapid Event Notification System at Netflix](https://netflixtechblog.com/rapid-event-notification-system-at-netflix-6deb1d2b57d1) -* [Architectures of Finance, Banking, and Payment Systems](https://www.sesameindia.com/images/core-banking-system-architecture) +* [Architectures of Finance, Banking, and Payment Systems](https://www.redhat.com/architect/portfolio/detail/12-integrating-a-modern-payments-architecture) * [Bank Backend at Monzo](https://monzo.com/blog/2016/09/19/building-a-modern-bank-backend/) * [Trading Platform for Scale at Wealthsimple](https://medium.com/@Wealthsimple/engineering-at-wealthsimple-reinventing-our-trading-platform-for-scale-17e332241b6c) * [Core Banking System at Margo Bank](https://medium.com/margobank/choosing-an-architecture-85750e1e5a03) @@ -855,6 +855,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [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) * [Scaling Payments (3 parts) at Etsy](https://www.etsy.com/sg-en/codeascraft/scaling-etsy-payments-with-vitess-part-3--reducing-cutover-risk) + * [Handles Millions of Digital Transactions Safely Everyday at Paytm](https://paytm.com/blog/engineering/how-paytm-handles-millions-of-digital-transactions-safely-everyday/) ## Interview * [Designing Large-Scale Systems](https://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/)