Back to blog

Building My Portfolio

2026-03-09

A walkthrough of how I built this portfolio site using Next.js, Tailwind CSS, and MDX.

Next.jsTailwind CSSMDX

Overview

This portfolio was built with Next.js, styled with Tailwind CSS, and uses MDX for blog content.

Tech Stack

  • Framework: Next.js (App Router, static export)
  • Styling: Tailwind CSS
  • Content: MDX via next-mdx-remote
  • Deployment: Static HTML export

Why MDX?

MDX lets me write blog posts in Markdown while embedding React components where needed — great for interactive examples or custom callouts.

What's Next

More posts coming soon covering projects, learnings, and experiments.