This post demonstrates important Java @annotations used to build a functional Spring Boot Rest API, providing developers the ability to reduce code verbosity.
In this video tutorial, take a closer look at the adapter design pattern in Java (Mobile Charger) with an introduction, example, implementation, and more.
This article will get you started with the Hibernate implementation of JPA. We will use only standard features and cover the basics to provide an overview.
Learn how to use gRPC, an open-source framework that can be used to build scalable and performant microservices and to create communication between services.
Let's dive into supporting legacy-based applications while adding the next generation of microservices in talk with Aaron Weikle, the founder, and CEO at MS3.
This is the first post in the Learn Rust with Java series. This blog will enable you to have a first look into the Rust world on a JFO (Java Flying Object).
Learn about the thread pool and how to create it in Java from scratch. This post includes an intro, implementation, and testing of a simple thread pool version.
In this video tutorial, we will take a closer look at the adapter design pattern in Java. We will cover the introduction, class/sequence diagram, and implementation.
This post contains an article that takes a closer look at the service locator design pattern in java including a class/sequence diagram to easily understand.
In this post, we'll focus on how to handle the post-processing of the data using Java Streams. We'll also see very powerful techniques to optimize and order the results.
Are you a Java developer who wants to know the theory behind Applicatives? Here you will find a step-by-step tutorial that will help you understand them.
The premise that the code that runs inside your infrastructure can be trusted is dangerous - on-premise or in the Cloud. Here are some arguments that support this claim.