• Wrap-up 2019

    Another year has come to an end, so it’s time to reflect again. I’ll attempt to sum up what I’ve done this year, how that compares to what I was planning to do at this same time last year, and what I expect to be next.

    Read More

  • Let’s Review: Pokedex

    In what may be the start of a new series, I code review a project that was posted on reddit recently and got very popular very quickly. Let’s see what we can learn from it?

    Read More

  • Book (P)review: Living by the Code

    I can’t tell you how much I’ve been anticipating this book ever since I first heard it announced. This is a very short review, because really, you should read it yourself. But let me spoil one thing: It’s amazing.

    Read More

  • Delightful Delegate Design

    When developing a library, designing an easy to use API while hiding unnecessary implementation details from clients is fundamental. Let’s look at some API design choices we’ve made for our library Krate, an Android SharedPreferences wrapper.

    Read More