I created an Azure Pipeline that automatically performs an Entity Framework Core migration on a GitHub pull request of modified JSON data files. [Read More]
Code
I enjoy building innovative and performant software solutions to challenging problems using .NET, C#, WordPress, and any other tools fit for the task.
GiveCamp Memphis 2020
I deeply enjoyed joining 100+ developers and designers to build websites for 20 Memphis nonprofits at GiveCamp Memphis 2020. [Read More]
The New Windows Terminal – Exploring CLIs, Shells, & Terminals
I have fallen in love with the New Windows Terminal. Here, I discuss my current CLIs, terminal configuration, and preferred shells. [Read More]
Type Wrapping an Inconsistently Serialized Key-Value Store
Migrating CRUD operations of a key-value store with inconsistent serialization formats from the view layer to typed POCOs in the data layer. [Read More]
Clean Code
Chapter one of Uncle Bob Martin’s “Clean Code” explains that professional developers write clean, expressive, and artful code. [Read More]
Editing a File’s Previous Version in TFVC
How to edit a previous version of a file in a TFVC local workspace in Visual Studio rather than automatically getting latest on check-out. [Read More]
The Immortality of C# Static Fields
A tale of improperly using a static field, preventing a colleague from doing the same, and a primer on why static fields should be avoided. [Read More]