Master .NET & Cloud
Engineering.
Deep-dive tutorials, real-world solutions, and best practices for building enterprise-grade applications with .NET, AWS, and Google Cloud.
The stack I write about
.NET
C#
TypeScript
PostgreSQL
AWS
Google Cloud
What I publish
Free, practical, all on this siteArticles
Tutorials and deep-dives on .NET, AWS, and Google Cloud the architecture and system-design decisions I actually use in production.
YouTube
Walkthroughs and practical demos that pair with the written articles for when you'd rather watch it built than read it.
Connect
Questions, collaboration ideas, or a topic you want covered reach out directly and I'll get back to you.
Latest
View all articles
dotnetentity-frameworksqlRaw SQL in EF Core 10: FromSql to ExecuteSqlRawAsync, Everything You Need to Know
Every raw SQL execution method in EF Core 10, including FromSql, SqlQuery, ExecuteSqlAsync, and their Raw variants, explained with real examples, generated SQL output, safety rules, and when to use each one.
Mar 23, 2026·18 min read→
gitThe Real World Git Guide Every Developer Wishes They Had Earlier
Git is the backbone of modern software development. Whether you are working alone on a side project or collaborating with a team of 100 engineers, Git gives you the power to track every change, experiment freely, and never lose your work again. This guide covers everything from the basics to real-world team workflows.
Mar 1, 2026·24 min read→
.NETYour try/catch Is Lying to You: Fix It with the Result Pattern in .NET
Most .NET developers handle errors by throwing exceptions everywhere but exceptions were never meant for business logic failures. The Result Pattern is a better, more expressive, and more testable approach to error handling. This guide covers everything from building the pattern from scratch to applying it in real-world ASP.NET Core APIs with scenarios you will immediately recognise from your own projects.
Mar 1, 2026·20 min read→
Got a .NET or cloud problem you're stuck on?
I take topic requests and read every message. If there's something you can't find good writing on, send it over it might be the next deep-dive.

