Archives

  1. Sequential Paging with RxJava

    Wrapping DynamoDB paging in an RxJava Observable

  2. Matching on Varargs with Mockito

    Implimenting a custom Mockito 1.X Varargs Matcher

  3. First Thoughts on Haskell

    First experiences learning Haskell during an Introduction to Functional Programming course

  4. List of Futures -> Future of List

    Implementing the sequence function for the Java 8 CompletableFuture

  5. Java Pattern Matching in Practice

    Implementing Scala style Structural Pattern Matching in Java

  6. Implementing an ImmutableMap collector

    Creating an ImmutableMap Collector for a Java8 Stream