Back to blog

Welcome to the Blog

2026-02-20

Welcome

This is the new blog section for krvh.dev.

I use it to document programming projects, what I learned, and what I would do differently next time.

What to expect

Interactive demos

MDX posts can render site components directly, including client components such as the platformer demo below.

const note = 'Write in MDX, render components server-side.';
console.log(note);