From fd5cc407257d755f197d2e9e0bde4ae96131c5dc Mon Sep 17 00:00:00 2001 From: Vinay Mayavanshi <75678393+VinayMayavanshi13@users.noreply.github.com> Date: Sun, 12 Feb 2023 09:30:26 +0530 Subject: [PATCH] Solved Issue #683 The broken link used to takes us to the Palantir.com. Now the original blog no more exists but it is available in the web archives thus I have included it and additionally I have included the Y Combinator link where people had discussion on the mentioned blog and has provided more resources. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5719d9..9efa2f5d 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ You might be asked to do some estimates by hand. Refer to the [Appendix](#appen Check out the following links to get a better idea of what to expect: -* [How to ace a systems design interview](https://news.ycombinator.com/item?id=3177987) +* [How to ace a systems design interview](https://web.archive.org/web/20210505130322/https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/). Some additional [resources](https://news.ycombinator.com/item?id=3177987). * [The system design interview](http://www.hiredintech.com/system-design) * [Intro to Architecture and Systems Design Interviews](https://www.youtube.com/watch?v=ZgdS0EUmn70) * [System design template](https://leetcode.com/discuss/career/229177/My-System-Design-Template)