Writing

Notes from the work.

Practical AI and cloud engineering, candid developer-relations lessons, and what it takes to build communities that last.

Power Umbraco with a bit of Azure
Azure

Power Umbraco with a bit of Azure

In this blog we dive into the Azure building block you can use to run Umbraco 9 on Azure. We look at Docker containers, Azure WebApps, networking and scaling, storage and Azure SQL. Finally we dive in how you can combine those buildings block to fit your specific scenario.

Read article
08
Events

Online events with Teams NDI and OBS

A few weeks ago the NDI feature in Teams became available. This is great news as it gives event organizers the opportunity to use Teams as a conversation platform and use another tool, like OBS of vMix to manage and brand the output and stream it to a platform of their choosing, like YouTube or Vimeo.

Read article
High quality live streaming of your events on a shoestring
Events

High quality live streaming of your events on a shoestring

The past year our usergroup has been experimenting with streaming events and creating videos afterwards. In this article you find the setup that we found working the best for us. We looked at setup time, portability of set, quality of stream and the costs. The setup we landed on consists of 3 parts that you can buy for around 500 dollars.

Read article
10 tips on how to create a friendly community MeetUp
Community

10 tips on how to create a friendly community MeetUp

Over the past years I had the privilege to run many MeetUps for different tech usergroups. In this article I want to share my experience on how I try to make my meetups welcoming and friendly for everyone. Many of the points are lessons learned others are tips and tricks I picked up during other MeetUps or during discussions.

Read article
Intelligent Cloud Conference 2019
Events

Intelligent Cloud Conference 2019

In this session we take a deep-dive into the DevOps process that comes with Azure Machine Learning service, a cloud service that you can use to track as you build, train, deploy and manage models. We zoom into how the data science process can be made traceable and deploy the model with Azure DevOps to a Kubernetes cluster.

Read article
TechDays Finland
Events

TechDays Finland

In this session we do a deep dive into the A.I. stack that Microsoft has to offer. We start with pre-trained Cognitive services like Computer Vision, Anomaly Detection and Speaker recognition. And move on to the more advanced tooling like Machine Learning Studio and Azure Machine Learning Services.

Read article
Azure Function x64 dev setup
Azure

Azure Function x64 dev setup

Last week I needed an Azure Function to be compiled for the x64 platform because of a dependency. It was a long google search and a lot of try and fail. Looking back it was actually very very easy. Here a summary of what I did to get it working on my local machine using Visual Studio 2017 on Windows 10

Read article
Create an Intelligent Chatbot for Cortana
AI

Create an Intelligent Chatbot for Cortana

Voice interfaces are the new thing around and also Microsoft has brought us Cortana. I have a harman/kardon speaker with Cortana on my desk for quite sometime now and wanted to see how I can create something for this device

AI
Read article
Object detection with Microsoft Custom Vision
AI

Object detection with Microsoft Custom Vision

Last year Custom Vision was released to classify your own objects on images. Yesterday at Build 2018 a new Project Type was added to enable Object Detection in images. In this blog we are going to take a closer look and see what this new feature can do.

AI
Read article
Speech to Text in an Azure Function
AI

Speech to Text in an Azure Function

Sometimes it is just easier to record some information instead of typing it. Recordings are great, you can just sit back and listen to them, but sometimes you just want to scan over the text or maybe your environment is not the best for listening to audio. I recently had a case like that and I made an Azure Function that can process spoken text into written text and store this output in an Azure Table.

Read article
Microsoft Speaker Recognition API
AI

Microsoft Speaker Recognition API

Gone are the days that only a password is enough protection for your accounts. But who can remember all the different passwords for all the different websites you login to. The time is there to rethink how authenticating can be more secure and a better user experience.

AI
Read article
#ChristmasEve sentiment analysis
AI

#ChristmasEve sentiment analysis

In this blog we dive into how we can detect the sentiment for a Twitter Hastag. When writing this it is the day before Christmas eve and #ChristmasEve is a trending topic. Perfect to find out if twitter users are positive or negative about Christmas eve.

AI
Read article
The tech behind TendoCare.ai
AI

The tech behind TendoCare.ai

I explained why and in what way I'm building TendoCare. Now lets dive into the technology choices I'm making. A small side note; from this stage anything is still possible yet, but I think it is always good to have a global plan!

Read article
Infuse Some AI Into Umbraco
AI

Infuse Some AI Into Umbraco

With the rise of AI and explosion in intelligence services the need to jump on this track is more relevant than ever. With the computing power of Azure Cloud, Artificial Intelligence is at our fingertips and waiting to be implemented in Umbraco.

Read article
Data science talks not to be missed at Ignite 2017
AI

Data science talks not to be missed at Ignite 2017

This year I will be joining Ignite 2017 in Orlando. I'm very excited and hope to meet a lot of people and get a boost of inspiration and knowledge. The main reason I'm going is to find out what is new in the world of AI. The aim is to get information about Cognitive Service, Machine learning and bots

Read article
Face API – Detection 101
AI

Face API – Detection 101

In this post we dive into the Face API, part of the Microsoft Cognitive services landscape. We will go through the most basic setup and create a simple Azure function.

AI
Read article
My first Windows IOT project
IoT

My first Windows IOT project

Yesterday I posted my first Windows IOT project on Hackster.io named the SmileBackPi. The SmileBackPi is a simple Windows 10 IOT solution implementing the Microsoft Cognitive Services API to reflect the emotion/mood of a group.

IoT
Read article
Microsoft //Build 2017 - Vlog
Events

Microsoft //Build 2017 - Vlog

May 2017 I went with my colleague Daniel van der Starre to Microsoft Build 2017 in Seattle. Build is a 3 day conference hosted by Microsoft to inform developers about what is going on in developers world at Microsoft. During…

Read article
Azure Search, The basics
Azure

Azure Search, The basics

Adding search to a website is always a bit tricky and takes a lot of time to implement correctly. Azure Search and the Azure Search Library makes adding search capability to a website or application a lot easier. Azure Search…

Read article