Blog Posts Page 7
-
An Introduction to Running and Deploying Backstage on Azure
For the last few months, I've had the opportunity to configure and use Backstage with Azure. In this post we will cover what Backstage is, how we can use…
-
Two Approaches of Dynamically Generating Images with Azure Functions
I recently started looking into how to generate images using JavaScript Azure functions on a consumption plan. This is something that until recently has…
-
51 Links and Resources for Technical Teams, Developers, Managers and Architects
Over the years I have collected a number of useful links that had been shared to me by colleagues, found on twitter, in newsletters or just while exploring…
-
How to Separate Production, Test and Development Resources in Azure
When following the best practice of least privilege access, separating our production from our development and test resources is essential. Azure is very…
-
Tips on reading code - What I learnt from reading code in 24 languages
Code is everywhere and as software engineers, QAs and Operations teams we are likely to read more code than we write. Over recent years that has only increased…
-
Reading and Parsing Inbound Emails with SendGrid and Azure Logic Apps
Emails are a really important part of the workplace and while sending emails is common in code, the ability to read incoming emails in Azure is not as…