Product-minded engineer, designer, and builder
A modern portfolio site built around local MDX content, strong SEO defaults, and a clean App Router architecture.
This project is a modern, responsive portfolio site built to showcase work, writing, and technical depth without burying the content under unnecessary architecture.
The main goals for this project were:
The website is built with Next.js 15 using the App Router, which provides several benefits:
The styling is done using Tailwind CSS, which allows for rapid development and consistent design. Content is authored locally in MDX so the publishing workflow stays versioned, predictable, and easy to evolve.
One of the main challenges was keeping the site maintainable as the amount of content and presentation logic grew. The solution was to keep the content model simple, rely on typed metadata, and make each route read from a single local source of truth.
The final product is a fast, responsive portfolio website that effectively showcases my work and skills. The site achieves perfect Lighthouse scores for performance, accessibility, best practices, and SEO.