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

Making Your API Agent-Friendly: What I Learned the Hard Way

A builder's honest account of making a seven-year-old REST API work well with AI agents — from a Go CLI to an MCP gateway to solving the discoverability problem nobody talks about.

Read latest article
April 5, 2026
agent-friendly API MCP server CLI for agents
Timeline

2026

1 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