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- 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
- Mar 20, 2026What Your .NET Exceptions Are Telling Attackers (And How to Stop It)Unhandled exceptions in .NET APIs expose stack traces, database schemas, and internal paths to anyone watching. Learn how to implement secure error handling in ASP.NET Core to protect your application without sacrificing observability.
- dotnet
- csharp
- security
- aspnetcore
- error-handling
- best-practices
- api
- Mar 15, 2026GitHub Actions for .NET: Build, Test, and Deploy Your APILearn how to set up a complete CI/CD pipeline for your .NET applications using GitHub Actions — from building and testing on every push to deploying Docker containers to Azure
- dotnet
- csharp
- devops
- github-actions
- cicd
- docker
- azure
- testing
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