
2023 – yet another annual review [Editorial]
Leaving dormakaba AG The first two months of the year I spent with preparing my leaving of dormakaba AG at the end of February. As I made several templates and tools to use those templates for the...

Leaving dormakaba AG The first two months of the year I spent with preparing my leaving of dormakaba AG at the end of February. As I made several templates and tools to use those templates for the...

As we have done the work for macOS, we can turn our attention now to the Windows operating system. Spoiler: this post will be far shorter than the last one. Recap Dealing with application windows...

As I posted already on my Mastodon feed, I recently had to deal with application windows for one of my side projects. It all started because I needed a secondary window of fixed size that can be op...

Announcements like this one are never easy, not for me and also not for others. In order to get stuff finished and done, I have to streamline my efforts when it comes to my side projects, though. ...

Overview You can connect to a Mac Build host from your Windows machine without Visual Studio for Mac installed. All you need is to install the right packages, which are (luckily and for the time b...

Preface With .NET MAUI now available, I started to port my Xamarin.Forms applications to the new cool bits. The iOS version of my Fishing Knots app went quite smoothly, but I really had a lot of t...

Why the facade? You might wonder why I am creating this facade to manage file uploads to the Azure Blob Storage. There are two main reasons. The first one is that I wanted to have a common endpoin...

Before we will have a look at the promised facade for uploading files to Azure’s Blob storage, I want to show you how to configure Azurite to use the Microsoft Identity framework with Docker on mac...

Why? Adding a Swagger page to any API project (not only with Azure Functions) is nowadays one of the most common steps. Implementing the OpenAPI specification makes your API easily testable during...

The old way Before iOS 16, it was pretty easy to lock a Page into a certain orientation. It was basically just one line of code (if you don’t count the DependencyService boilerplate code in): UI...