My Software Toolbox
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...
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...
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...
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 is an “open-source build automation tool focused on flexibility and performance”, and is my personal goto build tool for Java software projects.