Blog

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

  • Link to article
    3 min read

    Relative Links in Next.js: A Shortcut for Nested Routes

    How to use relative links in Next.js <Link> component, with an example showing simpler navigation.

  • Link to article
    14 min read

    Modern Syntax Highlighting with Shiki in Next.js 14

    Learn how to implement Shiki for modern and performant syntax highlighting in your React and Next.js projects with this comprehensive step-by-step guide.