-
Azure Foundry in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Foundry with Local AI Models. My goal was simple: run a local AI model (Phi-3.5Mini) using Foundry, connect a console client project to it through .NET Aspire, and validate that the client can send a chat prompt and stream back AI responses end-to-end. How it…
-
Azure EventHubs in Aspire on local PC
In this exercise, I focused on only one Azure resource: Azure Event Hubs. My goal was simple: run Event Hubs locally as an emulator, connect a console client project to it through .NET Aspire, and validate that the client can send and receive an event end-to-end. How it looks like This is the Aspire How…
-
Last day at Electronic Arts
Yesterday was my last day at Electronic Arts (EA)What made EA a great company for me was, above all, the people I had the privilege to work with and for.I want to express my gratitude to my leaders:Alan Sayle — for trusting me to start and run the EARO Farm, which grew into probably one…
-
Azure Service Bus in Aspire on local PC
In this exercise, I focused on only one Azure resource: Azure Service Bus. My goal was simple: run Service Bus locally as an emulator, connect a console client project to it through .NET Aspire, and validate that the client can send and receive a message end-to-end. How it looks like This is the Service Bus…
-
Friday links 569
Think of Pavlov 8 lessons from tech leadership on scaling teams and AI – Stack Overflow ASCII characters are not pixels: a deep dive into ASCII rendering 3 JavaScript-Free Techniques for Accordions, Dialogs, and Table of Contents My React ecosystem stack in 2026 | Felipe Gustavo’s Blog Why I Still Write Code as an Engineering…
-
GenerateDispose
RSCG – GenerateDispose name GenerateDispose nuget https://www.nuget.org/packages/GenerateDispose/ link https://github.com/ItaiTzur76/GenerateDispose author Itai Tzur GenerateDispose for boilerplate reduction for IDisposable pattern Purpose A Roslyn source generator that replaces the 10+ lines of IDisposable boilerplate code with a single attribute. The code that you start with is The code that you will use is The code that…
-
Maestria.TypeProviders
RSCG – Maestria.TypeProviders name Maestria.TypeProviders nuget https://www.nuget.org/packages/Maestria.TypeProviders/ link https://github.com/MaestriaNet/TypeProviders author Fábio Monteiro Naspolini Generating strong typed code from Excel. This is how you can use Maestria.TypeProviders . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Maestria.TypeProviders
-
Aigamo.MatchGenerator
RSCG – Aigamo.MatchGenerator name Aigamo.MatchGenerator nuget https://www.nuget.org/packages/Aigamo.MatchGenerator/ link https://github.com/ycanardeau/MatchGenerator author Aigamo Generates exhaustive Match() extension methods for enums and abstract record hierarchies (tagged unions), ensuring compile-time safety — all cases must be handled. How to use 1. Add [GenerateMatch] attribute to an enum or abstract record: [GenerateMatch] public enum CarTypes { None, Dacia, Tesla, BMW,…
-
Friday links 568
I built an app in every frontend framework – DEV Community Prioritize Relatively yoksel/svg-filters: ✨ SVG Filters Playground AI vs human code gen report: AI code creates 1.7x more issues Poésies Françaises au cours des siècles If You’ve Never Broken It, You Don’t Really Know It – O’Reilly wooorm/starry-night: Syntax highlighting, like GitHub microsoft/docfind: A…
-
Azure Cache Redis in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Managed Redis. My goal was simple: run Redis locally as a container, connect a console client project to it through .NET Aspire with access key authentication, and validate that the client can set and retrieve cache values end-to-end. How it looks like This is…
I am ok , you are ok