Writing on software and adventure
All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.
Extending a previous article about concurrency keys, and show how to integrate a logging platform.
Setting up a Swagger server and a cross-platform client to hit it.
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.
Redirecting yourdomain.com and azurewebsites.net domains to www with the rewrite module.
Concurrency keys are a way to track a single request through all its dependancies. This is a simple Asp.Net Core implementation.