Java 16 Pattern Matching Fun

Deconstructing Optionals or Record types with Java 16 Pattern Matching. Read more

Similar

Bonsai: A Different Java Rule Engine

Each of us would have encountered decision trees and rule engines of various kinds in our software journeys. Rule engines are typically structured as a set of rules that are evaluated against a Context. Bonsai is a data structure that models such engines ... (more…)

Read more »