Blog: rieckpil (Enterprise Development with Java made simple)


241 blogs updated: 108 min. ago
Parallelize Only Java Unit Tests with JUnit 5 and Maven
The more our project and test suite grow, the longer the feedback loop becomes. Fortunately, there are techniques available to speed up our ...
3
26-09-2022 11:16:09 rieckpil (Enterprise Development with Java made simple) Beginners
Test Thymeleaf Controller Endpoints with Spring Boot and MockMvc
Spring Boot offers excellent testing support for Spring Web MVC controllers. With the help of @WebMvcTest and MockMvc, we can verify our con...
10
02-08-2022 08:28:37 rieckpil (Enterprise Development with Java made simple) Beginners
Spring Boot Testing: MockMvc vs. WebTestClient vs. TestRestTemplate
Spring offers various tools for testing our controller endpoints: MockMvc, WebTestClient, and the TestRestTemplate. While all three candidat...
12
18-07-2022 09:39:07 rieckpil (Enterprise Development with Java made simple) Beginners
Amazon SQS Listener Testing with @SqsTest (Spring Cloud AWS)
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...
12
30-06-2022 11:03:43 rieckpil (Enterprise Development with Java made simple) Beginners
Remote Java Developer Technical Hardware and Software Setup
This article describes my working setup (hardware and software) as a remote freelance Java developer. I've been working from either home, co...
9
01-06-2022 08:32:33 rieckpil (Enterprise Development with Java made simple) Beginners
Spring Boot Test Spring Web MVC HandlerInterceptor
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 ...
11
09-05-2022 08:54:52 rieckpil (Enterprise Development with Java made simple) Beginners
LaunchDarkly Java Testing and Local Development Hints
Feature flags offer a solution to decouple the deployment of a feature from its release. This can help us continuously deploy new changes wi...
9
28-04-2022 10:30:27 rieckpil (Enterprise Development with Java made simple) Beginners
Java Development on an Apple M1 – A One Year Review
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...
18
25-03-2022 09:39:16 rieckpil (Enterprise Development with Java made simple) Beginners
Automatic Java Code Migration with OpenRewrite (Mockito Example)
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 ...
11
14-03-2022 07:17:38 rieckpil (Enterprise Development with Java made simple) Beginners
Write Gatling Performance Tests with Java
Gatling is a performance testing tool to carry out load tests on applications. Gatling can spawn thousands of virtual users/clients over a s...
12
24-01-2022 07:30:18 rieckpil (Enterprise Development with Java made simple) Beginners


© Jiri Pinkas | this project on GitHub | related: JavaVids | Maven Central Repository Search | Java školení

Top Java Blogs is a Java blog aggregator (with English-written blogs only) focused on Java SE, Java EE, Spring Framework and Hibernate.

Made better & faster using https://www.yourkit.com/ Java Profiler