

Towards More Functional Java using Lambdas as Predicates
Previously I showed an example that transformed a map of query parameters into a SOLR search string. The pre-Java 8 code used a...
Scott Leberknight
Sep 12, 20164 min read


Towards more functional Java using Streams and Lambdas
In a previous post I showed how the Java 7 try-with-resources feature reduces boilerplate code, but probably more importantly how it...
Scott Leberknight
Aug 22, 20164 min read


Reduce Java Boilerplate Using try-with-resources
Java 8 has been out for a while, and Java 7 has been out even longer. But even so, many people still unfortunately are not taking...
Scott Leberknight
Aug 8, 20163 min read


Fortitude gives Dropwizard presentation at DevIgnition
Fortitude's Scott Leberknight gave a presentation  on the Dropwizard framework Friday April 29, 2016 at the DevIgnition  conference....
Scott Leberknight
Apr 30, 20161 min read