All Stories

Java 10 improvements to Garbage Collection explained in 5…

Java 10 has officially been out for almost a month now, and it brought with it some improvements to the G1 garbage collector. G1...
Rob
2 min read

Java 10 Local-Variable Type Inference Explained in 5 Minutes

The biggest new feature in Java 10 is the introduction of the Local-Variable Type Interface. What is Local-Variable Type Inference? This new feature will...
Bethan Palmer
1 min read

How to improve your code using SonarQube

Code quality is arguably one of the most important parts of Software Development – badly written code can cost time and money as you’ll...
Rob
2 min read

How to run CheckStyle, PMD and FindBugs from Maven

What is static program analysis? Static analysis provides testing against code bases and binaries without the execution of any code. IDEs do this too...
Ovidijus Okinskas
2 min read

Pros and Cons of Bitbucket Pipelines

Recently I have been looking at our current test suite looking for ways to improve our own tests. As we use Bitbucket we have...
Kieran France
2 min read