Writing

  1. The End of Code Review? · Part 1

    · 10 min read

    Modern code review inherited several different jobs from formal software inspections. What happens when AI replaces only one of them?

  2. · 2 min read

    Wrapping DynamoDB paging in an RxJava Observable

  3. · 1 min read

    Implementing a custom Mockito 1.X Varargs Matcher

  4. · 1 min read

    First experiences learning Haskell during an Introduction to Functional Programming course

  5. · 1 min read

    Implementing the sequence function for the Java 8 CompletableFuture

  6. · 1 min read

    Implementing Scala style Structural Pattern Matching in Java

  7. · 2 min read

    Creating an ImmutableMap Collector for a Java8 Stream