Intern Talks
I’m releasing the slides and code for a couple of talks that I put together for the developer interns that I worked with this last…
I’m releasing the slides and code for a couple of talks that I put together for the developer interns that I worked with this last…
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…
A while back, I had my blog set up under JamieNordmeyer.net. It was hosted on Microsoft’s Azure, and worked great. However, with my busy schedule,…