Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.49 KB

File metadata and controls

32 lines (21 loc) · 1.49 KB

Contributing

Thanks for helping improve this free system design interview guide. Contributions of all sizes are welcome: fixing a typo, clarifying an explanation, adding a pattern, or writing a new question walkthrough.

Ground rules

  • Keep it original. Do not paste content from paid courses (including the DesignGurus course) or other copyrighted sources. Write explanations in your own words.
  • Keep it concise and practical. Favor clear summaries, tables, and bullet points over long essays.
  • Stay vendor-neutral in the technical explanations. Link to the course as the "go deeper" option, not as the only answer.
  • No em dashes. Use commas, colons, parentheses, or periods instead. (House style.)

How to add a pattern

  1. Copy patterns/_template.md to patterns/your-pattern.md.
  2. Fill in each section.
  3. Add a row to the table in patterns/README.md and, if it is a core pattern, to the table in the root README.md.

How to add a question walkthrough

  1. Copy questions/_template.md to questions/design-your-system.md.
  2. Fill in each section. Keep the solution at the "approach and trade-offs" level, not a full paid-grade solution.
  3. Add a row to the catalog table in questions/README.md.

Style

  • One concept per file.
  • Use relative links between files so they work on GitHub.
  • Prefer simple ASCII or Mermaid diagrams that render on GitHub.

Pull requests

Open a pull request with a short description of what you changed and why. Small, focused PRs are easier to review and merge.