I recently learned that instead of using SFL4J's API and the wanted implementation, you'd use System.Logger which is available since Java 9. Let's see how.
In this tutorial, we'll learn to enable our Java application to use mTLS by using different clients. We'll use an existing example of adding mTLS to an NGINX instance.
In this tutorial, take a closer look at the Mediator Design Pattern in Java. Follow an introduction, real-time examples, class diagram, and implementation.
In this video tutorial, take a closer look at the mediator design pattern in Java with an introduction, real-time examples, class diagram, and implementation.
In this tutorial, learn how to use open-source Chronicle Queue and Chronicle Wire to structure applications to use the event-driven architecture (EDA) design pattern.
In this tutorial, we discussed guidelines and considerations for Spring Cloud microservices component tests and provided a recipe for common use cases.
In this post, we'll discuss various concepts we commonly use in concurrent programming and how to resolve synchronization, race conditions, and deadlocks.
In this article, we discuss the existing standards for databases in the Java world and the new Jakarta Data, which aims to make life easier for developers.
In this post, I demonstrate how to build a distributed payment network system with enchanted audit functionality by means of Spring Boot, Spring Cloud, Axon, Neo4j.
In this video tutorial, take a closer look at the builder design pattern in Java. This tutorial includes an introduction, real-time examples, and implementation.
In this video tutorial, take a closer look at the Memento Design Pattern in Java. This tutorial includes an introduction, real-time example, and implementation.
Here, learn how to detect Log4j vulnerability using Red Hat Advanced Cluster Security, or ACS, which will help protect and defend your Kubernetes cluster.
This tutorial takes a closer look at the Interpreter Design pattern in Java, including an introduction, real-time examples, a class diagram, and implementation.