← All work

Web · 2026

This Website

A fast static site built with Astro, TypeScript, and Tailwind CSS, designed so content updates never require touching layout code.

Problem

A resume PDF cannot show how a project was reasoned about. I wanted a place that reads in two minutes but goes deep if someone wants the detail.

Approach

  1. 01Scaffolded with Astro so the output is static HTML with almost no shipped JavaScript.
  2. 02Kept every project and role in typed data files, with pages generated from them.
  3. 03Structured the page as a skimmable summary that links out to per-project case studies.

Outcome

Sub-second page loads, one place to update content, and a case study page for every project.

Stack

  • Astro
  • TypeScript
  • Tailwind CSS v4