Learn from scratch about how to get started releasing a Java module with JReleaser to Maven Central with Github Actions.
-
Viewing Dependencies in IntelliJ IDEA
In this article, we’re going to take a look at different ways to view your external dependencies in IntelliJ IDEA.
-
Java on Azure Tooling Update – July 2022
In this update, we will introduce the brand new getting started experience with the Azure toolkit for IntelliJ… and more!
-
Wordish with JavaFX – Part 5
Let’s turn to JavaFX charts, showing how to customize charts with orientation and colors and how to add nodes to the chart scene graph!
-
Java on Azure Tooling Update – June 2022
We introduce the new application-centric view on Azure toolkit for IntelliJ that will make the interface more user-friendly.
-
Wordish with JavaFX – Part 4
Continue with Part 4, where we’ll look at how we get our words and how we determine if a submitted word is valid!
-
Wordish with JavaFX – Part 3
The JavaFX controller code maintains game state and responds to user input with appropriate updates to the UI.
-
Wordish with JavaFX – Part 2
Learn specialized JavaFX Labels and Buttons, pseudo-classes for CSS styling, and third-party font libraries and customizing Scene Builder!
-
How to Publish a Java Maven Project to the Maven Central Repository
You can follow this article if you need to publish a Java Maven-based library or artifact to Maven.
-
Use git bisect to Pinpoint a Bug
I had read about git bisect a few times and figured that this time, I would use that tool to find an annoying bug.
-
The Flatten Maven plugin
You don’t need to wait until the release of Maven 5; we can use the Maven Flatter Plugin to between build POM and consumer POM. It’s a freebie; consider using it if you are a library developer.