Senior iOS Software Engineer

Cologne, Germany

Clients and Projects

Skills

Side Projects

with other technologies

Latest Blog Posts

  • Two identical glass Erlenmeyer flasks side by side against a deep blue background, the left one filled with blue liquid at a low level, the right one filled higher with orange liquid.

    • Product
    • Data
    • Experimentation
    • EN

    Why I like A/B tests and why most teams shouldn't use them

    This article is about how to make better data-driven decisions. A/B tests are one of the strongest tools for that, and one of the easiest to misuse. Following the example of a single checkout button: what a real test is, what separates signal from noise, when it fits, and how to run one you can trust.

  • Mechanical bird in flight, symbolising the bridge from Swift to Android

    • Swift
    • Android
    • Cross-Platform
    • EN

    Swift for Android: A First Glance

    Swift 6.3 ships an official Android SDK. A first look at the swift-java bridge, the JNI tooling, the build flow, and what is realistic to use today.

  • Abstract glass objects arranged in a sorted sequence, evoking Swift's sorting algorithms

    • Swift
    • EN

    Sorting in Swift: From Introsort to Timsort

    How a technical interview question about sorting a trillion names sent me down the rabbit hole of Swift's standard library sort implementation.