Blog

I'll write my extended thoughts here when 280 characters on X don't quite cut it.
How to Set Up an MCP Server for an Existing Nuxt App Image

How to Set Up an MCP Server for an Existing Nuxt App

A beginner-friendly, practical guide to adding an MCP server to an existing Nuxt app using the Nuxt MCP Toolkit and a mocked weather tool.
Navigating State Management in Vue: Composables, Provide/Inject, and Pinia Image

Navigating State Management in Vue: Composables, Provide/Inject, and Pinia

Explore the best practices for using Composables, Provide/Inject, and Pinia in Vue applications.
Why I Switched Back From VS Code to IntelliJ IDEA: A Developer's Journey Image

Why I Switched Back From VS Code to IntelliJ IDEA: A Developer's Journey

In this blog post, I'll share the reasons why I transitioned back to using IntelliJ as my primary integrated development environment (IDE) after a period with Visual Studio Code.
Connecting a MySQL Database in Nuxt with Drizzle ORM Image

Connecting a MySQL Database in Nuxt with Drizzle ORM

Explore how to seamlessly integrate MySQL databases into your Nuxt applications using the Drizzle ORM.
Vercel Acquires NuxtLabs: What This Means for the Future of Nuxt Image

Vercel Acquires NuxtLabs: What This Means for the Future of Nuxt

Explore the implications of Vercel's acquisition of NuxtLabs and what it means for the Nuxt community.
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.