28. February 2020

Scaling Web Applications

When trying to scale applications horizontally that weren’t built with that in mind, you’ll undoubtly be tasked with moving state around so that it can be available to each instance of the application.

more

24. October 2018

OpenBSD Machine Setup

I recently decided to give OpenBSD a shot and wanted to document the process I used to get the system up and running for anyone else that might find this. These steps have been tested to work on OpenBSD 6.4.

more

10. November 2015

Using ILMerge to hide Dependencies

A few days ago I needed to install a nuget package to get some work done. Unfortunately, it depends on a higher version of Newtonsoft.Json than what we were currently using. I briefly looked into upgrading the version of Newtonsoft.Json across the application, but that ended up looking like more work than the original task I was working on.

more