JavaFinder: Keeping Track of Java Inventories
Do you ever wonder how many Java distros you've installed? Not only for development but also those bundled with the applications you use?

Do you ever wonder how many Java distros you've installed? Not only for development but also those bundled with the applications you use?

Code Interoperability Mode enables TornadoVM to prototype kernels that run from multiple programming languages.

AP-Loader wraps async-profiler and its tools with an API in a cross-platform JAR. This article is about the API.
Using AsyncGetCallTrace from a separate sampler thread is possible and this article tells you why and how!

How to use the JetBrains HTTP Client to replace Postman, test third party APIs, share requests and run them in CI all of that within …

Many of our customers have upgraded from QuickFIX/J to Chronicle FIX and this article provides some background as to why.

We created bld because we're not really interested in build tools. We use them because we have to, but we'd rather just get on with coding.

A couple of weeks ago, I spent the weekend creating another CFP submission helper in the form of a Firefox extension.

Ever wondered how to find classes and dependencies that you don't actually use? Here I describe how to implement an instrumenting Java …

How to develop a tiny Java profiler, that can output flame graphs, in just 240 lines of pure Java, making it easy for anyone to understand.