Add system-design-progress-tracker.md - #1389
Open
pranjit-medhi wants to merge 1 commit into
Open
Conversation
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.
This PR introduces system-design-progress-tracker.md, an interactive, step-by-step curriculum and study tracker designed to help learners navigate the vast wealth of resources in this repository
While the repository is extremely comprehensive, the sheer volume of material can sometimes be overwhelming for beginners or those preparing for interviews. This tracker breaks down the content into a structured 6-Phase Learning Roadmap.
What's Included:
6-Phase Guided Journey: Groups the repo's content into logical learning stages (Fundamentals -> Web Tier & Infra -> Database Scaling -> Caching & Async -> OOD -> High-Scale System Architectures).
Relative Linking: All theoretical topics, coding challenges (like LRU Cache), and design questions (like Twitter or Pastebin) are wired with relative links that resolve natively to your repo anchors and solution files.
Anki & Prep Checklists: Built-in tracking for Anki flashcard reviews and the 4-step interview approach.
Embedded Quick References: Includes the "Latency Numbers Every Programmer Should Know" and "Powers of Two" reference tables at the bottom for quick lookups during mock design sessions.
Why this is helpful:
It provides users with an actionable "checklist" they can copy, fork, or use locally (in editors like Obsidian, Notion, or VS Code) to track their progress systematically as they work through the primer