From 65bcdb944053a65ac68855d50021f28adbdeac02 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 28 Nov 2021 01:01:00 -0500 Subject: [PATCH 1/4] spelling: implementation Signed-off-by: Josh Soref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f009ae8c..dcd71e6c 100644 --- a/README.md +++ b/README.md @@ -1673,7 +1673,7 @@ Handy metrics based on numbers above: | Design an online multiplayer card game | [indieflashblog.com](https://web.archive.org/web/20180929181117/http://www.indieflashblog.com/how-to-create-an-asynchronous-multiplayer-game.html)
[buildnewgames.com](http://buildnewgames.com/real-time-multiplayer/) | | 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 Implemenation](http://bhomnick.net/building-a-simple-limit-order-in-go/) | +| 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/) | | Add a system design question | [Contribute](#contributing) | ### Real world architectures From 703be531abfb12826030c54c91102080f1627307 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 28 Nov 2021 01:01:00 -0500 Subject: [PATCH 2/4] spelling: message Signed-off-by: Josh Soref --- solutions/object_oriented_design/online_chat/online_chat.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/object_oriented_design/online_chat/online_chat.ipynb b/solutions/object_oriented_design/online_chat/online_chat.ipynb index b9f84ef4..20dae750 100644 --- a/solutions/object_oriented_design/online_chat/online_chat.ipynb +++ b/solutions/object_oriented_design/online_chat/online_chat.ipynb @@ -36,7 +36,7 @@ " * Post a message to a group chat\n", " * Private 1-1 chat\n", " * Invite a friend to a private chat\n", - " * Post a meesage to a private chat\n", + " * Post a message to a private chat\n", "* No need to worry about scaling initially" ] }, From 7753cfedc81db795d2157997b36c0142e0e4658b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 28 Nov 2021 01:01:01 -0500 Subject: [PATCH 3/4] spelling: system Signed-off-by: Josh Soref --- generate-epub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-epub.sh b/generate-epub.sh index 18690fbb..c75427f1 100755 --- a/generate-epub.sh +++ b/generate-epub.sh @@ -12,7 +12,7 @@ generate_from_stdin() { } generate_with_solutions () { - tmpfile=$(mktemp /tmp/sytem-design-primer-epub-generator.XXX) + tmpfile=$(mktemp /tmp/system-design-primer-epub-generator.XXX) cat ./README.md >> $tmpfile From be6327434b600a2a6ce146be3dc051c7245709e0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 28 Nov 2021 01:01:01 -0500 Subject: [PATCH 4/4] spelling: transaction Signed-off-by: Josh Soref --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 69348619..577a9066 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ See [Translations](TRANSLATIONS.md). ### Adding translations to new languages -Translations to new languages are always welcome! Keep in mind a transation must be maintained. +Translations to new languages are always welcome! Keep in mind a transaction must be maintained. * Do you have time to be a maintainer for a new language? Please see the list of [translations](TRANSLATIONS.md) and tell us so we know we can count on you in the future. * Check the [translations](TRANSLATIONS.md), issues, and pull requests to see if a translation is in progress or stalled. If it's in progress, offer to help. If it's stalled, consider becoming the maintainer if you can commit to it.