The blog.

CancellationToken Best Practices in ASP.NET Core

One of the strengths of ASP.NET Core is how naturally it supports cooperative cancellation. When a client disconnects, refreshes the page, closes the browser tab, or a request timeout is triggered, ASP.NET Core exposes that signal through HttpContext.RequestAborted. You...

A perfect cradle for your personal cloud

Quite a few months ago, I started an ambitious project. My goal was to create a case for Raspberry Pis to combine them into a cluster and run Kubernetes. Constrains were the following: The case should host three Raspberry...