F# + Twilio = SMS Secret Santa
So with a pandemic, Christmas was interesting, to say the least, this year. Following the COVID-19 guidelines, we were able to exchange our secret Santa gi...
So with a pandemic, Christmas was interesting, to say the least, this year. Following the COVID-19 guidelines, we were able to exchange our secret Santa gi...
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 ...