Blog

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

  • Link to article
    1 min read

    How to Load Files as ArrayBuffer in Vite

    How to load files like fonts as ArrayBuffers in Vite, with an example for embedding custom fonts when using Satori or @vercel/og for dynamic OG images.

  • 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.