🗓 2026-01-02
Engineering notes, patterns, and quick wins.
A tiny blog built with Blazor + SQLite — clean, fast, and easy to back up.
🗓 2026-01-02
C# 13 introduces params collections!
Until now, params was limited to arrays: void Print(params string[] values) { foreach (var v in values) Console.WriteLine(v); } Print("A", "B", "C"); Now in C 13, you can use param…🗓 2026-01-02