July 1, 2018
Azure CLIs Are Awesome
Did you know the Azure CLI was Extendable?
I did not know this. I was minding my business, when I decided to catch up on some Azure Friday videos, and found this beauty from June 23rd 2018 regarding extending the Azure CLI and how it was completely in the open. In the video one of the extensions was showcased, alias, which allows a developer to create quick commands for Azure CLI commands.
June 12, 2018
Azure Media Services with Azure Functions
New Version of Azure Media Services
I have been a fan of Azure Media Services for a long time. I worked with a customer roll it our to their organization a few years back and immediately saw the opportunity to enable a company with the ability to wholly own their video content and host/play the media inside their organization. Previously, the SDK that interfaced with Azure Media Services, consisted of 2 External Packages
March 1, 2018
Extensions to Application Insights Telemetry Collection
Extending the Greatness of Application Insights
I will start off by saying I love Application Insights. I have been using it for a long time, and am delighted at the new roll-out of features for it. I have even been giving a talk on Application Insights and how easy it is to instrument your application, so check that out if you are interested. One thing that is great about Application Insights is how extendable it is.
January 7, 2018
Well I Work At Microsoft Now
New Beginnings
I have accepted a position to join Microsoft in the Premier Services Division. My role will be Application Development Manager (ADM) and I will be responsible for helping our customers reach their full potential using Microsoft Tools and Resources. I am immensly excited to start this journey and continue to grow as a developer/technology enthusiast.
For a software developer, one who focuses on .NET, C#, and other goodness on the web, Microsoft is where the magic happens.
November 2, 2017
Using Entity Framework Core with Azure Functions
Dot Net Standard Support in Azure Functions!
I have talked about Azure Functions before, but up until this point, I felt like it was limited to cases where you needed to interact with a database. One prime example being listening on an Ftp folder and tracking the files in a database. You would do this in the past don’t get me wrong, but I wanted to use the newest stuff with the newest stuff, and using an older mechanism to interact with a database with something as cool as Azure Functions bummed me out.
August 21, 2017
Resetting Git Working Directory Commands
I prefer CLI to visual tools for Git
In doing my day-to-day development, I prefer to do most tasks Git related in a CLI. There are great tools available in Visual Studio 2017, Code, and 3rd party software like Source Tree, but for I like what I like, and the CLI does it for me. One thing that it is super easy to do in the CLI is “resetting” or clearing a working directory and starting fresh.