IntelliJ IDEA 5
JetBrains IntelliJ IDEA is a powerful IDE for Java and other JVM languages. These posts share tips, tricks, plugins, and workflow optimizations for getting the most out of IntelliJ IDEA.

Foojay Podcast #91: 25 Years of IntelliJ IDEA: The IDE That Grew Up With Java
IntelliJ IDEA launched in 2000 and grew into the daily workbench for millions of Java developers. Twenty-five years later, the IDE still drives how we refactor, debug, and now pair …
JetBrains Plugin for IntelliJ IDEA (and other IDEs): Recent Projects Organized
I created my first IntelliJ IDEA plugin to fix a minor, personal frustration… I have a long list of projects I’m working on and need to switch between them frequently. …
Template project to build a JavaFX application as a JAR with dependencies with Maven
Recently, I was asked what the best way is to build a Fat JAR (a JAR with all dependencies) using Maven. Therefore, I created a GitHub project javafx-jar-template that you can use …
Foojay Podcast #14: Debugging Tools and Skills for Fun and Profit
Every Java developer hits a bug they cannot explain. The tools are right there in the IDE, but most of us only scratch the surface of what they can do. This episode digs into …
Starting a new JavaFX projeect in IntelliJ IDEA
On the OpenJFX website you can find a lot of getting started documentation . But as one image/video says more than a thousand words, I created this short movie to show you that …