Posts by this author

Oct 31, 2016
Post likes count0

Automated Azure Template Validations

An in-depth look at how we validate Azure deployment templates for our community repository.

DevOpsAzure App Services
Aug 31, 2016
Post likes count0

Cordova IoT Simulator

Creating a Cordova application that uses sensors from a phone to provide streaming input to Azure IoT pipelines and decouples development of IoT hardware from the data and analytics pipeline.

Big Data
May 8, 2016
Post comments count2
Post likes count0

Compiling Electron Apps for the Windows Store

Using a new tool built by Microsoft, developers can turn their Electron apps into Windows Store-ready AppX packages.

Frameworks
Jan 7, 2016
Post likes count0

Categorizing Driver Risk with Machine Learning

This case study describes a project with Toyota where we have constructed a machine learning web service that takes summary telemetry data as the input and assigns a risk rating to the trip.

Machine Learning
Oct 30, 2015
Post likes count0

Streamlined Dokku Deployment on Azure

Dokku is a very small PaaS implementation, powered by Docker. In this code story, we walk through how to deploy Dokku on Azure, and how to use Dokku to deploy, load balance, and update a simple Rails app.

DevOps
Oct 25, 2015
Post likes count0

Building a Radial Menu Control for Surface Devices

We built a beautiful Radial Menu Control for Drawboard, a PDF Reader preinstalled on all Surface devices. It's open source - so go ahead and spice up your XAML UWP Apps!

DevOps
Sep 30, 2015
Post likes count0

Using Travis CI to Deploy to Azure

Travis CI is one of the best tools for testing, building, and deploying apps. Learn how to deploy apps to Azure Web Apps!

DevOpsAzure App Services
Sep 30, 2015
Post likes count0

Upgrading to npm@3 on Windows

Developing large apps with npm and Node on Windows just got a lot better - npm@3 is here!

DevOps