

Towards More Functional Java - Digging into Nested Data Structures
In a previous blog we saw an example that used a generator combined with a filter to find the first available port in a specific range....
Scott Leberknight
Nov 11, 20165 min read


Towards More Functional Java using Generators and Filters
Last time we saw how to use lambdas as predicates, and specifically how to use them with the Java 8 Collection#removeIf method in order...
Scott Leberknight
Oct 11, 20166 min read


Code Quality Unravelled: Part 2 Maven Multimodule Support In Your Site
This is the second installment in a series of posts about code quality, the tools that are available to track quality, and how to...
Chris Rohr
Sep 11, 20152 min read