Showing results for June 2017 - ISE Developer Blog

Jun 30, 2017
0
0

Bot to Human Handoff in Node.js

Lilian Kasem (she/her)
Lilian Kasem (she/her)

When considering bots, it’s often important for organizations to have the ability to “hand off” a customer from a bot to a human agent seamlessly. We implemented an unopinionated e-2-e solution called Handoff for bot authors to implement a variety of scenarios, using the Microsoft Bot Framework Node.js SDK.

Bots
Jun 28, 2017
0
0

Youth Homelessness Survey App with Xamarin.Forms and HockeyApp

Eric Rozell
Eric Rozell

We partnered with the Connecticut Coalition to End Homelessness to develop a Xamarin application, WeCount, for volunteers to use to collect survey data for the 2017 Point-In-Time Count.

DevOpsFrameworksAzure App Services
Jun 28, 2017
0
0

Scaling UDP Workloads with Kubernetes

Jason Poon
Jason Poon

Situm, a company that offers high precision indoor navigation, looked to Kubernetes on Azure to provide high availability and scalability for their services. As of Kubernetes v1.6.5, Kubernetes on Azure supports both UDP and TCP workloads, and respects the Kubernetes Service spec's sessionAffinity.

Containers
Jun 28, 2017
0
0

Revisiting InterOp with Unity, UWP and DirectX

Ritchie Lozada
Ritchie Lozada

As Unity applications become more complex, the need arises to extend Unity to provide additional capabilities. In our work with Aveva, we used Unity's plugin architecture to utilize the workstation and server GPU, while still leveraging the Unity runtime for input and display.

Frameworks
Jun 27, 2017
0
0

Hacking React Native Unbundles into UWP

Eric Rozell
Eric Rozell

We recently worked on developing "unbundle" support for react-native-windows to reduce launch times and memory usage for React Native Windows apps.

Frameworks
Jun 23, 2017
0
0

Building Facebook.Yoga for UWP and WPF

Eric Rozell
Eric Rozell

We recently worked to bring greater parity to react-native-windows by building cross-platform layout library Facebook.Yoga for UWP and WPF as the React Native framework for iOS and Android switched to use Yoga.

Frameworks
Jun 1, 2017
0
0

Deploying bots using the Serverless framework

Ville Rantala
Ville Rantala

Microsoft partnered with MaaS Global to build a bot using the Microsoft Bot Framework Node.js SDK that can be deployed with the Serverless framework.

DevOpsBots