Spring Cloud Gateway can help implement the gateway pattern for your API, especially in a microservices environment. Learn how to make use of it by way of an example.
Eclipse Vert.x is a toolkit that let you write reactive applications. In Part 1 of this tutorial series, we'll learn how to make your first Vert.x application.
If you've heard the buzz about Jenkins for CI/CD and want to get started, this guide will teach you all the steps (and workarounds for problems) you'll need.
As containers take root, dozens of tools have sprung up to support them. Check out your options for orchestration, CI/CD, logging, monitoring, and more!
Let's take a look at a possible blockchain implementation using Java. We build up from first principles and develop some code to help show how it all fits together.