Category: Programming

Little WSL Things

Published September 26, 2022 by Jamie Nordmeyer

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…

C# Uri Trailing Slash

Published June 9, 2019 by Jamie Nordmeyer

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…

.NET, DynamoDB, and DateTime

Published September 10, 2018 by Jamie Nordmeyer

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…