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- Apr 12, 2026Health Checks in ASP.NET Core: Beyond the Basic /health EndpointMost developers add a /health endpoint and call it done. Here's how to build health checks that actually tell you what's wrong — database, external APIs, disk space, and Kubernetes probes, all in production-ready code.
- aspnetcore
- dotnet
- csharp
- healthchecks
- kubernetes
- devops
- production
- Apr 05, 2026IAsyncEnumerable<T> in C#: Streaming Data Without Loading Everything into MemoryMaster IAsyncEnumerable to handle large datasets efficiently. Learn production patterns with Entity Framework, HttpClient streaming, and real performance comparisons.
- C#
- .NET
- IAsyncEnumerable
- Performance
- Entity Framework
- Async Streaming
- Mar 28, 2026How I Fixed Supabase Rate Limiting in ProductionDirect Supabase calls from the frontend in The Coffee Timer were triggering 429 errors under load. Here's how moving critical operations to a .NET backend, using Supabase RPCs, server-side caching, and a localStorage TTL fixed it for good.
- supabase
- dotnet
- csharp
- backend
- performance
- architecture
- frontend
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