

Scott Leberknight
Apr 7, 20191 min read
SDKMAN! Presentation Slides
I’ve been using SDKMAN! for a while now to make it really easy to install and manage multiple versions of various SDKs like Java, Kotlin,...


Scott Leberknight
Aug 13, 20181 min read
JUnit 5 Presentation Slides
Presentation slides on JUnit 5


Scott Leberknight
Apr 3, 20174 min read
Process API Improvements in JDK9
Over the past year, several microservices I have worked on responded to specific events and then executed native OS processes, for...


Scott Leberknight
Nov 11, 20165 min read
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....