Hidden Beauties of Java Enums
Java enums can contain much more than just a list of definitions, but also data and extended functionality!

Frank Delporte
7,883 viewsJava enums can contain much more than just a list of definitions, but also data and extended functionality!

Marit van Dijk
8,621 viewsMoving a commit to a different branch: not nearly as scary as it sounds! Let the IDE help to turn this into a quick, low-stress task.

Shai Almog
4,185 viewsWhen it is done badly, the CI process can turn this amazing tool into a nightmare. CI should make our lives easier, not the other way …

Johannes Bechberger
9,633 viewsHow 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.
Shai Almog
2,227 viewsStop digging through variables in the watch to find nuggets of gold, or rerunning the expression evaluation. Use entity renderers instead.
Fawaz Ghali
4,801 viewsLearn how to treat logs and traces as part of a scalable cloud storage repository that can be analysed with the techniques used for big …

Lukas Eder
17,428 viewsjOOQ makes SQL a "first-class" language in the JVM ecosystem by embedding it into Java, Kotlin, and Scala in an idiomatic way.

Peter Lawrey
4,280 viewsMapping large areas of memory avoids having to know in advance how much memory we need or having to resize the memory mappings while in use.

Bo Zhang
7,805 viewsThis is the second article of the series "How Gradle Works". In this article, we'll explain what happens inside the Gradle Daemon JVM.

Helen Scott
4,064 viewsStarting in a new team can be daunting. You have to learn All The Things, one of which is your IDE! So, how can you best learn IntelliJ …