Log4Shell has been a hot topic since its discovery. In this article, I'd elaborate on the Log4Shell vulnerability and how it might affect the Java community.
Maven is a really good general dependency manager, packager, and deployment tool for anything you want to apply a version to, and shove into an artifact repository.
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.