SebastianRickert

Blog

Here, I'll dip my toes into various topics, probably circling back to the fascinating realms of tech and web development.

  • Workaround for Tailwind CSS v4 Module Issues on ARM64 Architecture (Docker Containers)

    Tailwind CSS v4 has ARM64-specific issues due to incorrect tooling. The workaround involves manually installing missing modules with --force...

    Read article
  • Vercel Deployment Failure - Fixing Module Resolution Errors After File Renaming

    I upgraded my website and faced a Vercel build error due to file renaming. Updating the git cache resolved it, highlighting the importance o...

    Read article
  • Enhancing Theming with Tailwind CSS

    Tailwind CSS speeds up website building but can cause repetitive classes in large projects. The @apply method allows custom CSS classes, sim...

    Read article