Personal Project
A from-scratch engineering portfolio built to demonstrate full-stack craft rather than just describe it — every interaction, from the live GitHub contribution heatmap to the AI-assisted resume builder, is real working software rather than a mockup. Built solo on Next.js 16 (App Router) and React 19 with a fully data-driven content layer, it ships a reusable case-study system, a fuzzy-searchable tools directory, a multi-template resume/PDF generator with LLM-based job tailoring, and a Google-Sheets-backed contact pipeline enriched with IP geolocation and visitor analytics. The goal: a site that reads less like a résumé and more like a running product — this case study included.
Problem
A static résumé PDF and a generic one-pager portfolio don't prove anything about how someone actually builds software — anyone can list "React" and "Next.js" as skills. I wanted a portfolio that was itself the strongest engineering sample: real APIs and real data pipelines behind every feature, not screenshots of imagined ones.
Approach
Designed and built the entire site solo, end to end — architecture, UI, animation, backend glue, and every word of content. Structured every section (About, Work, Tools, Blog, Now) around a data-first pattern: content lives in dedicated src/data/*.js modules and flows through small src/lib/* helpers into presentation components, so nothing is hardcoded twice or drifts out of sync. Then, wherever a static mock would have been the easier road, built the real thing instead — a live GitHub contributions API in place of a pre-baked image, a Groq-hosted LLM for résumé tailoring in place of canned text, a Google Apps Script backend in place of a contact form that goes nowhere.
Architecture
Next.js 16 App Router
UI, routing & layouts
Data-first content layer
src/data/*.js → src/lib/* helpers
Server route handlers
AI resume tailoring & text-enhance
External services
Groq · Google Apps Script · GitHub
Result
A production site — this one — spanning 8+ routes, a 30+ utility tools hub, and a full case-study framework applied to every project including itself, with interactive systems (sound, tilt, custom cursor, scroll-linked animation) tuned for restraint over gimmick. Shipped and iterated on continuously since mid-July 2026.
Stack
Legacy systems, compliance-heavy workflows, or a product that just needs to feel modern — that's the kind of work I like.