Recent Posts

EF Core - Creating queries with lists

When writing queries towards the database at some point the need arises to filter out all items that are within a collection. For example let’s say we have a...

Creating a countdown button for .NET MAUI

Maybe it is old age or just a lack of attention, but I have felt a lot less flexible over the past, so I did what every app developer would do. Go to the app...

Advent fun with F# and Advent of Code

This blog post is part of the F# Advent 2021, which brings you a new blog post every day, just as Advent of Code. Thank you, Sergey, for organising it aga...

Typora - a WYSIWYG markdown editor

I have been using Typora now for a few years to edit all my markdown documents. And since I have now migrated my blog over to GitHub pages, it has become a...

Automate your dev life with F# scripts

Using scripts allows you to automate repeating tasks. Scripting should save not only time but also reduce the risk of making mistakes. You can think of them ...