📄️ Adapter Pattern
Adapter is a structural design pattern that allows objects with incompatible interfaces to collaborate.
📄️ Façade Pattern
Façade is a structural design pattern that provides a simplified interface to a library, a framework, or any other complex set of classes.