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.
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.