Writing

On building software.

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

2021 Writing since
Apr 2026 Latest post
Latest article

Your Existing Data Is an Automation Goldmine

A practical pattern for turning existing business data into a distilled knowledge base that can power safer and more useful AI automations.

Read latest article
April 19, 2026
AI automation knowledge base solo developers
Timeline

2026

2 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