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.

IntelliJ IDEA
Mar 2, 2026 · 1 min

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 …

#podcast#foojay#java#intellij-idea
Sep 18, 2025 · 2 min

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. …

#intellij-idea
Oct 2, 2024 · 3 min

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 …

#javafx#tutorial#maven#intellij-idea
Feb 20, 2023 · 2 min

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 …

#podcast#foojay#java#intellij-idea
Feb 5, 2022 · 1 min

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 …

#javafx#intellij-idea