FM
Fabian Muoghalu
Continuous Technical Growth

Active Engineering Roadmap

I believe true mastery comes from active exploration, building prototypes, and documenting what works. Here is my current focus areas in backend software and AI agent design.

01 · Backend & Systems

Microservices Architecture & Message Queues

Applying in Projects

Motivation & Goal

To design fault-tolerant microservice architectures using RabbitMQ, Nginx, and event-driven patterns in ASP.NET Core.

Key Architectural Takeaway

Focusing on distributed tracing, message brokers, and resilient API gateways.

Primary Documentation & Specifications

RabbitMQ DocumentationSystem Design Interview (ByteByteGo)
02 · DevOps & Cloud

Docker Containerization & AWS EC2 CI/CD

Applying in Projects

Motivation & Goal

To package software predictably into Docker containers and automate deployment pipelines to AWS EC2 using GitHub Actions.

Key Architectural Takeaway

Created multi-stage Dockerfiles and automated deployment pipelines to EC2.

Primary Documentation & Specifications

Docker Official DocsAWS EC2 GuidesGitHub Actions Workflows