Writing on software and adventure

All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.

Setting up Consolez as My Console in Windows

Well who doesn't like a cool looking console? I used Console2 to pretty up my Windows console, but they don't seem to be updating it anymore.

Asp.Net Core Concurrency Key Middleware

Concurrency keys are a way to track a single request through all its dependancies. This is a simple Asp.Net Core implementation.