A custom annotation in Spring Boot tests is an easy and flexible way to provide the required configuration. We can…
For those in need of a quick refresher on Martin Fowler's approach to refactoring. (more…)
The springdoc-openapi library allows us to automatically generate an OpenAPI specification for our rest API built with Spring Boot. This…
Having a sufficient sample of lifelike data greatly improves the application development process. In most cases, when we start working…
Learn how to generate documentation for your Spring Boot application using Springfox Boot Starter. This article extends the Spring Boot…
Estimating programming tasks is a complex process. There is no one-size-fits-all solution. Furthermore, skimping on resources to get it right…
Publishing a project without clearly indicating which license applies to it prevents anyone from benefiting from it. Choosing a proper…
SonarQube is a well known, high quality tool utilized by many prominent companies such as Audible, Porsche, Bosch, and HP…
We don't need to have an immense adventure ahead of us to value ordinary tasks and small steps that enable…
The understanding of a project changes through time as its development continues. Following an obsolete specification, creating only a superficial…