#object-oriented programming Cheatsheets
Design Patterns Cheat Sheet
A quick reference guide to common software design patterns, categorized by their intent: creational, structural, and behavioral. Includes pattern descriptions, use cases, and implementation notes to help you apply them effectively in your projects.
SOLID Principles Cheat Sheet
A concise guide to the SOLID principles of object-oriented design, aimed at creating maintainable, flexible, and robust software.