Blog

A collection of my thoughts, ideas, and experiences. I write about various topics, including web development, technology, and personal topics.

  • Link to article
    4 min read

    How to set up a table of contents in MDX

    Learn how to automatically extract a structured table of contents from MDX posts using rehype plugins, Vite, and TypeScript.

  • Link to article
    4 min read

    Set up path aliases and type checking in MDX with TypeScript

    Improve DX and reliability in your MDX + TypeScript setup using two small but powerful configuration changes.