How Java Litters Beyond the Heap: Solid-State Drives
Explore how solid-state drives (SSDs), the default storage medium for on-disk data, use garbage collection.

Denis Magda
4,739 viewsExplore how solid-state drives (SSDs), the default storage medium for on-disk data, use garbage collection.

Jago de Vreede
10,968 viewsLearn from scratch about how to get started releasing a Java module with JReleaser to Maven Central with Github Actions.

Wei Lin
4,024 viewsIn this interactive tutorial and educational project, you'll learn about JUnit internals and the usage of Java annotations and reflection.
Shai Almog
4,441 viewsJava 8 streams improved readability and provide great debugging opportunities. There are amazing tools for inspecting collections and …

Johannes Bechberger
6,411 viewsHow do profilers like async-profiler work? How to write your own? This is the second part, covering wall-clock profiling.

Marit van Dijk
8,753 viewsLearn the different ways in which we can view our project's dependencies in IntelliJ IDEA, and the different focus for each view.

Frank Delporte
3,554 viewsFoojay.io aims to be the starting point for “all-things OpenJDK". The idea struck me that this site needs complete beginner materials, too!

Sumith Puri
6,933 viewsIn part #2 of my article series on Spring Boot Annotations, we focus on the REST and Spring Stereotype Annotations.

Sumith Puri
6,049 viewsSpring Boot Annotation Guide, providing an easy reference for daily development and provides code samples.

Johannes Bechberger
8,851 viewsHow do profilers like async-profiler work? How to write your own? This series tries to write a tiny sampling-based profiler from scratch!