Comment Moderation with AI

March 25, 2019

One of the most mundane tasks that comes with writing a blog is moderating the comments to make sure your not being targetted with comment spam or abusive content. Most of the comment system providers have mechanisms in place to deal with these issues, but I thought it would be interesting to try and develop my own with the aid of cloud based AI. ... Read more

Deploy Azure Functions from GitHub

March 19, 2019

I recently needed to deploy an Azure Functions application that was stored in GitHub. I could have cloned the repository, built the solution in Visual Studio, then deployed using Visual Studio’s deployment tools, but I really wanted a quicker way. Luckily Azure Functions allow automated deployment from a number of sources, including GitHub. ... Read more

Processing Device Messages from Azure IoT Hub

September 20, 2018

This post shows how to take messages sent by IoT devices and process them using other Azure services. This is a follow up to my earlier post Sending Messages to Azure IoT Hub, and builds on the code and services created in that post. If you haven’t read it, please go back and work through the examples before continuing. ... Read more

Copyright (c) 2018, all rights reserved.