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.

Introduction to Simple Java Mail

Explore the process of setting up Simple Java Mail and learn how to send emails, including attachments and HTML content, handle exceptions, and more.

Introduction to Brave

Explore Brave, a popular distributed tracing instrumentation library in the Java ecosystem.