Menu Home

F# Url ShortCode Library

Sure everyone have seen url short codes before, and it’s not really rocket science how to generate them. Regardless, I decided to write my own library for it because I had a specific requirement that I have not seen covered by any other url short code algorithm. The two requirements […]

Use FSharp for Azure WebJob

I am constantly on the look out for places where F# is a good fit, and I believe that I found one, Azure WebJobs programmed in F#. Azure WebJobs can be built as console jobs that are scheduled by the Azure WebSite runtime to either run on a predefined schedule […]