ISE Developer Blog

Solving global tech challenges, sharing insights, and empowering developers

Latest posts

Orchestrating TURN Servers for Cloud Deployment
Jan 29, 2018
Post likes count 0

Orchestrating TURN Servers for Cloud Deployment

Anastasia Zolochevska
Anastasia Zolochevska

We worked with Aveva to build 3DToolkit, a toolkit for creating powerful cloud-based 3D experiences that stream on low-powered devices with WebRTC.

Azure Event Hub Ingestion at Scale with Python and Kubernetes
Jan 24, 2018
Post likes count 0

Azure Event Hub Ingestion at Scale with Python and Kubernetes

Tomer Rosenthal
Tomer Rosenthal

We created a solution to ingest Azure Event Hubs events at scale using Python and Kubernetes.

Continuous Delivery for Service Fabric via Github, Travis CI and Docker Compose
Jan 18, 2018
Post likes count 0

Continuous Delivery for Service Fabric via Github, Travis CI and Docker Compose

Clemens Wolff
Clemens Wolff

This article describes how to use GitHub, Travis CI and Docker Compose to build a simple continuous delivery pipeline to deploy Linux Docker containers to a Service Fabric cluster of Linux hosts.

Deploying a Linux Python web application to Service Fabric via Docker Compose
Jan 9, 2018
Post likes count 0

Deploying a Linux Python web application to Service Fabric via Docker Compose

Clemens Wolff
Clemens Wolff

This article covers how to take a standard Python web service consisting of an application tier, a WSGI server, and a Nginx reverse proxy and deploy it via Linux containers to a Linux cluster managed by Azure Service Fabric using only simple tooling like Docker Compose.

Giving meaningful context to social media influence with Microsoft Cognitive Services
Dec 7, 2017
Post likes count 0

Giving meaningful context to social media influence with Microsoft Cognitive Services

Rachel Weil
Rachel Weil

When it comes to identifying and understanding influential voices in social media, context is key. See how we used topic detection, sentiment analysis, and Azure Functions to automate context-aware social media insights.

Comparing Image-Classification Systems: Custom Vision Service vs. Inception
Dec 5, 2017
Post comments count 1
Post likes count 0

Comparing Image-Classification Systems: Custom Vision Service vs. Inception

Clemens Wolff
Clemens Wolff

This story covers how to get started with transfer-learning and build image classification models in Python with the Custom Vision Service. We compare the results with the popular Tensorflow-based models Inception and MobileNet.

Stock Market Predictions with Natural Language Deep Learning
Dec 4, 2017
Post likes count 0

Stock Market Predictions with Natural Language Deep Learning

Patty Ryan
Patty Ryan

We developed a deep learning model using a one-dimensional convolutional neural network to predict future stock market performance of companies using Azure Machine Learning Workbench and Keras.

Autoscaling Deep Learning Training with Kubernetes
Nov 21, 2017
Post likes count 0

Autoscaling Deep Learning Training with Kubernetes

Rita Zhang
Rita Zhang

We explore how we worked with a customer to add autoscaling capability to a Kubernetes cluster to meet bursty demands for deep learning training in a cost-efficient manner.

Permissively-Licensed Named Entity Recognition on the JVM
Nov 20, 2017
Post likes count 0

Permissively-Licensed Named Entity Recognition on the JVM

Clemens Wolff
Clemens Wolff

The ability to correctly identify entities, such as places, people, and organizations, adds a powerful level of natural language understanding to applications. This post introduces a MIT-licensed one-click deployment to Azure for web services that lets developers get started with a wide range of natural language tasks in 5 minutes or less, by consuming simple HTTP services for language identification, tokenization, part-of-speech-tagging and named entity recognition.