Add a system design flashcards cheat sheet - #7
Merged
Conversation
A rapid-fire question and answer deck covering the repo's core patterns: scale, availability, CAP and consistency, load balancing, caching, CDN, databases, replication, sharding, messaging, APIs, real-time delivery, rate limiting, coordination, durability, the numbers worth memorizing, and the interview itself. Every section links to the pattern or cheat sheet that explains it in full, so the deck works as an index into the repo rather than a standalone copy of it. The deck idea and a first version came from @piyooshsinha in #5. Co-authored-by: Piyoosh Sinha <42969861+piyooshsinha@users.noreply.github.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
cheat-sheets/flashcards.md, a rapid-fire question and answer deck for recall practice before an interview.Why this format: cheat sheets are the best performing content type in this repo.
interview-framework.mdis the most read page after the README, ahead of every pattern and question. A flashcard deck extends that format into active recall, which is the gap between reading the material and being able to say it out loud in an interview.What it covers: scale and performance, availability, CAP and consistency, load balancing and proxies, caching, CDN, databases and indexing, replication and quorum, sharding, messaging, APIs, real-time delivery, rate limiting and resilience, coordination, durability, the numbers worth memorizing, and the interview itself.
How it fits the repo: every section links to the pattern or cheat sheet that explains it in full, so the deck is an index into the existing content rather than a second copy of it. All 32 relative links resolve. No em dashes, per CONTRIBUTING.
Credit: the idea and a first version came from @piyooshsinha in #5. This version is reworked to house style and rewired to link only to content that exists in this repo.