Tag: net
-

New website coming
Rebuilding my site from a musician page into a tech blog and portfolio, and learning C#, .NET, Blazor, and Figma along the way.
-

Dynamic vs Static
Ruby is dynamic and interpreted, C# is static and compiled. What that difference means for catching errors and picking the right tool.
-

Method/Function in Ruby and C#
Comparing how Ruby and C# handle the same two methods, addition and odd-number checking, and what each language’s syntax trades off.