Commit Graph

245 Commits (cb856fe48e145e712480ac3d23130005c9a32ea0)

Author SHA1 Message Date
Rajat Agrawal cb856fe48e Update foursquare developer blog's dead link 2025-04-07 14:41:19 +03:00
akothari-godaddy 629ad9e68b Update README.md 2025-04-07 14:27:41 +03:00
Yuvraj Shekhawat 1bbde535b3 Adding a new article on how DNS works 2025-04-07 14:26:39 +03:00
stelakmetic f1d4b06f19 Update README.md
Since the old lecture is from 2012, I suggest changing it with the new one from 2021 (also from Harvard, with the same person working on it).
2025-04-07 14:24:58 +03:00
Sagar Jain 1a27f560f4 Added link to a practice platform.
Disclaimer: I am the creator of the practice platform.
2025-04-07 14:22:51 +03:00
Ido Ophir ca6d7c2511
replace the already 404 link with a newer link (#313)
Co-authored-by: Charlie <yrjie0@gmail.com>
2025-04-07 14:02:08 +03:00
Farhim Ferdous 82f4df7e3f Add TCP & UDP use case conditions
Add use cases of when to choose TCP over UDP or vice versa that can help others make a better decision. The proposed changes are based on guaranteed & ordered data delivery that TCP provides.
2025-04-07 13:58:06 +03:00
jamesatmeetapro a691f2980c Add a useful mock interview website for system design prep 2025-04-07 13:46:09 +03:00
Sunil 80e2a1f870 add akamai cdn resource for further reading 2025-04-07 13:44:12 +03:00
Abraão Állysson dos Santos Honório db0f6bac77 [refactor]: improve code about strategy cache 2025-04-07 13:40:05 +03:00
Chuck Dingxuan Chen f20c944e40 Availability fact check (four 9s downtime per week is off) and roundings 2025-04-07 13:12:14 +03:00
Ido Ophir f6363337e6
Fix RPC description (results->request) (#290)
authored-by: greghvk <mrgreg557@gmail.com>
2025-04-07 12:31:24 +03:00
Ido Ophir 89e0253bc0
Update to a URL (#289)
Updated URL for Elasticache caching strategies

Co-authored-by: Ansh Saxena <92105954+anshsaxena1703@users.noreply.github.com>
2025-04-07 12:27:56 +03:00
Ido Ophir 3c817b672b Update README.md
Copilot fix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-07 12:08:23 +03:00
eylon.basirtman 1dd1e9f55b feat: add cache write-behind disadvantage 2025-04-07 12:08:23 +03:00
Ido Ophir a91f30b783
Update README.md (#282)
adding a point in lecture Scalability Harvard

authored-by: samy-soliman <42540697+samy-soliman@users.noreply.github.com>
2025-04-07 11:57:17 +03:00
JSon 9be7b1a2c6 Use allowlisted instead of whitelisted.
Use blocklist instead of blacklist.
2025-04-07 11:53:52 +03:00
Albert b2de8b839b Update README.md
Add video resources
2025-04-07 11:50:28 +03:00
Dev Patel 5344565910 Change the link name for AWS article 2025-04-07 11:47:36 +03:00
Dev Patel e9fedd2d71 Add extra links for performance v/s scalability and latency v/s throughput topic 2025-04-07 11:47:36 +03:00
Ido Ophir 4f076f0fc0
Fix Table of Contents order (#276)
Co-authored-by: Volume999 <Volume99917@gmail.com>
2025-04-07 11:43:12 +03:00
Mark Qian 2d50abb8ff Update README.md to include solution for task scheduler 2025-04-07 11:34:12 +03:00
Ido Ophir a3233bc8fe
[Imported] Grammar issues in README.md (#482)
* Grammar issues in README.md

"terminates" --> "terminate"
"a new API results" --> "new API results"

* Update README.md

---------

Co-authored-by: CL123123 <clairclair628@gmail.com>
Co-authored-by: Anandha Krishnan S <anandajith@gmail.com>
2025-04-07 13:59:50 +05:30
Ido Ophir 8f1987fa27
[Imported] Fix broken link in "How to ace a systems design interview" (#1031) (#483)
* Fix broken link in "How to ace a systems design interview" (#1031)

* Update README.md

---------

Co-authored-by: Samuel Richardson <toolbax@gmail.com>
2025-04-07 11:23:25 +03:00
Ben Meehan 1cee61a455 Add transactional messaging section with Outbox Pattern explanation 2025-04-07 11:16:00 +03:00
YTeyddie22 52334b337b Update the Redis Architecture Link under NoSQL 2025-04-07 11:08:59 +03:00
Devansh Agarwal b7f5187b69 Update README.md
Updated the link for Handshake wiki to https://en.wikipedia.org/wiki/Handshake_(computing).
2025-04-07 10:55:17 +03:00
HP (Hetav) 8f32dae6bc Update NAT link in README.md 2025-04-07 10:45:14 +03:00
pallav sharma 85db888a8a Fixing Markdown Lint-related issues in readme.md file.
Using a markdown-lint extension to highlight lint-related issues.

eg:
MD028 - Blank line inside blockquote
MD046 - Code block style
MD001 - Heading levels should only increment by one level at a time
MD040 - Fenced code blocks should have a language specified
MD033 - Inline HTML
2025-04-07 10:41:41 +03:00
Shafaq Arshad a4aff4e186 Add Consistent Hashing Session 2025-04-07 10:21:37 +03:00
Shivam Ardeshna 2464f71db3 Updated README.md by adding required link 2025-04-07 10:00:08 +03:00
Shivam Ardeshna bd5d427a93 added one image and GIF in README.md 2025-04-07 10:00:08 +03:00
Kerem Yilmaz 2c5008d4af Update the lecloud links for translations 2025-04-07 09:07:54 +03:00
Kerem Yilmaz 3011032ce2 Replace broken lecloud links from web archive 2025-04-07 09:07:54 +03:00
Steven Basart 9f28e4e5d3 Fixes How to ace a systems design interview link
Fixes How to ace a systems design interview link by linking to Web archive instead.
2025-04-07 09:02:22 +03:00
Andrey Chugunov 70f2c94c5b Fix broken Latency numbers visualized link 2025-04-07 08:58:19 +03:00
DizzyPanoss 0aa7644cd2 Updated typo in README.md 2025-04-07 08:39:29 +03:00
Shay Molcho 3cf948b0a8 Improve punctuation and formatting in README
Enhanced punctuation and formatting in the README.
These changes enhance the document’s clarity and maintain a uniform structure.
2025-04-07 08:36:39 +03:00
Ido777 fe3a3b61fd Update CAP theorem image and source link in README.md 2025-04-07 08:12:02 +03:00
Satya Vinay 40d5d2edcc
Add Stripe engineering blog (#592) 2024-12-01 20:10:39 -05:00
bali 3df19b2e4f
Fix links to Debunking the myths of RPC and REST (#855) 2024-06-28 20:09:29 -04:00
Aditya Vishwakarma c0132a3f4c
Fix DNS routing hyperlinks (#872) 2024-06-23 13:36:45 -04:00
dgolant a07e261677
Fix Scalability Article links (#750)
Linking to Wayback Machine since it seems the domain expired
2023-03-16 05:58:19 -04:00
Iheb Haboubi 2d8231663f
Fix top k requests link (#717) 2022-12-11 15:06:51 -05:00
Anand e161b2a516
Update latency vs throughput blog link (#716) 2022-11-13 16:04:17 -05:00
Chetan Nair 7e8f93e57d
Fix typo (#694) 2022-07-31 12:44:43 -04:00
Kian-Meng Ang 7a094cec63
Fix typos (#661) 2022-04-23 09:14:45 -04:00
mleers 79364dbbdc
Fix # 650: Replace broken weighted round robin link (#651) 2022-04-19 20:37:02 -04:00
Nnachevvv 578e29cff8
Fix memcache architecture URL (#631) 2022-02-12 21:52:00 -05:00
Lawrence Chou e8a867ee28
Update GitHub Engineering Blog link 2021-11-17 07:26:08 -05:00