system-design-primer icon indicating copy to clipboard operation
system-design-primer copied to clipboard

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

Results 396 system-design-primer issues
Sort by recently updated
recently updated
newest added

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...

needs-review

I have made the Tamil version of Readme and please anyone can check and merge it.

help wanted
needs-review
translation

## 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).

needs-review

## 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...

help wanted
needs-review
translation

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...

needs-review

Without closing img tags, the epub files generated have only 5 pages.

needs-review

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...

needs-review

## 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...

needs-review

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...

needs-review

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...

needs-review