Groovy now has extension methods and overloaded operators for the Java 8 Date/Time API types. Let's see them in action and how they can make coding easier.
Postman is a useful web dev tool with some great new features for bundling API requests. Here's a new Postman collection from the developers at Stream.
In this article, we will discuss how to set up a Kafka cluster with 3 nodes on a single machine. After we're done, you'll be able to make as many nodes as you need!
You can create Pivot Tables with data from a database in pure Java, without writing SQL. Learn how you can leverage Java Streams for analyzing database content.