Blog

I'll write my extended thoughts here when 280 characters on BlueSky don't quite cut it.
Implementing Edge-Side Rendering (ESR) in Nuxt 3+ for Enhanced Performance Image

Implementing Edge-Side Rendering (ESR) in Nuxt 3+ for Enhanced Performance

Discover how Edge-Side Rendering (ESR) can be employed in Nuxt 3++ applications to improve performance by rendering content at the edge, closer to the end-user.
Why I Developed My Own Nuxt Starter Kit for SaaS Products Image

Why I Developed My Own Nuxt Starter Kit for SaaS Products

Discover the reasons behind the development of my unique Nuxt starter kit tailored for creating SaaS products.
Document Your Nuxt Endpoints With OpenAPI and Visualize With Swagger or Scalar Image

Document Your Nuxt Endpoints With OpenAPI and Visualize With Swagger or Scalar

Learn how to document your Nuxt endpoints using OpenAPI and easily visualize them with Swagger or Scalar.
When to Use useState in Nuxt Image

When to Use useState in Nuxt

Nuxt provides the useState composable which creates a reactive and SSR-friendly shared state.
Rendering Dynamic Markdown in Nuxt 3+ Image

Rendering Dynamic Markdown in Nuxt 3+

Learn how to dynamically render markdown content in a Nuxt 3+ application using the @nuxtjs/mdc module.
Analyze Memory Leaks in Your Nuxt App Image

Analyze Memory Leaks in Your Nuxt App

In one of my client projects, we recently had to analyze and fix a memory leak in our Nuxt 3+ application.
Dockerizing a Nuxt App: A Comprehensive Guide Image

Dockerizing a Nuxt App: A Comprehensive Guide

Learn how to dockerize your Nuxt 3+ application to ensure consistency, isolation, scalability, and portability across different environments.
Self-Host Your Nuxt App With Coolify Image

Self-Host Your Nuxt App With Coolify

I share my experiences of how I self-hosted my Nuxt apps with Coolify on Hetzner servers.
Simpler Two-Way Binding in Vue With defineModel Image

Simpler Two-Way Binding in Vue With defineModel

The new defineModel compiler macro has available since Vue 3.
Login at Supabase via REST API in Playwright E2E Test Image

Login at Supabase via REST API in Playwright E2E Test

Learn how to login a user via the Supabase REST API in a Playwright end-to-end test and test authenticated pages.