In this repository you can find all the example projects for the blog post series Design Patterns that can be found here and here,
This series covers 22 of the Gang of Four's design patterns. You can also find variants of these design patterns.
Below is a list of individual posts:
Abstract Factory
Builder
Factory Method
Prototype
Singleton
Adapter
Bridge
Composite
Decorator
Facade
Flyweight
Proxy
Chain of Responsibility
Command
Iterator
Mediator
Memento
Observer
State
Strategy
Template Method
Visitor