Skip to content

Removed numerous broken resources #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Here are some articles about system design related topics.

* [The Anatomy Of A System Design Interview](https://blog.pramp.com/system-design-interview-process-e91aae2dbe83)
* [How to Succeed in a System Design Interview](https://blog.pramp.com/how-to-succeed-in-a-system-design-interview-27b35de0df26)
* [How to Rock a Systems Design Interview](http://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/)
* [System Interview](http://www.hiredintech.com/app#system-design)
* [Scalability for Dummies](http://www.lecloud.net/tagged/scalability)
* [Scalable Web Architecture and Distributed Systems](http://www.aosabook.org/en/distsys.html)
Expand Down Expand Up @@ -102,7 +101,6 @@ If you are going to have an onsite with a company, you should read their enginee
* [Nextdoor Engineering Blog](https://engblog.nextdoor.com/)
* [Booking.com Development Blog](https://blog.booking.com/)
* [Microsoft Engineering Blog](https://engineering.microsoft.com/)
* [Scalyr Engineering Blog](https://blog.scalyr.com/)
* [Myntra Engineering Blog](https://medium.com/myntra-engineering)
* [Fastly Blog](https://www.fastly.com/blog/)
* [AWS Architecture Blog](https://aws.amazon.com/blogs/architecture/)
Expand All @@ -111,6 +109,7 @@ If you are going to have an onsite with a company, you should read their enginee
* [Doordash Engineering](https://doordash.engineering/)
* [SnowFlake Blog](https://community.snowflake.com/s/blog)
* [Palantir Blog](https://medium.com/palantir/tech/home)
* [Logit.io Blog](https://logit.io/blog)

### [[⬆]](#toc) <a name='system'>Products and Systems:</a>

Expand Down Expand Up @@ -188,10 +187,6 @@ Reference:

**Design an online multiplayer card game**
Reference:
* [How to Create an Asynchronous Multiplayer Game](http://www.indieflashblog.com/how-to-create-an-asynchronous-multiplayer-game.html)
* [How to Create an Asynchronous Multiplayer Game Part 2: Saving the Game State to Online Database](http://www.indieflashblog.com/how-to-create-async-part2.html)
* [How to Create an Asynchronous Multiplayer Game Part 3: Loading Games from the Database](http://www.indieflashblog.com/how-to-create-async-part3.html)
* [How to Create an Asynchronous Multiplayer Game Part 4: Matchmaking](http://www.indieflashblog.com/how-to-create-async-part4-html.html#comment-4447)
* [Real Time Multiplayer in HTML5](http://buildnewgames.com/real-time-multiplayer/)

**Design a graph search function**
Expand All @@ -218,7 +213,6 @@ Reference:
**Design a tinyurl system**
Reference:
* [System Design for Big Data-tinyurl](http://n00tc0d3r.blogspot.com/)
* [URL Shortener API](https://developers.google.com/url-shortener/?csw=1)

**Design a garbage collection system**
Reference:
Expand Down