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
Gatling is a performance testing tool to carry out load tests on applications. Gatling can spawn thousands of virtual users/clients over a
When running our Java tests with Maven they usually produce a lot of noise in the console. While this log output can
Learning how to test a Spring Boot application effectively can be a hurdle, especially for newcomers. Without a basic knowledge of Spring's
Starting with a new programming language is always exciting. However, it can be overwhelming as we have to get comfortable with the
With this guide, we'll investigate the powerful @SpringBootTest annotation for writing Spring Boot integration tests. If you're new to testing the Spring
Yet another blog post about a Mockito feature that we should rarely use: Mockito deep stubs. With this article, we'll explore how