Working with SignalR and Fabulous
This blog post is part of the F# Advent Calendar 2020. A big thank you to Sergey for organizing this year and be sure to check out the other blog posts - a...
This blog post is part of the F# Advent Calendar 2020. A big thank you to Sergey for organizing this year and be sure to check out the other blog posts - a...
Build targets are not only great to differentiate between a Debug and Release builds. You can also use them for targeting different environments or configu...
Since the release of Xamarin Forms 4.5, Shell now supports modal navigation. Since one of my highest ranking blog posts is how to create a login page with ...
You might have already heard of AutoMapper, the library that helps you to copy Properties form Object to another written by Jimmy Bogard. Whenever you are ...
Ever had to develop an app where the position of something was of interest. An address of a user, store, restaurant or some other point of interest? The st...
A while back, I used the F# type providers to create a conversion table. That post gave me the idea if it were possible to write an app that gets its data ...
So a while back I posted about a little pet project I am working on along the lines of how hard can it be. To see the big picture, you can read the overview ...