Good Monday, Already 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.
Cloud
- Azure Automation Run Books – Setup (Paul Michaels) - Automation is so powerful... Think about it as a Cron job in the cloud...
Programming
-
4 ways we use GitHub Actions to build GitHub (Brian Douglas) - I love it. Dog fooding your products or services will always improve them. Nice post.
-
ASP.NET Core CRUD with NoSQL: Part 2 (Matthew Groves) - In this second post of the series, we learn how to set an index and how to prepare our select to read our data.
-
An Introduction to JSON (Jack Wallen) - I thought it was a bit older than that. Nice post th o learn more about something we all use.
-
Building a WebAssembly-powered serverless platform (Colin Eberhardt) - Very interesting post about different web assembly possibilities and a cool tutorial in Rush.
-
How to prevent Email HTML injection in C# and .NET (Niels Swimberghe) - An accessible solution to a very important and frequent problems in web development. Very instructive post.
-
10 Things I (Still) Love About Programming (Al Tenhundfeld) - I love it. All those things are so true!
Miscellaneous
-
MySQL Query Optimization + Forgetting To Run EXPLAIN = Full Table Scan (Ben Nadel) - Optimization is one of the most satisfying tasks to do, particularly when it's a query. Great post that explains how to search and see what needs to be changed.
-
The Importance of Scheduling Nothing (Jeff Weiner) - So simple and powerful, I do the same but often fail at defending those zones.