• Home
  • Speaking
  • Workshops
  • About
  • Contact
  • Subscribe
sagas distributed-systems long-running-workflows microservices orchestration choreography
image
14 Apr 2026

When Business Processes Outlive Your Request

A practical guide to designing long-running business processes with the Saga pattern - covering orchestration vs choreography, compensating transactions, timeouts, and observability.

claude-code ai-agents symlinks git developer-workflow
image
06 Apr 2026

Keep Your Claude Code Agents Out of the Team's Repo

How to keep Claude Code agents and skills out of shared repos using a dedicated config repo and symlinks.

vector-databases semantic-search pgvector
image
30 Mar 2026

Your Database Can't Read. Vector Databases Can.

What vector databases are, how they work, and when you actually need one - versus when pgvector is enough.

architecture distributed-systems async
image
04 Mar 2026

Async Does Not Mean Scalable

async/await frees threads but doesn't reduce work. Message queues move the bottleneck, they don't remove it. Here's what actually limits throughput in .NET systems.

dotnet opentelemetry observability csharp aspnet-core distributed-tracing
image
07 Feb 2026

OpenTelemetry in C#: Setup, Spans, and Custom Instrumentation

Wire up OpenTelemetry tracing, metrics, and logs in ASP.NET Core, run Jaeger locally, and add custom spans around the business logic that actually matters.

dotnet opentelemetry observability csharp aspnet-core distributed-tracing
image
03 Feb 2026

OpenTelemetry for Developers: The Concepts Explained Simply

A beginner-friendly guide to what OpenTelemetry is and why it matters for .NET developers. Covers the three pillars, instrumentation, and exporters - no code yet.

API Design
image
25 Nov 2025

Api Versioning - A deep dive

async messaging competing consumers
image
25 Mar 2025

Competing Consumers Pattern: The Underrated Key to handling more load

  • Next Page
Irina Scurtu - photo

Hi! Welcome to my blog

Join my newsletter

Let's connect

My latest work

Getting Started: Messaging in .NET with NServiceBus See it on dometrain
MassTransit in .NET See it on dometrain
From Zero to Hero: gRPC in .NET course Web Api for the absolute beginner See it on dometrain
Web Api for the absolute beginner book See it on Amazon

Github Dev.to LinkedIn

All content © Irina Scurtu