The DurationAPI is coming out of experimental stage, and offers a nice DSL to easily work with Time durations (duh!). If offers the obvious but also nice extra goodies like coercions and ISO/ String conversions and is notably used to calculate processing time.
java
A collection of 10 posts
Paginate results in a command line application using picoCLI

In this article, I describe a way to paginate results in picocli applications.
Building a wine cellar monitoring system - Part 2 : Creating a native Java library
In this article, we will to create a native library so that our C driver can be used from Java. We will also create a jar that includes the library. We generate our outputs using Github Actions with the help of cross-compilation and even publish our jars there as packages!
Building a wine cellar monitoring system - Part 1 : The hardware and setup
In this series of posts, we'll see how to build a wine cellar monitoring system sending data to the #cloud with some #iot, #timeseries and #microservices on a #raspberrypi. Is that enough buzzwords yet?
Jpackage : Overview of one of Java 14's hidden gems
Jpackage : Overview of one of Java 14's hidden gems. In this article we will create an installer for Minecraft using jpackage.