Batch processing is for cases where having the most up-to-date data is not important. Stream processing is for cases that require live interaction and real-time responsiveness.
In this post, you will finish building out the basic CRUD functionality of the API by adding logic to handle POST, PUT, and DELETE requests on the employees endpoint.
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.