I just rebuilt my personal laptop and was trying to remember how I’d set up WSL the last time so that I could develop within…
Leave a CommentCategory: Programming
Many libraries that deal with pathing (taking path “fragments” and appending them together to form a larger path) do not care whether you add trailing…
2 CommentsWith the introduction of the WSL (Windows Subsystem for Linux), Windows users now have the ability to switch back and forth between cmd.exe, PowerShell, and…
Leave a CommentLogging is one of those items that are critically important to an applications maintainability and ease of troubleshooting. It also tends to be an afterthought,…
Leave a CommentThere is an issue when using the AWSSDK.DynamoDBv2 NuGet package; it doesn’t like Nullable<DateTime> values. For some reason, the built in converters do not handle…
Leave a Comment