Yet another connection reset

Envoy and Kestrel: not exactly love at first sight

Automating my gym bookings with a serverless assistant

My journey to building a serverless assistant that could help me booking my gym classes

Asynchronous programming in .NET

A few personal notes on writing concurrent apps in .NET

Elevate your Prometheus alerts with the help of unit tests

Get the best out of your Prometheus alerts with unit tests

Sequentially starting containers in a Kubernetes pod

When running multiple Docker containers in a Kubernetes pod, it's important to start them in the correct order to avoid any potential issues or downtime. One way to achieve this is by using Kubernetes' postStart hooks. In this blog post, we'll explore how to use postStart hooks…