Factory method in general and how to implement it in PHP.
Adapter Pattern – Simple but useful!
Adapter patern in general, the concept an how to implement it in PHP
Using service provider in laravel – real quick
Service provider in laravel, magic method, understand dependency injecttion in coding. how to bind a service and working with service container
Late static binding in PHP – write code as a senior developer
Late static binding in PHP. How to organize the code that keep the flexibility. Static and self in PHP.