Welcome to my very first blog post! This site is a fast, static portfolio and blog that ships zero JavaScript by default.

Why Static?

Static sites generate fully rendered HTML at build time, meaning pages load instantly — no waiting for JavaScript bundles to parse and execute.

Key benefits

  • Zero JS by default — pages ship as pure HTML and CSS
  • Type-safe content — Markdown with frontmatter validation
  • Instant loads — pre-rendered pages with no client-side data fetching
  • Fast builds — optimized build pipeline for rapid iteration

What’s Next

I’ll be writing about web performance, static site architecture, and developer tooling. Stay tuned!

Back to blog