Here’s a collection of my top recommendations for learning Unity as of 2023.
Learning
-
-
I spend my days teaching new developers how to code at Tech Elevator’s fantastic programming bootcamp. My evenings and weekends, however, belong to my study of data science, artificial intelligence, and…
-
Dotnet is wonderful, but it’s 20+ years old. C# continues to grow and this causes learning issues. Here’s a set of settings that I believe leads to a more beginner-friendly dotnet development experience.
-
Over the weekend I discovered a new feature in Visual Studio 2022 for C# code. This feature, which I’m referring to as “Inline Diagnostics” allows you to see compiler warnings and errors in your editor window without needing to hover over the tooltips.
-
The relationship between math and programming and answering the question “How much math do I need to be good at this?”
-
Most of the new features in C# 11 are incremental language improvements. However, one of these features stuck me immediately as something we don’t need – and also really need to do more.