Writing

On building software.

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

2021 Writing since
Aug 2026 Latest post
Latest article

LLM Wiki Is the Input, Not the Output

I kept abandoning note systems because writing a note cost more than the thought was worth. Now I just say it out loud, and the wiki fills in the rest: a to-do, a calendar invite with the right people already on it, o...

Read latest article
August 18, 2026
second brain personal knowledge base voice memo automation
Timeline

2026

6 articles

LLM Wiki Is the Input, Not the Output

I kept abandoning note systems because writing a note cost more than the thought was worth. Now I just say it out loud, and the wiki fills in the rest: a to-do, a calendar invite with the right peo...

Read article

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