Find out how to improve the Java code quality within your application by applying best practices and using the right code quality analysis tools. (more…)
Read more »
Our previous two posts have focused on the deployment infrastructure and continuous integration building blocks that we need to both enable our Kubernetes cluster and provide the foundation of our containerised deployments – continuously integrated builds... (more…)
Read more »
I think the first thing we should discuss is: what is an exception. In a short definition: an exception is a notification of an execution error occurrence. What kind of errors can occur: programmin…
Read more »
Adding characterization tests to a legacy java code command line application. Running into the legacy code dilemma because of dependencies to the System glob... (more…)
Read more »
Project Lombok tutorial. Project Lombok is a popular Java library that is used to automate a lot of repeated boilerplate codes in java files. (more…)
Read more »