Projects
Things I've built while learning and experimenting with web development, cloud infrastructure, and AI tools. Vist my GitHub for more projects.
2025
GitHub Second Brain Featured
A Model Context Protocol (MCP) server that gives AI assistants tools to explore GitHub codebases agentically. Built a FastAPI backend hosted on the cloud with endpoints to trigger processing logic on-demand. Structured the custom MCP server using FastMCP framework, exposing tools and prompts to AI. Containerized the entire app in Docker and published to GitHub Container Registry for easy distribution.
Cloud Provisioner
A web application enabling teams to access and control virtual machines from a single dashboard with secure authentication. Used cloud-init and startup scripts to automatically install Apache2 on each Digital Ocean VM. Built a MySQL-backed REST API using Python and CGI to track server status. Implemented cookie-based session tracking for multi-user control.
Wildcat Hub Hackathon
A social media platform for University of Arizona students to share campus news and activities. Built in 24 hours during a hackathon. Orchestrated Django service layer for API validation and SQLite database queries. Created React components for searching posts with partial word matching. Led a team of 4 students managing GitHub workflows to finish and demo within deadline.
Anonymous Chat
A web app for launching anonymous group chats with real-time messaging and polls. Architected an MVC backend with REST API endpoints and Test-Driven Development practices. Implemented real-time updates using Server-Sent Events for instant message sync. Developed dynamic frontend with auto-scrolling and expandable text boxes. Built with a team of 4 using Agile methodology.