Writing on software design, devops, game development, and everything else.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Creating a new Self-Signed Certificate with SANs Using PowerShell

A quick and dirty guide on creating self-signed certificates using PowerShell. We can also specify multiple subject alternative names, and extend the expiration of the cert, both options are not available when creating certs in IIS

Creating Sprite Animations In MonoGame

A quick little guide on how to setup and animate sprites from a spritesheet in MonoGame. This is an very primitive way to get up and running with some basic animations, enjoy!