Little WSL Things
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…
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…
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…
With 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…
Logging is one of those items that are critically important to an applications maintainability and ease of troubleshooting. It also tends to be an afterthought,…
There 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…