ISE Developer Blog
Solving global tech challenges, sharing insights, and empowering developers
Latest posts
Facilitating Growth Capital Funding in Africa with Bots
We built a bot with Microsoft Bot Framework (MBF) to tap into a multitude of channels, including a client's existing Android app, and implemented localization features, to connect with potential customers on their preferred online platforms.
Automating Receipt Processing
Claiming expenses is usually a manual process. This project aims to improve the efficiency of receipt processing by looking into ways to automate this process. This code story describes how we created a skeletal framework to achieve the following: We found a few challenges in addressing these goals. For instance, the quality of an Optical Character Recognizer (OCR) is crucial to tasks like accurately extracting the information of interest and modeling text-based classifiers (e.g., the expense category classifier). In addition, we discovered some retailers use logos instead of text for their n...
Building an Image Classification Pipeline Using Serverless Architecture
We collaborated on an image classification pipeline to perform automatic face detection and matching using machine learning via Microsoft Cognitive Services Face API. Our project was built with Azure Functions to process images using message queues.
Bot to Human Handoff in Node.js
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.
IoT Sports Sensor Machine Learning Helps Amateurs Up Their Game
We use IoT sensors to collect positional and motion data from professional and amateur skiers to classify expertise and skill level through machine learning.
Youth Homelessness Survey App with Xamarin.Forms and HockeyApp
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.
Scaling UDP Workloads with Kubernetes
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.
Revisiting InterOp with Unity, UWP and DirectX
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.
Hacking React Native Unbundles into UWP
We recently worked on developing "unbundle" support for react-native-windows to reduce launch times and memory usage for React Native Windows apps.