Commit Graph

296 Commits (914736a29f2b1164c390b30bd8b53479f9ae8727)

Author SHA1 Message Date
Kofi Forson 914736a29f
Update Twitter back-of-the-envelope calculations () 2020-07-04 10:55:42 -04:00
Kevin Liu 5d4dac6baf
Fix typo: Change replication to federation () 2020-07-04 10:53:56 -04:00
Sainadh Devireddy 60202315cc
Check dependencies in Ebook gen script () 2020-07-03 21:24:24 -04:00
Neesara d57b3d1f95
Resolve - Fix phrasing with availability and partition tolerance () 2020-07-03 21:22:02 -04:00
Donne Martin fca96cafbb
Highlight translation request () 2020-07-02 21:18:36 -04:00
Donne Martin 661c029b57
Add status of translations () 2020-07-02 21:11:07 -04:00
Donne Martin b199766f44
Add pull request template () 2020-07-01 20:54:05 -04:00
Donne Martin b4a7a09db7
Update contributing guidelines for translations () 2020-07-01 20:48:43 -04:00
shiyujiucsb 42aa63b3c2
Fix layer 7 load balancers typo () 2020-06-30 20:56:55 -04:00
panguncle f2d7dd86f0
Fix single point of failure typo () 2020-06-30 20:42:24 -04:00
Alexander Teno 9a02480632
Add missing comma in Mint solution () 2020-06-30 20:37:49 -04:00
userstartupideas b2fffe6fd4
Update "Scaling up to your first 10 million users" link () 2020-05-25 21:59:01 -04:00
根号三 449dc27f33
zh-Hans: Translate solutions () 2020-03-29 20:40:50 -04:00
Donne Martin ac806e46cb
Revert "zh-cn: Sync with upstream to keep it up-to-date ()" ()
This reverts commit 301b9d88e4.

 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 () 2020-03-09 21:34:18 -04:00
Danny Jung 8e9c89129b
Fix broken link in CAP theorem section () 2020-02-16 21:00:44 -05:00
vyq fc563ca297 Fix broken CAP theorem link () 2020-01-20 17:26:09 -07:00
Dan Choi 3b2264e5e8 Fix broken round robin links () 2020-01-15 07:04:08 -08:00
Christian Clauss e50f26960d Change raise NotImplemented to raise NotImplementedError () 2019-12-26 20:11:57 -05:00
SATO Yusuke eaa447cc39 ja: Fix mistranslation in SQL tuning section () 2019-12-08 22:35:44 -05:00
Brandon 3ea0b15b50 zh-Hans: Change translation in SQL tuning () 2019-12-08 22:34:17 -05:00
Duy Nguyen Hoang fdba2a2586 Add API security checklist () 2019-11-03 05:56:24 -05:00
SATO Yusuke 7d4a13d8a2 ja: Fix translation in Service Discovery section () 2019-08-13 19:51:20 -04:00
SATO Yusuke 3e55f5bd39 ja: Fix translation in “Disadvantage(s): load balancer” () 2019-08-13 19:50:53 -04:00
SATO Yusuke 4bef27e60a ja: Fix translation in "Anki flashcards" () 2019-08-13 19:50:09 -04:00
SATO Yusuke 9dc60cff3a JA: Fix mistranslation in Federation section () 2019-08-04 20:30:53 -04:00
Donne Martin eef185e97e
Merge pull request from satob/ReverseProxy 2019-08-03 10:08:18 -04:00
Donne Martin 041c42f2e4
ja: Fix translation in horizontal scaling section ()
* 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
SATO Yusuke edbe857b7b JA: Fix mistranslation in Push CDNs section () 2019-08-03 10:07:34 -04:00
SATO Yusuke b4135dd6b2 JA: Fix mistranslation in Weak consistency section () 2019-08-03 10:06:57 -04:00
SATO Yusuke 78d15fd16a ja: Fix mistranslation in "Horizontal scaling" 2019-07-27 00:22:56 +09:00
SATO Yusuke 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
SATO Yusuke 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
Yuya Ma'emichi c65a721b41 ja: Fix typo of Big-O notation in KVS section () 2019-07-06 11:07:13 -04:00
Kevin Xu 33431e61a9 zh-Hans: Translate Pastebin solution () 2019-06-16 20:21:21 +05:00
Donne Martin 9ce0e9d734
Add Hebrew translation link () 2019-05-30 20:25:26 -04:00
Donne Martin a95a2937bc
Update language lists in translations () 2019-05-13 18:56:36 -07:00
minhaz dd15249b65 Add availability in numbers section () 2019-05-12 07:19:23 -04:00
Simon Knott 55d09f611d Add Ebook generation script () 2019-05-12 06:21:14 -04:00
Sébastien Puyet 0022c9708e Translate language list () 2019-05-11 12:42:58 -04:00
Manas Karekar 116634f5b3 Enable syntax highlighting in all python code snippets () 2019-05-07 06:24:41 -04:00
leontyr 8b04d4d5fe Update HDFS design link to the latest version () 2019-05-07 06:22:12 -04:00
Donne Martin 1a9eefe629
Add article link: How Twitter Handles 3,000 Images/sec () 2019-04-09 20:46:59 -04:00
Sean Han fda859e4a4 Fix broken SQL link in Scaling AWS exercise ()
Fix broken SQL link in Scaling AWS exercise
2019-03-17 20:55:19 -04:00
Manas Karekar 82d80a08a0 Enable Python syntax highlighting in Pastebin sample code () 2019-03-03 22:28:43 -05:00
yiksanchan 38d18fb62b Update document-store to document store () 2019-02-28 06:55:50 -05:00
glusa8 e276822d72 Fix typo in Twitter timeline and search solution () 2019-02-11 05:48:36 -05:00
glusa8 970d006ff5 Fix grammar in document store section () 2019-02-03 07:35:24 -05:00
Guo 1144b8ef4c zh-Hans: Fix typo () 2019-01-20 11:59:42 -08:00
Juan Eugenio Abadie 9843e649cf Add missing word in cache write through discussion () 2019-01-05 12:20:17 -05:00