Measuring Time and Durations in Kotlin
The DurationAPI is coming out of its experimental stage and offers a nice DSL to easily work with time durations.
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Julien Lengrand-Lambert
5,845 viewsThe DurationAPI is coming out of its experimental stage and offers a nice DSL to easily work with time durations.

Matt Overstreet
1,930 viewsSetting up K8ssandra in your workflow just got a whole lot easier. With the new Config Builder you can be running Apache Cassandra® on …

Carl Dea
17,638 viewsimagine C code capable of performing a computation and after its completion the C code will notify Java code to perform updates to JavaFX …

Maarten Mulders
4,038 viewsI had read about git bisect a few times and figured that this time, I would use that tool to find an annoying bug.
Steve Millidge
2,908 viewsJakarta Concurrency is a small, but fundamental, specification in the Jakarta EE umbrella. As project lead, I provide more information on …

Jeff Carpenter
2,101 viewsIn the first, second, and third posts in this series, we’ve shared conversations with K8ssandra core team members on our journey to…

Shai Almog
2,402 viewsIn this article, I want to go over three challenges we face when debugging modern applications: polyglot, unreproducible, data pollution.

Nick Zhu
4,289 viewsHi everyone, welcome to the February update of Visual Studio Code Java and this time we have a special edition for education!

Michael Hunger
9,194 viewsI prefer the command line for my daily work, using the combination of git, sed, grep, bash commands etc. makes recurring tasks easier.

Frank Delporte
4,893 viewsJBang is a great way to create your first program to control electronic components connected to the Raspberry Pi's GPIO pins.