Mar 9, 2025Document Your Nuxt Endpoints With OpenAPI and Visualize With Swagger or ScalarLearn how to document your Nuxt endpoints using OpenAPI and easily visualize them with Swagger or Scalar.
Dec 6, 2024When to Use useState in NuxtNuxt provides the useState composable which creates a reactive and SSR-friendly shared state.
Oct 14, 2024Rendering Dynamic Markdown in Nuxt 3+Learn how to dynamically render markdown content in a Nuxt 3+ application using the @nuxtjs/mdc module.
Jul 27, 2024Analyze Memory Leaks in Your Nuxt AppIn one of my client projects, we recently had to analyze and fix a memory leak in our Nuxt 3+ application.
Jul 9, 2024Dockerizing a Nuxt App: A Comprehensive GuideLearn how to dockerize your Nuxt 3+ application to ensure consistency, isolation, scalability, and portability across different environments.
Jun 25, 2024Self-Host Your Nuxt App With CoolifyI share my experiences of how I self-hosted my Nuxt apps with Coolify on Hetzner servers.
Apr 25, 2024Simpler Two-Way Binding in Vue With defineModelThe new defineModel compiler macro has available since Vue 3.
Apr 16, 2024Login at Supabase via REST API in Playwright E2E TestLearn how to login a user via the Supabase REST API in a Playwright end-to-end test and test authenticated pages.
Apr 1, 2024Use Nitro as Mock ServerNitro is a sever toolkit that allows you to create web servers with everything you need and deploy them wherever you prefer.
Feb 6, 2024Unlocking the Power of v-for Loops in Vue With These Useful TipsLooping through arrays and objects is a common task in Vue applications.