Refactoring Guru already has the best blog to learn Design patterns. Here I am just trying to give a brief about each design.

Design patterns are solutions to recurring problems and design paradigms.

Creational design patterns provide various mechanisms for object creation, increasing flexibility and the reuse of existing code.

We have around 5...