

When working with slow tests, parallelising them is the first step towards faster builds.

Don't waste any more time waiting for tests to run locally by implementing this quick build script fix.

Hans Dockter quotes that'll open your mind to new ways of building software.

Everyone wants fast, maintainable tests, so how do you best combine the test pyramid model with the realities of your own project?

Switching your build scripts to Kotlin doesn't have to be hard with this step-by-step process.

Gradle is now Kotlin first, so learn these 5 Kotlin language features to get comfortable in Kotlin build scripts.

Learn this simple build script configuration to run JUnit 5 tests.

The very first version of Gradle had build scripts written in the dynamic Groovy language. Why then, years later, did team Gradle add Kotlin as a 2nd option?







There's another side to Maven: a vital repository system serving up dependencies for the millions of daily Java builds.






























How to take a Docker image and deploy it into AWS Elastic Container Service.

How to get a Spring Boot application running in a Docker container.

Create a Spring Boot API application and build it in Jenkins every time a change is pushed.







Setup credentials for your private repository using Jenkins credentials, and inject them into your Gradle builds.

