Introduction to JUnitParams

A quick and practical guide to a very useful library which will help you write parameterized unit tests – JUnitParams.

Intro to Apache Commons Configuration Project

Apache Commons Configuration can be used to allow us to specify configuration parameters to be loaded at runtime by our application. We look at a few use cases and types of configuration files.

Calculating Moving Averages in Java

Let’s explore various methods and techniques for calculating moving averages, ranging from traditional approaches to libraries and Stream API’s.