1 — Appendix A: UML Cheat Sheet
Purpose
[stub: uml-cheat-sheet]
Metadata
| Author | Amit Singh |
| Scope | low-level-design |
Local graph
Related notes
2 — Appendix B: SOLID & GRASP Cheat Sheet
Quick-reference summary of the five SOLID principles and the GRASP responsibility-assignment patterns, condensed for interview recall.
3 — Appendix C: Design Pattern Decision Matrix
Cross-references common design problems against candidate GoF patterns so the right pattern can be picked quickly instead of pattern-matched from memory.
4 — Appendix D: LLD Interview Checklist
A pre-interview and in-interview checklist condensing the Chapter 1 framework into a single pass/fail list to run through before finishing.
5 — Appendix E: Java Implementation Guidelines
Language-specific guidance for translating an LLD whiteboard design into idiomatic Java — interfaces, access modifiers, and collection choices.