An open API service indexing awesome lists of open source software.

https://github.com/samiurrahmanmukul/software-design-patterns

Learn software design patterns and related concepts with Java programming language.
https://github.com/samiurrahmanmukul/software-design-patterns

design-patterns java java-design-patterns object-oriented-programming oop samiurrahmanmukul software-design-patterns software-design-principles

Last synced: about 2 months ago
JSON representation

Learn software design patterns and related concepts with Java programming language.

Awesome Lists containing this project

README

        

# Software Design Patterns

Learn software design patterns and related concepts with Java programming language.

This repository is a collection of examples and explanations of various software design patterns implemented in Java. It is intended to help developers understand, learn, and apply design patterns effectively in real-world software development.

## 📚 What You’ll Learn

- Creational Patterns (e.g., Singleton, Factory, Builder)
- Structural Patterns (e.g., Adapter, Decorator, Composite)
- Behavioral Patterns (e.g., Observer, Strategy, Command)
- SOLID Principles
- Best practices and real-world use cases

## 📁 Structure

Each pattern is implemented in a separate folder containing:

- Java source code
- README with explanation and UML diagram (if applicable)
- Example usage

## 🛠 Requirements

- Java 8 or above
- Any Java IDE (e.g., IntelliJ IDEA, Eclipse)
- Basic understanding of Object-Oriented Programming (OOP)

## 🚀 Getting Started

1. Clone the repository:

```bash
git clone https://github.com/SamiurRahmanMukul/software-design-patterns.git
```