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.
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.
Get details on the target environment and an overview of the high-level components that I'll use to build a REST API to balance granular control and magical black boxes.
The Ignite UI for Angular Navigation Drawer component is a side navigation container. In this post, we will work with Ignite UI Navigation Drawer and Angular Routings.
Allowing users to log in and log out, and base their permissions on this, is a crucial piece of web app security. Learn how to implement it with Angular 5!
EJBs can be a little confusing if you don't know the ins and outs with a certain degree of clarity. Let's take a closer look at them with the help of some examples.