Architecture & AI-First Workflow

Welcome to the Under the Hood section. This page serves as technical documentation of how this portfolio was designed, engineered, and deployed.

1. The Stack

This application utilizes a hybrid architecture, combining a lightweight monolithic core with decoupled micro-frontends:

2. AI-First Development Workflow

In the spirit of modern engineering, this entire UI was prototyped and built using an AI-first approach with Cursor and Claude.

// System Prompt utilized for scaffolding:
> "Act as a Senior Frontend Engineer. Build a minimalist, dark-mode-first portfolio UI. Use raw CSS variables for theming. Implement a dynamic canvas particle network..."

Instead of manually writing boilerplate CSS and managing standard DOM events, I leveraged LLMs to rapidly scaffold the responsive grid, implement the translation state logic, and fine-tune the canvas math. This allowed me to focus my time on backend architecture and vector database integration.

3. RAG Copilot & Decoupled Architecture

The crown jewel of this portfolio is the Engineering RAG Copilot, which demonstrates a modern AI-integrated architecture:

4. Performance Optimizations & Features

To ensure a flawless user experience: