service Setting up continuous integration for F# Suave app to Azure Whenever I start a project I tend to have a continuous build and deployment pipeline setup as it makes the development and testing a lot more easier. In this tutorial we are going to take a look at how to setup a continuous building
phoenix-framework How to reliably start a service with UpStart I recently had to start a service in Ubuntu server but I wanted it to be reliable. By reliable I mean it should be restarted in case of any failure and on machine restart as well. I stumbled upon UpStart which comes by default