Ensuring Test Coverage Using ArchUnit
A simple approach to method coverage in Spring Boot through naming conventions

Search for a command to run...
Articles tagged with #architecture
A simple approach to method coverage in Spring Boot through naming conventions

Required reading: https://engineering.cloudflight.io/defining-boundaries A big part of what makes up complexity are side effects. The challenge with them is the (semi) non-deterministic behavior of their execution. A network call can give me the dat...

How to organize the files can be quite confusing when starting in programming, especially when the code base grows and the existing structure cannot manage that much content anymore. Value of Having Structure Why does it matter to us? Modern editors ...

Managing complexity is a discipline on its own, and many books have been written about it. Regardless of which ones you mastered, compartmentalization of impact will always be on the top list. Let's say we have a very big code base, and we want to do...
Introduction to the Easy Architecture In this post, we will explore a quick and rather easy architecture for deploying your web applications with a low to medium complexity to Azure. The used components are: Azure App Services With App Service inte...