Javascript Posts
Reading Google Calendar Events in an Azure Function
I recently had the need to look at how to read Google Calendar events from inside an Azure function, however it's not been as straight forward as I initially…
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…
Getting Started with Serverless SignalR and Azure Functions
SignalR is a technology that allows for real-time communication between a server and a client. In this post we will look at how to get started with SignalR…
Extending the Gatsby Novela Blog Theme
The Novela theme by narative is a great starting point for any Gatsby blog. Using component shadowing and a number of NPM packages it was easy to extend…
An Introduction to Azure Static WebApps
Azure Static Web Apps add first class support for modern, fast and responsive websites inside the Azure portal. The integration allows you to create and…
OAuth Device Flow for IoT with the Microsoft Graph API
Device code flow is a flow for browserless and input constrained devices that can be used by your applications on IoT devices…
Random Learnings from Entering JS13K Games 2019
The JS13K Games is an annual, coding competition to create a web-based game with a size of only 13k.…