Working with large and old codebases can be a challenge. While those long-lived applications usually power our core business and highly support
Let's admit the truth. Testing is often an overlooked aspect of software development and an afterthought in most teams. There are very
The more our project and test suite grow, the longer the feedback loop becomes. Fortunately, there are techniques available to speed up
Spring Boot offers excellent testing support for Spring Web MVC controllers. With the help of @WebMvcTest and MockMvc, we can verify our
Spring offers various tools for testing our controller endpoints: MockMvc, WebTestClient, and the TestRestTemplate. While all three candidates serve a similar goal
Similar to a REST API, an Amazon SQS listener is an entry point to our application. While we can easily test our
This article showcases how to test a Spring Web MVC HandlerInterceptor using JUnit 5 and Spring Boot. We'll discuss the value of
Feature flags offer a solution to decouple the deployment of a feature from its release. This can help us continuously deploy new
It's been almost a year since I've bought the MacBook Pro M1 (arm64 processor) for my daily Java development as a freelance
Postponing a (major) dependency update for too long can harm our productivity in the long run as we might not be able