9 Logging Sins in Your Java Applications

Getting started with logging in your Java application can be quite easy. Learn how to do logging right and get the most out of your log data. Read more

Similar

Data Orient Programming in Java

Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)

Read more »

Java JEP 461: Stream Gatherers

Enhance the Stream API to support custom intermediate operations. This will allow stream pipelines to transform data in ways that are not easily achievable with the existing built-in intermediate operations. This is a preview API. (more…)

Read more »