

AWS Lambda Presentation Slides
A few months ago I gave a short presentation on AWS Lambda to my company, Fortitude Technologies . AWS Lambda is basically a...
Scott Leberknight
Mar 17, 20171 min read


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