--- title: "Design Patterns Cheat Sheet" description: "Concise guide to design patterns with examples and use cases." image: "https://assets.bytebytego.com/diagrams/0167-design-patterns-cheat-sheet-part-2.png" createdAt: "2024-02-27" draft: false categories: - software-architecture tags: - "design patterns" - "software design" --- ![](https://assets.bytebytego.com/diagrams/0167-design-patterns-cheat-sheet-part-2.png) The cheat sheet briefly explains each pattern and how to use it. What's included? * Factory * Builder * Prototype * Singleton * Chain of Responsibility * And many more!