Writing

On building software.

Articles about technology, mobile development, AI, agents, and the practical side of shipping products.

2021 Writing since
Jun 2026 Latest post
Latest article

My Running Coach Is a Claude Skill

A 10k training plan that lives in Notion, reads my Apple Health runs, and updates itself: run, sync, re-predict, adjust, all driven by one sentence.

Read latest article
June 4, 2026
AI running coach Claude Code Apple Health
Timeline

2026

4 articles

2025

1 article

2022

1 article

2021

4 articles

Push notifications beyond the basics

Push notifications are a great way to communicate with your users. They let you inform the user about what’s going on. Another good usecase is to remind potentially lost users about your app (a use...

Read article

Learning resources for iOS developers

The software development field is changing rapidly. Apple announces a lot of changes at their yearly WWDC conference. Recently, Apple started to release new features even during the year (like the ...

Read article

Format dates the right way in Swift, iOS

How to convert Date into a human readable string? Most iOS apps perform date formatting, but many of them don’t do it properly. Let’s look at a few ways how to convert Date into String in Swift.

Read article