Good Monday, it's time to share new ReadingNotes. Here is a list of all the articles, podcasts, and blog posts, that catch my interest during the week.
If you think you may have interesting content, share it!
Programming
Blazor WASM Custom 404 Page on GH Pages (Justin Yoo) - This is a lovely double tutorial. Learn first how to write a 404 not found page in Blazor then learn how to use custom 404 when using GitHub as a hosting platform.
9 Tips for Containerizing Your Node.js Application - Docker (Ajeet Singh Raina, Johan Giraldo) - A nice list of smart tips.
Cake - Cake v2.3.0 released (Mattias Karlsson) - Nice to see more features available in Cake. You can do complex and advanced stuff now.
Docker and WebAssembly together at Wasm Day NA 2022 (Chris Crone) - Wasm + Docker...That seems promising...
I changed my mind about writing new JavaScript frameworks (Salma Alam-Naylor) - JavaScript is its own universe with so many options and variations. Looking forward to seeing the WTF tool and learning more about how she builds it.
Introducing Spectre.Console (Steve Smith) - It's for sure a library that I will try. Console applications are a very useful tool so anything that can speed up the creation process is a must.
Learn how to improve your ASP.NET Core controllers with these principles - dateo-software (Dennis Frühauff) - A very interesting post to learn more about how to improve our code.
Make The First Letter of a String Upper Case in C# - Code Maze (Code Maze) - I didn't even know the aspan method...Do you? Nice performance / fine-tuning post.
Podcasts
HeatWave and the Latest Evolution of MySQL with Nipun Agarwal (Screaming in the Cloud) - MySQL database as a service on Oracle cloud, this sounds interesting and looks like the price is too.
Developing .NET on AWS with Isaac Levin (.NET Rocks!) - Yes!! Of course, .NET is everywhere but now we hear about it! A captivating episode where Isaac makes a quick tour of all the possibilities for .Net developers on ASW.
- 137. Anti-Time Management with Richie Norton (Part 1)-id2920271-id538368995) (The Greg McKeown Podcast) - I was not sure what to expect from "Anti-Time Management" and I like what I heard. looking forward to listening to part two.
- Rob Richardson: Web Services in .NET 6 - Episode 213 (Azure DevOps Podcast) - What a great episode covering so much! Expect to learn more about how things work like the authentification and authorization.
~Frank