FM
Fabian Muoghalu
Projects

Selected Work

Applications, AI agents, and backend services I have designed and deployed.

01|Full-Stack Application / AI Integration
2025

Masin Advisory Group Platform

Full-stack business platform combining content, events, payments, and AI-powered customer support.

Problem Statement

The client required multiple business and customer-facing capabilities to operate within a unified web platform. Instead of managing separate systems for content publishing, events, customer registration, payments, and support, the application needed to bring these workflows together into a single product.

Solution & Overview

Built as a full-stack Next.js application with server-side logic and Cloudflare D1 for database workflows. The AI support assistant uses the Vercel AI SDK with controlled tool calling (Grok / Cloudflare AI) to invoke predefined application functions for customer inquiries, booking workflows, and delivery-related information.

Tech Stack
Next.jsReactTypeScriptJavaScriptCloudflare D1CloudflareVercel AI SDKGrokCloudflare AI
02|Backend / AI Systems
2025

AI-Assisted Application Monitoring Agent

An AI-assisted application monitoring system that allows developers to investigate application activity through natural-language queries.

Developed during my work at Telex, an AI Agent Collaborative Platform.

Problem Statement

Application monitoring systems can generate large amounts of logs and event data. Investigating those events manually requires developers to search through stored records to understand what happened, when it happened, which parts of the application were involved, and what patterns exist in the data.

Solution & Overview

Built with C# and ASP.NET Core for structured API development and high-throughput telemetry ingestion, coupled with MongoDB for persistent monitoring event storage. Semantic Kernel coordinates AI workflows and connects natural-language queries with stored telemetry context.

Tech Stack
C#ASP.NET CoreMongoDBSemantic KernelREST APIs
03|AI / Python
2025

RAG Agent System

An end-to-end Retrieval-Augmented Generation system that allows users to query information contained within uploaded documents.

Problem Statement

Language models do not automatically have access to private documents uploaded by users, and large documents can be difficult to search efficiently using traditional keyword matching.

Solution & Overview

FastAPI backend integrated with LangChain and ChromaDB. Uploaded documents are parsed, chunked, and converted into embeddings stored in ChromaDB. Queries trigger semantic search and an iterative retrieval workflow looping up to 5 times if needed before producing a grounded response.

Tech Stack
PythonFastAPILangChainChromaDBLLM APIsVector Embeddings
04|Full-Stack Application
2024

Traïdr E-Commerce Platform

A full-stack e-commerce MVP built as a team capstone project.

Problem Statement

The project focused on building a functional e-commerce platform that supports core customer and product workflows including catalog search, cart operations, and authentication.

Solution & Overview

ASP.NET Core RESTful API backend paired with a React frontend, backed by PostgreSQL and Entity Framework Core for transactional reliability.

Tech Stack
C#ASP.NET CorePostgreSQLReactEF CoreTailwind CSS
05|Backend / Distributed Systems
2025

Distributed Notification System

High-throughput backend service designed for resilient, decoupled notification delivery across multiple channels.

Problem Statement

High-volume applications require reliable, asynchronous notification dispatch without blocking core transaction threads.

Solution & Overview

C#/.NET backend utilizing message queues and background worker services for asynchronous email and webhook delivery.

Tech Stack
C#ASP.NET CoreRabbitMQREST APIsDocker
06|AI Application
2025

AI Resume Analyzer

AI-driven tool to extract, parse, and evaluate candidate resumes against target job descriptions.

Problem Statement

Recruiters and job applicants need structured parsing and objective skill matching between resumes and job specifications.

Solution & Overview

Next.js / Node.js application integrating LLM APIs for structured JSON extraction and skill relevance scoring.

Tech Stack
TypeScriptNext.jsNode.jsLLM IntegrationTailwind CSS