This repository contains code that utilizes patterns I've found most beneficial throughout my career as a software developer. It serves as a boilerplate, offering inspiration for building your own projects.
Within this repository, I incorporate concepts from Clean Architecture, such as use-cases and entities, alongside elements from the Hexagonal Architecture, including ports and the application layer. Additionally, it integrates aspects of the Repository and Provider patterns.