Automation in Azure

Deploying resources and workloads at scale requires a healthy amount of automation. Automation helps to deliver consistent and repeatable results. I’ve tried to categorize some of the technology and provide some pointers to areas of application and pros and cons.…

Authenticate against Ghost with cURL

Photo by Clem Onojeghuo / Unsplash To automate the pipeline of the theme I use for my blog to be built and automatically deployed it is required to interact with the Ghost API. Nothing fancy. This writeup explains how to retrieve the Bearer token through the Ghost API with cURL.…