//recent posts
all posts →
Testing a Java I/O library properly means testing it on real hardware. No mocks, no stubs, just actual pins doing actual things. …

The JFX Central Links Of The Week is a great source to discover what is happening in the JavaFX world. One of the projects that …

This website grew over many years into more than 260 posts, 220 videos, 100 podcasts, and 60 presentations. The old design buried …

Lottie animations run on Android, iOS, and the web. Getting them working on the JVM is a different story. Lottie4J started as a …

Here are the JavaFX LinksOfTheMonth of May 2026. You can find the weekly lists on jfx-central.com . Did we miss anything? Is there …

Here are the JavaFX LinksOfTheMonth of April 2026. You can find the weekly lists on jfx-central.com . Did we miss anything? Is …

These are the links from the JCON talk in Cologne, Germany, on April 22, 2026: “The Wait is Over: Foreign Function & …

There are bugs you can solve by yourself, and bugs where you just need to sit down with someone who knows the internals. This …

When I released Lottie4J 1.1.0 , I mentioned something a bit embarrassing in the release notes and this blog post : there was a …
//recent podcasts
all podcasts →
Unit testing assumes that the same input gives the same output. Large language models break that assumption on purpose, which …

JNI has been the standard answer for calling native code from Java for almost three decades. It also brings most of the headaches …

If you write Java day to day, the AI tooling conversation often defaults to Python. BoxLang takes a different route. It runs on …

Running AWS services on your laptop usually means waiting for a heavy emulator to boot, watching memory fill up, and hoping the …

Your Java app passes the build, the tests are green, and the dashboard looks fine. But are the libraries underneath still …

What keeps a developer community alive after six years, and what does it take to stay relevant while AI reshapes how we write …