Visualising my heart rate on stage using .NET, NATS, Docker, Influx, and Grafana

This week I held a talk at Swetugg, a two day Swedish conference for .NET developers. My title was: “NATS, what a beautiful message protocol!”. In order to show a good use-case of NATS I put together a small demo where I read my heart rate in real time us…

Similar

Manipulating Signed Docker Images

Recently I looked at Docker Content Trust (DCT) more closely and was surprised to find out that I can manipulate signed images locally on disk! This is because the packed image is signed. After the image is pulled, it gets unpacked and there is no signat... (more…)

Read more »

Introducing the Docker Desktop WSL 2 Backend

What’s Changed Since the Tech Preview Earlier this year, we released a technical preview of our vision for the future of Docker development on Windows using WSL 2. We received lots of feedback from Windows Insiders via different channels, and collated com... (more…)

Read more »

ASP.NET Core 2.0 in Docker

Authored by Maher Jendoubi TL;DR Learn how to create a Docker image with an ASP.NET Core 2.0 application and run your application on any Docker host. If you're not using docker for something and you're a developer, you need to. #docker&am... (more…)

Read more »