Foto de perfil de Anezio

Hi, I'm Anezio

.NET & Blazor Developer

Building my career in software engineering with a strong focus on the backend — APIs, distributed systems, and data pipelines. I work primarily with .NET and ASP.NET Core, adopting Blazor when the project calls for keeping the full stack in C#.

C# & .NET Blazor ASP.NET Core Entity Framework REST APIs PostgreSQL MongoDB Redis SQL Server RabbitMQ Docker

Architecture & Patterns

Microservices Breaking applications into independent services, each with a single responsibility and its own deployment lifecycle.
Domain-Driven Design Business-centric modeling with ubiquitous language and clear separation of bounded contexts.
Repository Pattern Data access abstraction that decouples business logic from the persistence infrastructure.
Clean Architecture Concentric layer organization where dependencies always point inward toward the domain core.