system-design-primer
system-design-primer copied to clipboard
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Removed the broken link to https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/ under further reading topic of "How to ace a systems design interview" ## Review the Contributing Guidelines Before submitting a pull request, verify it...
I have made the Tamil version of Readme and please anyone can check and merge it.
## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md).
## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations See the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). Verify you've: * Tagged the...
Fixed few syntax typos in a code snippet --- ## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations...
Without closing img tags, the epub files generated have only 5 pages.
The images don’t work well in dark mode (#630), I added a white background to all `.png` files with `imageMagick`: ```bash find -name '*.png' -exec convert {} -background white -alpha...
## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations See the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). Verify you've: * Tagged the...
It would be great to have access to this guide in a structured, well-formatted & searchable manner. I've seen there is an open issue regarding the automated PDF generation in...
The section on performance & scalability seems to suggest that these two factors are a trade-off between each other (`Keep in mind that everything is a trade-off.`, etc.). Even the...