Concept
Design Patterns
For each of the 23 patterns in : 1. Run the demo 2. Draw a class diagram on paper 3.
Where it fits
Packages: Design patterns (pkg8patterns)
Learn
Existing chapters for this concept.
- Design Patterns
For each of the 23 patterns in : 1. Run the demo 2. Draw a class diagram on paper 3.
Open lesson →
See it in code
Existing Java examples.
Reference
- Design Patterns (GoF)
Runnable examples: . Each file documents intent, UML, pros, cons, and a real-world use .
Open reference →
Prepare
Existing interview questions.
- Design Patterns (GoF) — Interview Questions (80+)
Match the problem; prefer the simplest solution that communicates intent.
Open question →