Good Monday everyone! It's time to share new reading notes. Here is a list of all the articles, blog posts, and podcast episodes that catch my interest during the week.
If you think you may have interesting content, share it!
Programming
-
Performance Improvements in .NET MAUI (Jonathan Peppers) - Extremely detailed post that shows the performance of .NET MAUI between platforms, and performing some specific tasks.
-
Copy a work item type using Azure DevOps API's (Art Garcia) - A nice piece of code to copy a workitem using PowerShell.
-
Introducing Achievements: recognizing the many stages of a developer’s coding journey (Bailey Brooks) - I think this is a really cool idea. Looking forward to seeing some achievements popping up on profiles.
-
Introduction to Regular Expressions in C# (Code Maze) - Regex is an extremely powerful tool to have, easy to get started hard to master. This is the perfect post to get started.
-
Single Element Loaders: The Spinner (Temani Afif ) - A nice post that explains the pattern behind spinner animation. Easier than you may think. This is the first of a series.
-
Visual Studio Code May 2022 (null) - Fine-tuned constantly, improved I always appreciate those update posts.
Podcast
- 31. Improving your CI/CD pipeline & how everything boils down to software - with Sarah Lean (Betatalks the podcast) - Interesting discussion with Sara about her journey as a tech woman (and a damn start one ;) ), CI/CD pipeline, and ... whiskey!
- Indexing Video using KlipTok with Jeff Fritz (.NET Rocks!) - Great episode with Jeff (aka csharpfritz) about his really interesting project KlipTok that he is been live coding on Twitch.
- EP 003 | Going Full Time YouTube at 40 with DAN BECKER (Matti Haapoja Podcast) - I didn't know those two knew each other! Very interesting chit-chat from two YouTubers in very different nice.
Miscellaneous
- Care for Yourself First (Chris Pietschmann) - So simple but seems so hard...right? It's worth it let's try harder.