RSSAmplifier

Blog

David Guida

A little bit of software architecture, design patterns and game programming. Focusing on .NET Core, ASP.NET, C#, Blazor, Azure.

davidguida.netRSS feed ↗10 posts

Latest posts

Vibecoding and the art of solving my wife’s problems

Is vibecoding with AI a productivity boost or a shortcut that removes the joy of coding? My experience solving my wife's photo metadata problem and what it taught me about AI-assisted development.

Is AI stealing my job?

Is it happening? Do I have to quit my job and open a bakery instead?

How to set the SKU of an Azure SQL Server using Aspire

In this article we'll see how to select the SKU of an Azure SQL Server using Aspire

Riverdam - Feature Gates Finally Made Easy

Ever wished for a simpler way to manage feature gates? Your wish is now a reality with Riverdam!

Are you using Dictionaries correctly?

Are you sure you're using Dictionaries correctly? You might be surprised to know how much faster this other method can be!

Building Resilient Systems Made Easy

"Building Resilient Systems Made Easy" contains some useful patterns and gotchas that will help you write more robust applications. Check it out now!

AI Home Automation with Semantic Kernel part 2: let’s see some code!

Let's see how we can configure Semantic Kernel Plugins to call an Azure Function and build our AI-powered Home Automation Assistant!

AI Home Automation with Semantic Kernel part 1: introduction

Learn how to build an AI-powered Home Automation assistant using Semantic Kernel and Azure OpenAI

What’s a Topic and how can we implement it using Azure Storage Queues?

In this article we'll talk about basic messaging concepts and discuss what Topics are and how they can be implemented using Azure Storage Queues.

How to generate Code Coverage for a .NET Solution

How can we generate Code Coverage for an entire .NET Solution? This article walks you through the steps and shows how to integrate them in a GitHub Actions workflow.