repo-pilot — AI Coding Agent
Full-Stack Engineer
open ↗ May 2026 – Present
AI-powered development assistant that takes natural-language instructions, analyzes a GitHub repo, proposes file changes, runs sandboxed tests, and opens PRs — with mandatory human approval at every critical step.
- → Local LLM backend via Ollama (Qwen 2.5-Coder) — no cloud API dependency for inference.
- → Sandboxed Docker containers with network isolation for safe test execution before any commit.
- → Strict state machine workflow: plan → edits → tests → PR, with approval gates at every step.
- → Encrypted GitHub PAT storage, path traversal prevention, and full audit trail in PostgreSQL.
TypeScript Next.js Fastify Prisma PostgreSQL MCP Docker Ollama Turborepo
Los Ches — Restaurant Landing Page
Full-Stack Developer & AI Workflow Engineer
Live ↗ May 2026 – Present
Production site for a family restaurant, independently designed, developed, and shipped with no team or brief.
- → Orchestrated Claude Code with autonomous sub-agents and custom skills to automate component scaffolding, UI generation, and content structuring.
- → Delivered a fully responsive, SEO-optimized site with dynamic menu sections, photo gallery, embedded map, and WhatsApp reservation flow.
- → Deployed to Cloudflare — in active production use.
Astro Claude Code AI Agents SDD TDD SEO Cloudflare
runway — Job Search MCP Server
MCP Server Engineer
open ↗ May 2026 – Present
Python MCP server that lets Claude Code check H-1B sponsorship history via USCIS data and pull live job postings from major ATS platforms — built and actively used during my own job search.
- → Two-tier parsing: dedicated parsers for Greenhouse, Ashby, and Lever; JSON-LD/microdata/Playwright fallback for everything else.
- → Local USCIS caching (~2MB dataset) downloaded on first use — visa checks are instant on subsequent queries.
- → Clean tool-vs-reasoning boundary: tools only fetch and shape data; Claude handles all fit and sponsorship evaluation.
Python MCP Claude Code Playwright pytest REST APIs
Smart Task Alarm System
Developer
August 2025 – May 2026
Senior Design project integrating an Android app, backend services, PostgreSQL, and Raspberry Pi hardware for synchronized alarm execution.
- → MQTT-based messaging pipelines for low-latency event synchronization between mobile and hardware.
- → Modular Android scheduling services with configurable recurring alarm logic and cloud-backed PostgreSQL persistence.
Android Jetpack Compose MQTT PostgreSQL Raspberry Pi Python
Full-Stack Food Review Platform
Back-End Developer
May 2025 – August 2025
Food review platform where users can post, edit, and browse restaurant reviews with live Yelp data.
- → Secured API with JWT auth and Supabase token validation.
- → Ingested live restaurant data from Yelp API — names, addresses, ratings, prices, and coordinates.
React Flask PostgreSQL Supabase SQLAlchemy JWT Yelp API