Waqas Ahmad — Software Architect & Technical Consultant - Available USA, Europe, Global

Waqas Ahmad — Software Architect & Technical Consultant

Specializing in

Distributed Systems

.NET ArchitectureCloud-Native ArchitectureAzure Cloud EngineeringAPI ArchitectureMicroservices ArchitectureEvent-Driven ArchitectureDatabase Design & Optimization

👋 Hi, I'm Waqas — a Software Architect and Technical Consultant specializing in .NET, Azure, microservices, and API-first system design..
I help companies build reliable, maintainable, and high-performance backend platforms that scale.

Experienced across engineering ecosystems shaped by Microsoft, the Cloud Native Computing Foundation, and the Apache Software Foundation.

Available for remote consulting (USA, Europe, Global) — flexible across EST, PST, GMT & CET.

services
Middleware

Definition

Component that handles HTTP requests and responses; receives RequestDelegate and can call next, modify, or short-circuit.

As defined in the knowledge graph

  • Can receive dependencies via constructor in ASP.NET Core. — From: Dependency Injection in .NET Core: In-Depth with Code Examples
  • Pipeline component; can check feature flags before executing next step. — From: Feature Flags and Toggles in .NET
  • Pipeline component that can add correlation and trace context to requests. — From: Observability for .NET on Azure
  • ASP.NET Core middleware; OTel instrumentation adds span for request. — From: OpenTelemetry and Distributed Tracing in .NET
  • Alternative to action filter for idempotency; run early in pipeline. — From: REST API Versioning and Idempotency: In-Depth with .NET Examples
  • Pipeline; authentication and authorization middleware run per request. — From: Securing .NET APIs: Auth, Rate Limiting, and Headers

Related concepts

Articles mentioning this concept