Oct 16, 2025 2 min read 2 comments

Lessons learned from using a personal AI call assistant

A few months ago, I came across social media posts about creating a personal AI call assistant that could answer calls, converse with callers, and send a summary afterward. The idea sounded good to me — if I missed a call, my AI could gather the details and notify me instantly. I decided to try building one myself.

Oct 5, 2025 3 min read 2 comments

Installing elementary OS on Mac Mini (Late 2014)

My Mac mini (Late 2014) is longer supported by Apple, which means no more updates or security patches will be provided. This leaves the hardware vulnerable but still usable for everyday tasks, pushing me to seek a supported operating system. I chose elementary OS for its macOS inspired look.

Jun 24, 2021 3 min read 2 comments

Creating Cake script for building and deploying Xamarin app: Part 1 running unit tests

Cake allows to write C# scripts for compiling code, running unit tests, copying files/folders, etc. There is built-in support for many tools and many more via addins. In these post series I will show how to create Cake script that can: run unit tests, build Xamarin app, deploy app to App Center, deploy app to Google Play Internal, deploy app to Test Flight, run UI tests. The script can be used in every Xamarin app. I will also show how to create Azure Pipeline that use Cake script.

Jun 14, 2020 4 min read 2 comments

Windows vs macOS for Xamarin developer

If you are a Xamarin developer (or would like to become on), probably you were wondering, which OS is the best choice. Each option has it's pros and cons and none of them is good for every situation. When making decision which option to chose, the result should be based on team size, available budget and personal preferences. In this post I will describe few available options - I hope it will help you to make the best decision :)