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.
Learn how to control OAuth in a load-balanced application. This post shows how to manage sessions for a simple load-balanced application that uses OAuth 2.0.
In this article, find answers about immutability and its best practices. Practical examples demonstrate the advantages of immutability and related tricks.
Many people prefer a Character array over a string, but they do not know the reason behind it. Read why people are more inclined to use an array than a string.
In this article, I'll discuss how you can take a real-world REST application example adapted to spring-cloud-function and speed up the cold start time using GraalVM.