What are you Missing by Debugging in VS Code?
16 missing features in the VS code debugger that are available in IntelliJ. Are they worth switching your main IDE? Detailed lists and …

16 missing features in the VS code debugger that are available in IntelliJ. Are they worth switching your main IDE? Detailed lists and …

In this article, we're going to take a look at the Package Checker plugin, that's bundled with IntelliJ IDEA Ultimate!
Debugging over the network using JDWP isn't hard. However, there are risks that aren't immediately intuitive and some subtle solutions!

This is the first of a series on how Gradle works! For example, how does Gradle start up and how many JVMs are involved in a Gradle build?
Track thread race conditions, figure out deadlocks, and understand the flow of asynchronous applications (even in custom code).

Learn how to stream data from Apache Pulsar into Hazelcast, where you learn how to process data in real time.

Explore how solid-state drives (SSDs), the default storage medium for on-disk data, use garbage collection.

Learn from scratch about how to get started releasing a Java module with JReleaser to Maven Central with Github Actions.

In this interactive tutorial and educational project, you'll learn about JUnit internals and the usage of Java annotations and reflection.
Java 8 streams improved readability and provide great debugging opportunities. There are amazing tools for inspecting collections and …