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 […]
Estimated reading time: 4 minutes
Over the last couple of weeks I have been spending my free time working on a small web application for running code challenges, that we are going to use when we visit universities to attract new candidates. I had three main objectives with the solution: The code challenges should be […]
Estimated reading time: 12 minutes
In this blog post I will describe how you can leverage SendGrids WebHooks to send email messages to an azure queue. You might ask, why do I need that? Well, I can’t answer that, but my use case was to parse an email I recieve on daily basis which contains […]
Estimated reading time: 8 minutes
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 […]
Estimated reading time: 1 minute