Java Text Blocks

Learn how to use the Java Text Blocks feature, incorporated as a standard feature since JDK 15.

Flogger Fluent Logging

Learn how to use the Flogger framework as an alternative for the traditional logging frameworks.

Mocking a WebClient in Spring

Mocking the fluent Spring WebClient interface for testing is possible but hard work. MockWebServer is an easy to use alternative.