
GOTO - The Brightest Minds in Tech ASP.NET Core 9 Essentials • Albert Tanure & Rafael Herik de Carvalho
Dec 23, 2025
This conversation features Albert S. Tanure, a Microsoft Solutions Architect and author, alongside Rafael Herik de Carvalho from Devoteam. They dive into the creation of "ASP.NET Core 9 Essentials," highlighting the importance of foundational knowledge amid rapid tech changes. Albert discusses modern cloud-native practices, emphasizing observability, DevOps, and the need for dynamic configurations. They explore gaps developers often overlook, like secrets handling and CI/CD, while providing insights for both novice and seasoned programmers navigating today’s landscape.
AI Snips
Chapters
Transcript
Episode notes
Start From Foundations And Practice
- Start learning .NET from the foundations and follow a clear, progressive path through the ecosystem.
- Use the book's GitHub exercises and implement step-by-step instead of relying only on AI shortcuts.
Chapters As Stairs To The Cloud
- Structure learning so each chapter builds knowledge like stairs toward cloud deployment.
- Teach basics first, then introduce best practices when they become necessary to solve real problems.
Protect Secrets And Use Dynamic Config
- Treat configuration and secrets seriously and avoid committing secrets to repos.
- Design apps to use dynamic configuration, feature flags, and cloud secrets stores before deployment.
