
Implementing ASP.NET Core session with Redis Cache on Azure
Using Redis cache in Windows Azure to save session state for an ASP.NET Core web app is quick and easy to configure. Create your Redis
March 26, 2019 2 Comments

Visual Studio Code finally has a tree indent setting
I’ve been using Visual Studio Code more and more over the past year, and I really like the experience. It’s fast, lightweight and easy to
February 26, 2019 35 Comments

How I optimised my WordPress site to load in 600ms
Since building my new Blog site, I have been massaging, testing, and tweaking to get every ms of performance out of it. I’ve managed to
February 18, 2019 No Comments

Azure Functions with imperative bindings
I recently needed to create an Azure Function, triggered off a storage queue, that checked the status of an external process via Http call. If
February 6, 2019 No Comments

Azure Functions and Sentry in Visual Studio 2017
Sentry is a fantastic tool for error tracking in all kinds of applications, including Azure Functions. I focus primarily on the ASP.NET and ASP.NET Core
February 2, 2019 No Comments