🎓 “Learning never exhausts the mind.”

— Leonardo da Vinci


Welcome to Design Patterns Guide

This Notion page is a personal study and reference for Design Patterns.

It includes Arabic & English explanations, real-life examples, and clean C# code.

The goal is to have a quick, simple reference for review or learning.

Each pattern has its dedicated page with detailed examples and notes.


Creational Patterns

💡 Factory Design Pattern

Go to Factory Pattern

💡 Singleton Design Pattern

Go to Singleton Pattern

💡 Builder Design Pattern

Go to Builder Pattern

💡 Abstract Factory Pattern

Go to Abstract Factory Pattern

💡 Prototype Design Pattern