Blog
Notes on projects, learning, and software development.
May 14, 2026
Starting this portfolio
This site began as a simple GitHub Pages placeholder and is now a portfolio with dedicated pages for projects and writing. The structure is intentionally small: HTML for content, CSS for presentation, and a tiny JavaScript file for the mobile navigation.
Keeping the site static makes it easy to deploy, fast to load, and simple to maintain as new projects are added.
May 2026
Building in public
Public projects are useful because they create a record of learning. Even small projects can show how a developer thinks: how they structure code, explain tradeoffs, and improve a rough idea over time.
This blog will collect short notes from that process: what worked, what changed, and what I want to try next.