Posts
The acceptable way to integration tests with Spring and Kotlin
When I started to implement tests with Spring Boot, I struggled to find a way to implement integration tests. Integration tests need to pass through all the flow,…
When I started to implement tests with Spring Boot, I struggled to find a way to implement integration tests. Integration tests need to pass through all the flow,…
Photo by Anatoli Styf Microservices are a reality. Big companies do it all the time, to improve scalability and separate responsibilities. Most of the time, the maintainers of…