In this article, I will highlight some extremely important features available which can be learned and implemented quickly when migrating from directly Java 8 to Java 17.
In this post, we'll look into how we can integrate a circuit breaker and a retry mechanism, to handle failures while making synchronous calls to another service
The new switch statement is going to be very useful but if we can write our code both ways e.g., old and new, which will be preferred? Let's compare the performance of both implementations.
Learn how to leverage an open-source library to create large, persisted queues with high performance and low latency leveraging object reuse and memory mapping.
This post covers how to avoid errors before running the application, explains what compile-time safe is and how to use it, and example with Java full-stack application.
In this Spring Boot video tutorial, take a closer look at how to run the Spring Boot application as a stand-alone Java application and RESTful Web Services.
In this article, we are going to learn how to configure Spring Boot to handle exceptions, including custom ones, and customize the error responses and handling.
Summary of the annotations we should use in each testing scenario using JUnit 5 and Spring Test Framework to eliminate redundant annotations and negative outputs.