Blog: rieckpil (Enterprise Development with Java made simple) |
241 blogs
updated: 108 min. ago
|
||
The more our project and test suite grow, the longer the feedback loop becomes. Fortunately, there are techniques available to speed up our ...
|
||
Spring Boot offers excellent testing support for Spring Web MVC controllers. With the help of @WebMvcTest and MockMvc, we can verify our con...
|
||
Spring offers various tools for testing our controller endpoints: MockMvc, WebTestClient, and the TestRestTemplate. While all three candidat...
|
||
Similar to a REST API, an Amazon SQS listener is an entry point to our application. While we can easily test our Spring Web MVC controller e...
|
||
This article describes my working setup (hardware and software) as a remote freelance Java developer. I've been working from either home, co...
|
||
This article showcases how to test a Spring Web MVC HandlerInterceptor using JUnit 5 and Spring Boot. We'll discuss the value of unit tests ...
|
||
Feature flags offer a solution to decouple the deployment of a feature from its release. This can help us continuously deploy new changes wi...
|
||
It's been almost a year since I've bought the MacBook Pro M1 (arm64 processor) for my daily Java development as a freelance consultant. I ha...
|
||
Postponing a (major) dependency update for too long can harm our productivity in the long run as we might not be able to switch to a recent ...
|
||
Gatling is a performance testing tool to carry out load tests on applications. Gatling can spawn thousands of virtual users/clients over a s...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler