DevOps: Effective Application Instrumentation with Application Insights

This talk will show you how you can leverage Azure Application Insights to collect data from your solution’s components and to allow you to explore and display your telemetry in ways that you can leverage to provide valuable understanding of your application’s behavior and the way your users interact with it. Need help with a…
Cassandra Logo

Into the Cosmos with the Cassandra API

Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service for mission-critical applications. It supports turn-key global distribution, elastic scaling of throughput and storage worldwide, single-digit millisecond latencies at the 99th percentile, five well-defined consistency levels, and guaranteed high availability, all backed by industry-leading SLAs. Azure Cosmos DB automatically indexes data without requiring you to…

Introduction to React

In this webinar, you’ll learn what React is and how it fits into the big picture of modern web development. Through live coding demos, you’ll learn about the key concepts of React, including: the Virtual DOM, one-way data flow, and how to write, test, and compose React components.

DevOps and Documentation

Good software requires good documentation. And good documentation requires a DevOps process to ensure you always have the latest version...

Microsoft Custom Vision: Retrain Model in C#

In the previous post, we went over how to use the Custom Vision Training and Prediction SDKs to programmatically predict image URLs and image files. In this post, we’re going to use those same SDKs to show how to programmatically upload more training images to the service and train a new model with those new…

Microsoft Custom Vision: Creating an Image Classification Model

Creating a model to classify images would usually involve creating your own deep learning model from scratch. This includes having a very large and diverse set of training images with a portion of them set aside as a test set, a good convolutional neural network as the model, and a GPU enabled machine to do…

Take a Spin on Azure IoT Hub

In this webinar, you’ll get a survey of Azure IoT Hub and the suite of tools surrounding it. With this knowledge, you will be able to approach it with confidence when considering your next IoT project.

Microsoft Custom Vision: Predict Images with C#

In the previous post, we showed how to train an image classification model using the Microsoft Custom Vision service as well as to perform a quick test on a new image. However, what if you want to integrate this model into one of your applications that is using C#? Whether it’s an app that runs…