Latest Articles
Setting up Docker on Linode
A quick guide to setting up Docker on a Linode Ubuntu server. As I go deeper into exploring docker and...
NGINX hosting a site on Linode
I wanted to host my own personal site https://jameskenny.io on a Linode Linux server and run NGINX to...
Azure Functions with Continuous Deployment
A quick guide to setting up continuous deployment for Azure functions. Continuous Deployment or Continuous Delivery allows us to deploy...
Azure Functions Routes and Proxies
Azure Function Proxies allow you to create a single unifed API surface for your Azure functions. The Microsoft Azure stack...
Azure Functions with Table Storage
Using a HTTP Trigger Azure Function and storing the data into an Azure Table storage account. Azure Table storage is...
Azure Functions Entity Framework - Part 2
In this post we will look at using Entity Frameworks Entity models and using our DbContext to create mappings and...