From 3e46f479e33c9035ee61a8dc167b3667f86245f5 Mon Sep 17 00:00:00 2001
From: Mahesh Kasbe <60398112+Mahesh-Kasabe@users.noreply.github.com>
Date: Thu, 20 Oct 2022 21:16:34 +0530
Subject: [PATCH] additional question code deployment system
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 9f0be486..69656753 100644
--- a/README.md
+++ b/README.md
@@ -1674,6 +1674,7 @@ Handy metrics based on numbers above:
| Design a garbage collection system | [stuffwithstuff.com](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)
[washington.edu](http://courses.cs.washington.edu/courses/csep521/07wi/prj/rick.pdf) |
| Design an API rate limiter | [https://stripe.com/blog/](https://stripe.com/blog/rate-limiters) |
| Design a Stock Exchange (like NASDAQ or Binance) | [Jane Street](https://youtu.be/b1e4t2k2KJY)
[Golang Implementation](https://around25.com/blog/building-a-trading-engine-for-a-crypto-exchange/)
[Go Implementation](http://bhomnick.net/building-a-simple-limit-order-in-go/) |
+| Design a Code-Deployment-System | [SystemsExpert.com](https://www.algoexpert.io/systems/workspace/design-a-code-deployment-system) |
| Add a system design question | [Contribute](#contributing) |
### Real world architectures