Published onMay 2, 2024Async/Await in .NET - Things I learned #1dotnetbraindumpcsharpThis time I watched a great video on async/await by Stephen Toub and Scott Hanselman. Here are some things I learned.
Published onMay 1, 2024Int32 in .NET - Things I learned (#1?)dotnetbraindumpcsharpThis time I look at Int32, and it was NOT fun.
Published onApril 19, 2024DateTime in .NET - Things I learned (#1?)dotnetbraindumpcsharpDateTime is a bit more complex than I thought. Let us jump into it!
Published onApril 17, 2024Strings in .NET - Things I learneddotnetbraindumpcsharpStrings are a fundamental part of programming. But how are they stored and compared in .NET?
Published onDecember 4, 2023Gone Fish - A Fishing Gamebevyrustopen-sourcegamesI created this simple fishing game with a group of people for a game jam in order to learn Rust!