-
Sequential Paging with RxJava
Wrapping DynamoDB paging in an RxJava Observable
-
Matching on Varargs with Mockito
Implimenting a custom Mockito 1.X Varargs Matcher
-
First Thoughts on Haskell
First experiences learning Haskell during an Introduction to Functional Programming course
-
List of Futures -> Future of List
Implementing the sequence function for the Java 8 CompletableFuture
-
Java Pattern Matching in Practice
Implementing Scala style Structural Pattern Matching in Java
-
Implementing an ImmutableMap collector
Creating an ImmutableMap Collector for a Java8 Stream