
A Quick Reference to Key Topics on C# and Unity Covered in My Blog
Jan 6, 2025
Categories: C#, Unity, Architecture
Over 60 links to my blog posts filled with tips and insights on C# and Unity from the past two years
Read
Two Years and 100 Programming Blog Posts: Lessons Learned
Dec 23, 2024
Categories: General
My insights and experiences from two years of blogging and writing 100 programming-focused posts
Read
Example: Using Unity’s Performance Testing
Dec 17, 2024
Categories: Unity
How to use Unity’s Performance Testing package with examples for Unity's timers
Read
Various Timer Implementations in Unity
Dec 9, 2024
Categories: Unity
Exploring Various Methods to Create Timers in Unity: Using Awaitables, the Update Method, and a Minimal, High-Performance Timer
Read
Alternate Lookup For Dictionary And HashSet With The IAlternateEqualityComparer
Nov 26, 2024
Categories: C#
What is the IAlternateEqualityComparer interface and how to use the AlternateLookup struct and the GetAlternateLookup method in .NET 9
Read
The Principle Of Least Astonishment
Nov 18, 2024
Categories: Architecture
What is the principle of least astonishment, otherwise known as the law of least surprised and how it affects our code with examples in C#
ReadCategories