Hey #dotnet people! Exciting news! I've launched my YouTube channel: "Dissecting the Code".
It's going to be very similar to my blog, where I'll cover .NET internals, performance tips & tricks, and more deep dives. #csharp
I've already published the first two videos:
โก๏ธ Episode
Opus 5, Medium reasoning.
I have a skill that explicitly asks to use a dedicated skill for creating a PR. The agent ignored the instruction.
The reason? ยฏ_(ใ)_/ยฏ
But the coding is definitely solved, folks!
It's been just over a month since my first Dometrain course, Mastering C#, was released.
I wasn't sure how a 3.5-hour deep dive into C# would land, but it's #2 trending course today and was one of Dometrain's five most-viewed courses last month!
Use code MASTERING40 for 40%
On a non-technical side (that I very rarely share here). Iโve started bouldering about a year ago, and Yesterday I did my first V6!
This one definitely matched my style: physical, not particularly technical with very grippy holds. But still, it was amazing to do it!
.NET Team should pay better attention to the docs, since a lot of people assume the examples are best practices.
Here is an anti-example: don't extend IEnumerables with indexers that calls ElementAt.
Indexer has an assumption that the cost is O(1).