How does it feel to test a compiler?
My experience testing compilers, focusing on the Kotlin/Native compiler and how I got into compiler testing, the tasks involved, the tools I …
My experience testing compilers, focusing on the Kotlin/Native compiler and how I got into compiler testing, the tasks involved, the tools I …

With this new series of video interviews, I want to take you behind-the-scenes of some applications built using JavaFX.

Displaying images on your website makes for an interesting problem: on one side, you want to make them publicly available; on the other, you …

Within OpenJDK, there is a whole Java package dedicated to MIDI communication and data handling. Is it up to date? Are there better …

In this episode you'll hear Simon Martinelli, Nicolas Fränkel, Marcus Hellberg, Rick Ossendrijver, and Abdel Sghiouar.

If you are new to JavaFX+Kotlin, this book is a good starting point and gives enough examples to help you understand how to create an …

Use the debugger to find out how a Java application works under the hood, access its memory, and modify it without a single source file

Dive into the world of functional programming in Java using Lambda Expressions, Method References, and Functional Interfaces.

Learn how to debug unresponsive Java/JVM applications, then reload the fix on the fly, using a hands-on example.

Let's make a duplicate finder for documentation together – a tool to quickly detect non-exact, or fuzzy, matches in large text repositories.