Is There a Best OS to Develop a Java Application on?
One subject that often evokes a lot of debate is which is the best OS to develop a Java application on. This article gives my view!

One subject that often evokes a lot of debate is which is the best OS to develop a Java application on. This article gives my view!

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!
It isn't just about memory leaks. Understanding how RAM is used and its content provides insight into the app you can't get in any other …
Track thread race conditions, figure out deadlocks, and understand the flow of asynchronous applications (even in custom code).

Ever wanted to profile your application directly from your IDE? Here comes the Java JFR Profiler plugin, an open-source plugin for IntelliJ!

In this podcast, we are talking to some of the key people working on different IDEs, Integrated Development Environments.
Java 8 streams improved readability and provide great debugging opportunities. There are amazing tools for inspecting collections and …
Learn about tracepoints (AKA logpoints) how exception breakpoints don't suck, watchpoints, filters & why method breakpoints are problematic.