Posts by Year

2020

My Software Toolbox

2 minute read

Like every good practitioner, a software engineer needs a set of high quality, reliable tools that empower us to build software quickly and with minimal deve...

Gradle: Using JUnit 5

2 minute read

JUnit 5 is the newest release of the popular JUnit testing framework and offers a number of improvements over JUnit 4. We’ll cover many of those improvement...

Gradle: Adding the Gradle Wrapper

2 minute read

Previously we created a simple Java project using Gradle. This is a great first step, however it requires anyone (including our future selves!) to have a co...

Gradle: Starting Simple

1 minute read

Gradle is an “open-source build automation tool focused on flexibility and performance”, and is my personal goto build tool for Java software projects.

Back to Top ↑