Carlos Amador'sLab
Full-Stack .NET Architect

Building Event-Driven,
Cognitive Systems.

I orchestrate distributed cloud applications using .NET Aspire and Azure. By combining Cognitive Science principles with modern architecture, I build software that is adaptive, resilient, and intelligent.

// Architecture.cs
var app = DistributedApplication.CreateBuilder(args);
var api = app.AddProject<Projects.Api>("api");
var serviceBus = app.AddAzureServiceBus("messaging");
app.Build().Run();
Orchestration
Scaling complexity with .NET Aspire and Azure Container Apps. Designing event-driven backends with Azure Functions and Service Bus for 99.9% uptime.
Intelligence
Integrating Semantic Kernel and MCP Servers to build context-aware AI agents. Leveraging my M.A. in Neuroscience to design adaptive user experiences.
Interface
Building real-time dashboards with Nuxt 4, SignalR, and Pinia. Creating secure BFF patterns for seamless OIDC/Auth integration.
Production Case Study

MathTabla Platform

A multi-tenant SaaS platform serving thousands of students. Architected on Azure using a .NET 9 microservices pattern.

Automated Grading via Google Classroom API
Real-time Collaboration via SignalR
CI/CD via GitHub Actions -> Container Apps
Visit Live Production Site
System Architecture Diagram
© 2026 Carlos Amador. All rights reserved.
Built with Nuxt 4, .NET Aspire, and Azure.