Blog Posts Page 7
-
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…
-
Looking back on 2021
In the last year I decided to share my learnings more publicly. What had started out as a simple idea has led to meeting new people and inspired me to…
-
Templating HTML Emails in Azure Functions
Sending emails in Azure Functions is relatively straightforward using the SendGrid output binding. There is even a visual studio SendGrid template connecting…