Azure Coding Architect

Tinkering in the cloud...

Project Volterra - Windows Dev Kit 2023 - take 1

At Xpirit we have an Innovation Day multiple times per year. The idea of an Innovation Day is to work on technologies or topics that spark your interest. Anything is allowed, as long as it has nothing to do with any customer assignments. Learning and knowledge sharing is the goal of such a day. At our last Innovation Day in november, I picked up the idea to get some hands on experience with the Windows Dev Kit 2023 also known as Project Volterra. Continue reading

Minikube, a lightweight Kubernetes-to-go!

2022-12-02 4 min read Development Bas Van De Sande
From time-to-time I find myself tinkering with Kubernetes. I love the idea that I can create any type of workload (e.g. a simple webapp or a backend service), pick it up and put it somewhere else to run. Not having to care if it is in the cloud or on an on-premise cluster. However developing your application, testing its core in a local docker container and then deploying it to kubernetes can sometimes be cumberstone. Continue reading

Real world mocking! Http Service testing in C# using Wiremock.Net

2022-10-28 8 min read Development Bas Van De Sande
At Xpirit we have a culture of never ending learning. One of the best ways of learning new things, is by doing it. To take the plunge and do the deep dive. In this case my colleague Kristoff Riebbels learned me some new tricks by introducing me into the world of WireMock.Net. Together we wrote a magazine article for Xpirit Magazine #13. In this blog post I want to share this article with you. Continue reading

Just do it! Work on your certifications.

2022-08-28 5 min read General Bas Van De Sande
If you asked me 5 years ago if I would do any Microsoft exam, I would have told you that getting certified is something that you need to do at the start of your career. Besides that I would have told you that once your work experience and technical influence increases, you can rely on your seniority. I have to admit that for a long time I could get away with using the correct buzzwords at the correct moment supported by a certain arrogance. Continue reading

Over-The-Air device update - IoT with C#

2022-08-01 10 min read Development Bas Van De Sande
Developing solutions for IoT devices can be a challenging task, this can also apply for getting a device at its final destination in order to do its job. When time passes by, it is likely that either requirements or conditions are changing and that the device is not capable anymore of doing its job. In other words, it needs to be updated. This is where the real problems may start. In many cases devices are not physically accessible or there are simply too many devices in the field to do manual updates. Continue reading

Techorama Antwerp 2022, human connection

2022-05-26 5 min read General Bas Van De Sande
Techorama is a conference that has long been on my list of conferences to attend, but for some reason I never went. Looking back I think I had this idea that world class conferences could only be held in the US (or in a place far-far away from home) with thousands of visitors. I was dead wrong. What the organizers understood perfectly is that in order to have a world class conference, you should offer the same smooth, convenient and rich experience with the very best speakers, but then at a smaller scale. Continue reading

Register ESP32 to DPS & IoT hub - IoT with C#

2022-04-28 4 min read Development Bas Van De Sande
In my previous post I flashed my ESP32 with the nanoframework.net, allowing me to write C# code in Visual Studio with all bells and whistles. As life goes… the device landed in my drawer until this week where I had some time to experiment. This time I wanted to hook up the device to Azure IoT hub using the Device Provisioning Service (DPS) which brings me one step closer to my goal, performing device updates over-the-air… Continue reading
Older posts Newer posts