Hello, I am ...
Adrian Bailador Panero
Senior Software Engineer | .NET | C# | Azure | JS | React | AI Enthusiast
I possess solid knowledge of the entire software development lifecycle, including requirements analysis, application implementation, testing, and maintenance. I am always seeking opportunities to apply and expand my technical skills while delivering valuable and innovative solutions to software development teams.
My long-term goal is to become a Software Architect. I am continuously learning and improving my skills to achieve this objective. I strongly believe in the potential of technology to enhance business operations, and I am motivated by the opportunity to contribute to the creation of solutions that make a meaningful impact.
Recent posts
All posts- May 11, 2026Real-time Driver Location Tracking in .NET: Redis GEO, State Buffer and SignalRUber processes millions of GPS updates every second. Here's how to build the same real-time location tracking pipeline in .NET — from driver updates to rider map — using Redis GEO, a mutable state buffer and SignalR.
- dotnet
- csharp
- redis
- signalr
- architecture
- production
- May 04, 2026CQRS Without MediatR: Hand-Rolled Command and Query Handlers in .NETMediatR went commercial and half the .NET world started looking for an exit. The good news: CQRS was never about MediatR. Here's how to build clean, testable command and query handlers using nothing but the built-in DI container.
- dotnet
- csharp
- architecture
- cqrs
- patterns
- aspnetcore
- Apr 26, 2026Anti-Corruption Layer in .NET: Protecting Your Domain from External APIsEvery external API you consume is a ticking bomb. A model change, a renamed field, a deprecated endpoint — and suddenly your domain logic is full of someone else's concepts. Here's how the Anti-Corruption Layer pattern keeps your domain clean.
- dotnet
- csharp
- ddd
- architecture
- aspnetcore
- patterns
- production
Website build with
Performing reactivity and statefulness, special guest
SolidJS
Recent projects
All projects- Mar 12, 2025Blog con Next.jsBlog con Next.js
- Next js
- Javascript
- Typescript
- Tailwind
- MDX
- Oct 12, 2024Wedding AppWedding App Adrian & Ana
- Next js
- Javascript
- Typescript
- Tailwind
- Css
- Apr 30, 2024Design PatternsThis repository contains a Visual Studio Code solution for implementing various design patterns in C# using .NET Core. Each design pattern is implemented in a separate console project within the solution.
- C#
- .NET