Time Machine: A Look-Back at Java Sessions from NODES 2022
As we prepare for NODES 2023, let's pull out the time machine and review the Java sessions from NODES 2022.

Jennifer Reif
4,273 viewsAs we prepare for NODES 2023, let's pull out the time machine and review the Java sessions from NODES 2022.

Rob Austin
3,704 viewsSometimes time spent reinventing the wheel results in a revolutionary new rolling device. But sometimes not!

A N M Bazlur Rahman
9,589 viewsLearn about a few notable features that stand out in the upcoming Java 21, in an overview of their functionalities and potential use cases.

Frank Delporte
9,479 viewsFind out how the JVM handles many tasks that you, as a developer, don't want and need to take care of compared to other languages.

Peter Lawrey
7,415 viewsGenerate a highly efficient approach to generating an 8-byte lightweight identifier that is unique across many hosts.
Shai Almog
5,115 viewsWrite expressions like (bigDecimalMap[ObjKey] * 5 > 20) in Java. Manifold makes that happen. Expressions like "var distance = 5 mph * 3 hr"!

Frank Delporte
4,105 viewsKeeping a project on Java 8 will eventually lead to running it on a non-maintained runtime. Aim for the stars and go for Java 17!

Johannes Bechberger
9,223 viewsUnderstanding class loader hierarchies is essential when developing instrumenting Java agents. So I wrote an article about it.

Peter Lawrey
8,504 viewsThe cost of object creation can be far higher than the cost of cleaning them up if they are very short lived.

George Tanev
12,890 viewsWe introduce a linear algorithm for rolling binary trees and implement it in Java, by demonstrating the use of common design patterns.