https://mokkapps.de/blog/connecting-mysql-database-nuxt-drizzle-orm
Aug 22, 2025 - Explore how to seamlessly integrate MySQL databases into your Nuxt applications using the Drizzle ORM. This guide covers setup, configuration, and an example...
mysql databasedrizzle ormconnectingnuxtmichael
https://mokkapps.de/blog/rendering-dynamic-markdown-in-nuxt-3
Oct 14, 2024 - Learn how to dynamically render markdown content in a Nuxt 3+ application using the @nuxtjs/mdc module.
michael hoffmannrenderingdynamicmarkdownnuxt
https://mokkapps.de/vue-tips/change-status-code-of-the-response
Jun 13, 2024 - `setResponseStatus` is a Nuxt composable to set the status code and (and optionally the status message) of the response.
michael hoffmannnuxttipchangestatus
https://mokkapps.de/blog/implementing-esr-nuxt
Jun 6, 2025 - 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.
implementingedgesiderenderingesr
https://mokkapps.de/vue-tips/nuxt-run-code-once-during-ssr-or-csr
Jun 1, 2024 - Since Nuxt 3.9 you can use the useOnce composable to run a given function or block of code once during server-side rendering or client-side navigation.
nuxttipruncodessr
https://mokkapps.de/blog/why-i-switched-back-from-vscode-to-intellij-idea
Sep 14, 2025 - 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...
vs codeintellij ideaswitchedback
https://mokkapps.de/vue-tips/nuxt-fetch-data-on-the-server-before-app-start
Oct 30, 2024 - Learn how to pre-fetch data on the server before app start in Nuxt 3+ to improve load times and user experience.
nuxttipfetchdataserver
https://mokkapps.de/blog/document-your-nuxt-endpoints-with-open-api-and-visualize-with-swagger-or-scalar
Mar 9, 2025 - Learn how to document your Nuxt endpoints using OpenAPI and easily visualize them with Swagger or Scalar. This guide walks you through setting up API...
documentnuxtendpointsopenapivisualize
https://mokkapps.de/blog/why-i-developed-my-own-nuxt-starter-kit
Jun 1, 2025 - Discover the reasons behind the development of my unique Nuxt starter kit tailored for creating SaaS products. Learn why I opted for a highly opinionated and...
nuxt starterdevelopedkitsaas
https://mokkapps.de/blog/when-to-use-use-state-in-nuxt
Dec 6, 2024 - Nuxt provides the useState composable which creates a reactive and SSR-friendly shared state. You might be confused when to use useState or ref in your Nuxt...
michael hoffmannusenuxt
https://mokkapps.de/blog/vercel-acquires-nuxtlabs
Jul 18, 2025 - Explore the implications of Vercel's acquisition of NuxtLabs and what it means for the Nuxt community. Discover how this will influence innovation, access to...
vercelnuxtlabsmeansfuture
https://mokkapps.de/vue-tips/simple-routing-without-using-external-libraries
Jul 27, 2024 - If you want to keep things simple and avoid adding extra dependencies, you can implement basic routing functionality in Vue.js without using external libraries...
michael hoffmannvuetipsimplerouting
https://mokkapps.de/vue-tips/use-effect-scope-for-managing-and-cleaning-up-reactive-effects
Jan 24, 2025 - effectScope can be used to group and cleanup multiple reactive effects.
vuetipusemanagingcleaning
https://mokkapps.de/vue-tips/cache-component-instances-with-the-keep-alive-component
Jun 19, 2024 - KeepAlive is a built-in Vue component that allows you to conditionally cache component instances when dynamically switching between multiple components.
vuetipcachecomponentinstances
https://mokkapps.de/vue-tips/managing-page-load-states-in-nuxt-with-use-loading-indicator
Jan 30, 2025 - Learn how to use the useLoadingIndicator composable in Nuxt to access and manage the loading state of your app's pages. Improve user experience by displaying...
michael hoffmannnuxttipmanagingload