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
- Project breakdowns
- Technical tradeoffs
- Postmortems and lessons learned
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);