1
0
mirror of https://github.com/donnemartin/system-design-primer.git synced 2025-06-18 21:57:44 +02:00
Commit Graph

311 Commits

Author SHA1 Message Date
f471578b79 Resolve #281: Add design stock exchange links (#441)
* Additional question, build an exchange

fixes https://github.com/donnemartin/system-design-primer/issues/281

* Update README.md

Co-authored-by: Donne Martin <donne.martin@gmail.com>
2020-07-12 12:00:04 -04:00
aaa0acc80d Update README.md 2020-07-12 11:58:35 -04:00
b5173d60d5 Change disk to HDD for clarity (#295) 2020-07-10 21:01:12 -04:00
cbaae481a5 Clarify CDN advantages (#310) 2020-07-09 20:49:43 -04:00
ad5435ba0d Add links for latency based and geolocation based routing (#319) 2020-07-09 20:48:47 -04:00
78e2eb5df8 Update dead links (#321) 2020-07-08 20:10:16 -04:00
06b3ed2adc Fix loop bug in deck of cards exercise (#396) 2020-07-07 20:56:05 -04:00
0beb557e8f Add CAP theorem video link (#400) 2020-07-07 20:54:01 -04:00
2fe45a9391 Additional question, build an exchange
fixes https://github.com/donnemartin/system-design-primer/issues/281
2020-07-06 23:53:01 -04:00
727a2f8bba Remove redundant SQL index in Pastebin exercise (#405) 2020-07-06 21:05:50 -04:00
cc11a9b119 Fix Mint exercise bugs and typos (#409) 2020-07-06 21:00:34 -04:00
6d700ab9e1 kr: Fix Korean translation link in language index (#340) 2020-07-05 10:57:57 -04:00
d3b3e78966 Add system design template link (#433) 2020-07-05 10:53:28 -04:00
793f472970 Fix #313: Clarify availability patterns (#439) 2020-07-05 10:50:31 -04:00
2ac6512f6d Fix typos in Twitter and web crawler exercises (#438) 2020-07-05 10:48:23 -04:00
914736a29f Update Twitter back-of-the-envelope calculations (#414) 2020-07-04 10:55:42 -04:00
5d4dac6baf Fix typo: Change replication to federation (#418) 2020-07-04 10:53:56 -04:00
60202315cc Check dependencies in Ebook gen script (#406) 2020-07-03 21:24:24 -04:00
d57b3d1f95 Resolve #164 - Fix phrasing with availability and partition tolerance (#350) 2020-07-03 21:22:02 -04:00
fca96cafbb Highlight translation request (#437) 2020-07-02 21:18:36 -04:00
661c029b57 Add status of translations (#436) 2020-07-02 21:11:07 -04:00
b199766f44 Add pull request template (#435) 2020-07-01 20:54:05 -04:00
b4a7a09db7 Update contributing guidelines for translations (#434) 2020-07-01 20:48:43 -04:00
42aa63b3c2 Fix layer 7 load balancers typo (#317) 2020-06-30 20:56:55 -04:00
f2d7dd86f0 Fix single point of failure typo (#398) 2020-06-30 20:42:24 -04:00
9a02480632 Add missing comma in Mint solution (#399) 2020-06-30 20:37:49 -04:00
b2fffe6fd4 Update "Scaling up to your first 10 million users" link (#411) 2020-05-25 21:59:01 -04:00
449dc27f33 zh-Hans: Translate solutions (#392) 2020-03-29 20:40:50 -04:00
ac806e46cb Revert "zh-cn: Sync with upstream to keep it up-to-date (#374)" (#391)
This reverts commit 301b9d88e4.

#374 overwrote the English version of the solutions
2020-03-09 21:46:02 -04:00
301b9d88e4 zh-cn: Sync with upstream to keep it up-to-date (#374) 2020-03-09 21:34:18 -04:00
8e9c89129b Fix broken link in CAP theorem section (#348) 2020-02-16 21:00:44 -05:00
vyq
fc563ca297 Fix broken CAP theorem link (#355) 2020-01-20 17:26:09 -07:00
3b2264e5e8 Fix broken round robin links (#351) 2020-01-15 07:04:08 -08:00
e50f26960d Change raise NotImplemented to raise NotImplementedError (#345) 2019-12-26 20:11:57 -05:00
eaa447cc39 ja: Fix mistranslation in SQL tuning section (#305) 2019-12-08 22:35:44 -05:00
3ea0b15b50 zh-Hans: Change translation in SQL tuning (#318) 2019-12-08 22:34:17 -05:00
fdba2a2586 Add API security checklist (#328) 2019-11-03 05:56:24 -05:00
7d4a13d8a2 ja: Fix translation in Service Discovery section (#308) 2019-08-13 19:51:20 -04:00
3e55f5bd39 ja: Fix translation in “Disadvantage(s): load balancer” (#307) 2019-08-13 19:50:53 -04:00
4bef27e60a ja: Fix translation in "Anki flashcards" (#306) 2019-08-13 19:50:09 -04:00
9dc60cff3a JA: Fix mistranslation in Federation section (#303) 2019-08-04 20:30:53 -04:00
eef185e97e Merge pull request #302 from satob/ReverseProxy 2019-08-03 10:08:18 -04:00
041c42f2e4 ja: Fix translation in horizontal scaling section (#301)
* JA: Fix mistranslation in Horizontal scaling section

- The Japanese translation is ambiguous about “vertical scaling” means scaling out or scaling up.
- The word “expensive” is missing in the Japanese translation.

* ja: Fix mistranslation in "Horizontal scaling"
2019-08-03 10:07:59 -04:00
edbe857b7b JA: Fix mistranslation in Push CDNs section (#300) 2019-08-03 10:07:34 -04:00
b4135dd6b2 JA: Fix mistranslation in Weak consistency section (#299) 2019-08-03 10:06:57 -04:00
78d15fd16a ja: Fix mistranslation in "Horizontal scaling" 2019-07-27 00:22:56 +09:00
109235b486 JA: Fix mistranslation in Reverse proxy (web server) section
- Fix mistranslation of parallel structure. (not information/blacklist/limit, but hide/blacklist/limit)
2019-07-11 00:13:11 +09:00
f78db9e5b0 JA: Fix mistranslation in Horizontal scaling section
- The Japanese translation is ambiguous about “vertical scaling” means scaling out or scaling up.
- The word “expensive” is missing in the Japanese translation.
2019-07-09 00:57:34 +09:00
c65a721b41 ja: Fix typo of Big-O notation in KVS section (#292) 2019-07-06 11:07:13 -04:00
33431e61a9 zh-Hans: Translate Pastebin solution (#273) 2019-06-16 20:21:21 +05:00