Commit Graph

413 Commits (355e85eac0ada2b1339aafdbde38fdd1226c5641)

Author SHA1 Message Date
Jeremy Hu 355e85eac0 Movie tickets Java OOP 2025-04-07 15:27:30 +03:00
Jeremy Hu 75bcb029dc Movie tickets program Java 2025-04-07 15:27:30 +03:00
Ido Ophir 4c5700ad39 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-07 15:21:08 +03:00
pirasalbe 90304dbf07 Fix typos 2025-04-07 15:21:08 +03:00
Ido Ophir 845b6292e0 Update README.md
typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-07 15:17:42 +03:00
Siarhei 6dd4efa4f5 Add a link to "System Design And Recommendation Algorithm Of 20 Big Companies" 2025-04-07 15:17:42 +03:00
Sonia M a3891a1c39 Added a Useful System Design Interview Resource 2025-04-07 15:16:08 +03:00
Prakhar Khandelwal cf6ffa1ec1 Added additional sources for Denormalization 2025-04-07 15:13:22 +03:00
moeyui1 ecdc369c51 fix lexical errors in translation 2025-04-07 15:10:55 +03:00
Ido Ophir 8fdbfad337
Add link for HTTP in Communication section, Fix grammar (#339)
Co-authored-by: Abhinav Nath <abhinavnath@ymail.com>
2025-04-07 15:06:41 +03:00
Samuel Berthe bb903eb1bc adding raft + consensus algo 2025-04-07 14:52:51 +03:00
Samuel Berthe 5f52a8b9dc adding dremel paper 2025-04-07 14:52:20 +03:00
Rajat Agrawal cb856fe48e Update foursquare developer blog's dead link 2025-04-07 14:41:19 +03:00
Kartikay Jainwal a268a9ad5c Update Typo in code snippet
Added missing : in function declaration.
2025-04-07 14:32:52 +03:00
Itamar Friedman 22132364a9 Fixed two issues and add sanity tests. Issue #1: super now calls the right class, #2: decoupled the initiatlization of call_center and employee. 2025-04-07 14:31:17 +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
Akshitha Kumbam 3569503963 Update parking_lot.py
Updated [return True if {boolean expression} else False] --> {boolean expression}
2025-04-07 14:07:45 +03:00
Ido Ophir 238d6b9c8c
[Imported] zh-TW: small spell problem in README-zh-TW.md (#314)
* fix: small spell problem in README-zh-TW.md

* fix: small spell problem and revert folder name to origin in README-zh-TW.md

---------

Co-authored-by: liuliu <liuliugit@gmail.com>
2025-04-07 14:04:26 +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
Ido Ophir d65fca4644 Update solutions/object_oriented_design/parking_lot/parking_lot.py
Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-07 13:35:43 +03:00
shivral 1edf1696f0 Update parking_lot.py
Fixed the typo where spot size was not being assigned and cleaned up the supers
2025-04-07 13:35:43 +03:00
Balanagireddy M 992787f176 Minor comments 2025-04-07 13:26:50 +03:00
Talal 414972fb76 Update generate-epub.sh
In the optimized version of the script, I removed a total of 11 lines compared to the original script. The original script was 44 lines long, and the optimized version is 33 lines long.
2025-04-07 13:23:32 +03:00
Harsha Raghu 430f0a35e7 Update README.md 2025-04-07 13:19:26 +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
asuzukii 568933bfd2 some grammar fixes 2025-04-07 12:35:36 +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
vivekmaru36 dcd96b2106 Implement user addition in UserService online_chat.py 2025-04-07 12:23:10 +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
Selin Cosar b4840dcdbc Add Turkish translation 2025-04-07 12:00:35 +03:00
Selin Cosar 547b4f149b add README-tr.md 2025-04-07 12:00:35 +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
Abhijeet Antin bdb57f6c83 Add circular array code 2025-04-07 11:30:07 +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