Elasticsearch can help the Java EE world with both NoSQL documents and a search engine. See how to join the best of these two worlds using Eclipse JNoSQL.
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.
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.
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.
Get caught up with the answer to the previous quiz on overloading methods, and try your hand at this quiz, which deals with improving the encapsulation of your code.
Want to use Azure Blob Storage to host your Maven artifacts? Here's a simple guide to bringing your Java projects to the cloud for ease of accessibility.
Apache Flink helps build big data in a efficient and scalable way. Learn how to use it to read data from a file, transform it to uppercase, and write it to another file.
See how Future and ExecutorService work independently and how they can be combined to solve issues with intense calculations, background tasks, and more.