PinnedDo you have disguised Coupling in your system?Coupling, in a way, is a metric of how easy it is to modify your system. It shows you how many problems you will encounter during future…Nov 7, 2021Nov 7, 2021
Using Ports and Adapters in a monolithSome time ago, I wrote about Ports and Adapters architecture, where domain logic is completely separated from infrastructure logic, like…Apr 16, 2021Apr 16, 2021
Documenting REST APIDocumentation is important, everybody knows this, especially when you are the one who needs to use some third-party service or library…Apr 16, 2021Apr 16, 2021
The power of Spring REST API validationCreating REST endpoints has become pretty popular. All these microservices, APIs, simple backend applications for the frontend javascript…Apr 15, 2021Apr 15, 2021