public class YahyaAlNuaimi : BackendEngineer
{
public string Location { get; } = "Yemen 🇾🇪";
public string[] Focus { get; } = { "Clean Architecture","Vertical Slice"," Microservices","Modular Monolith", "DDD", "Distributed Systems" };
public string[] CurrentWork { get; } = { "Articles (.NET)", "B2BEcommercePlatform" };
public string[] Learning { get; } = { "Advanced .NET Internals", "Docker & Containers" };
public string Passion { get; } = "Building systems that scale — and that others enjoy working with";
public string Fun { get; } = "I read to understand the world, then code to reshape it 📚";
}| Layer | Skills |
|---|---|
| Architecture | Clean Architecture · Vertical Slice · Microservices · Modular Monolith · DDD · CQRS · Event-Driven |
| Backend | ASP.NET Core · Entity Framework Core · MediatR |
| Messaging | RabbitMQ · Message Queues · Pub/Sub |
| Security | JWT · RBAC · Identity |
| Resilience | Circuit Breaker · Retry · Timeout · Fallback |
| Observability | Serilog · Structured Logging |
| Database | SQL Server · EF Core Migrations · Query Optimization |
| DevOps | Docker · Git · CI/CD |
💡 B2BEcommercePlatform — This platform enables business-to-business transactions, supporting multiple buyer organizations purchasing from supplier organizations. The system handles product catalogs, pricing tiers, bulk ordering, quote management, invoicing, and business account management.


