Optimizing heavy operations in Vue with Web Workers
In this article, you'll explore how to use Web Workers in a Vue 3 project to keep the UI responsive while running CPU-heavy tasks. - https://dev.to/jacobandrewsky/optimizing-heavy-operations-in-vue-with-web-workers-3j1b
#vue
In this article, you'll explore how to use Web Workers in a Vue 3 project to keep the UI responsive while running CPU-heavy tasks. - https://dev.to/jacobandrewsky/optimizing-heavy-operations-in-vue-with-web-workers-3j1b
#vue
DEV Community
Optimizing heavy operations in Vue with Web Workers
Heavy computations on the main thread can lead to sluggish UI, dropped frames, and poor user...
❤2👍1
Secure a Vue app with OpenID Connect and the BFF pattern
In this post, we’ll look at the basic architecture of a BFF solution, the responsibilities of each component, and how it all fits together. - https://duendesoftware.com/blog/20250409-secure-vue-app-with-openid-connect-bff-pattern
#vue
In this post, we’ll look at the basic architecture of a BFF solution, the responsibilities of each component, and how it all fits together. - https://duendesoftware.com/blog/20250409-secure-vue-app-with-openid-connect-bff-pattern
#vue
Duendesoftware
Duende Software - Identity and Access Management for .NET
We help companies using .NET to build identity and access control solutions for modern applications.
❤1👍1
Handling File Uploads in Nuxt with useStorage*
This guide demonstrates how to validate, store, and manage file uploads efficiently in Nuxt using built-in server utilities. - https://vueschool.io/articles/vuejs-tutorials/handling-file-uploads-in-nuxt-with-usestorage/
#vue
This guide demonstrates how to validate, store, and manage file uploads efficiently in Nuxt using built-in server utilities. - https://vueschool.io/articles/vuejs-tutorials/handling-file-uploads-in-nuxt-with-usestorage/
#vue
vueschool.io
Handling File Uploads in Nuxt with useStorage - Vue School Articles
Learn how to implement secure and flexible file uploads in your Nuxt application using the useStorage composable and Unstorage’s unified API. This step-by-step guide covers everything from validation to storage and serving files, making it easy to build a…
👍2❤1
Generating a Dynamic Sitemap in Nuxt 3*
Sitemaps are very essential to improving SEO and in this article, explore how to create a dynamic sitemap for your Nuxt 3 project.
Handles both static and dynamic routes with ease. - https://masteringnuxt.com/blog/generating-a-dynamic-sitemap-in-nuxt-3
#vue
Sitemaps are very essential to improving SEO and in this article, explore how to create a dynamic sitemap for your Nuxt 3 project.
Handles both static and dynamic routes with ease. - https://masteringnuxt.com/blog/generating-a-dynamic-sitemap-in-nuxt-3
#vue
Masteringnuxt
Generating a Dynamic Sitemap in Nuxt 3
Sitemaps are very essential to improving SEO and in this article, explore how to create a dynamic sitemap for your Nuxt 3 project. Handles both static and dynamic routes with ease.
👍1
Build a Full Stack Apple Notes Web App with Auth & Nuxt 3
In this video, you'll learn how to build your own version of Apple Notes with Nuxt. - https://www.youtube.com/watch?v=JTAo08f74GA
#vue
In this video, you'll learn how to build your own version of Apple Notes with Nuxt. - https://www.youtube.com/watch?v=JTAo08f74GA
#vue
YouTube
Build a Full Stack Apple Notes Web App with Auth & Nuxt 3
The first 500 people to use my link https://skl.sh/chriscourses11241 will get a 1 month free trial of Skillshare premium!
Figma File: https://www.figma.com/design/uFsk0a2s9SIOGaTU8o5MUy/NoteNest
GitHub Source Code: https://github.com/chriscourses/notenest…
Figma File: https://www.figma.com/design/uFsk0a2s9SIOGaTU8o5MUy/NoteNest
GitHub Source Code: https://github.com/chriscourses/notenest…
👍1🔥1
Nuxt Server Routes: Build a Full-Stack App with Zero Backend
In this article, you'll dive into what Nuxt server routes are.
Learn why they feel magical, and how to build a simple full-stack app that talks directly to a database — no separate server needed. - https://dev.to/jacobandrewsky/nuxt-server-routes-build-a-full-stack-app-with-zero-backend-bp9
#vue
In this article, you'll dive into what Nuxt server routes are.
Learn why they feel magical, and how to build a simple full-stack app that talks directly to a database — no separate server needed. - https://dev.to/jacobandrewsky/nuxt-server-routes-build-a-full-stack-app-with-zero-backend-bp9
#vue
DEV Community
Nuxt Server Routes: Build a Full-Stack App with Zero Backend
When people hear "full-stack," they usually think of a separate frontend and backend applications....
❤1👍1
How to Use Pinia for State Management in Vue
In this article, you’ll learn how to use Pinia to manage application state in a Vue 3 project — from installation to real-world usage. - https://dev.to/jacobandrewsky/how-to-use-pinia-for-state-management-in-vue-535
#vue
In this article, you’ll learn how to use Pinia to manage application state in a Vue 3 project — from installation to real-world usage. - https://dev.to/jacobandrewsky/how-to-use-pinia-for-state-management-in-vue-535
#vue
DEV Community
How to Use Pinia for State Management in Vue
State management is a critical part of building modern front-end applications. If you've worked with...
❤3👍1
Vue.js: Propagating Props Like a Pro
Probably the cleanest way to forward base props from a wrapper component in Vue. - https://hackernoon.com/vuejs-propagating-props-like-a-pro
#vue
Probably the cleanest way to forward base props from a wrapper component in Vue. - https://hackernoon.com/vuejs-propagating-props-like-a-pro
#vue
Hackernoon
Vue.js: Propagating Props Like a Pro
Probably the cleanest way to forward base props from a wrapper component in Vue.js
❤3👍1
Handling internationalisation (i18n) in Vue
This article introduces you to the topic of i18n and show you how you can achieve that in both Vue and Nuxt frameworks. - https://dev.to/jacobandrewsky/handling-internalisation-i18n-in-vue-2nof
#vue
This article introduces you to the topic of i18n and show you how you can achieve that in both Vue and Nuxt frameworks. - https://dev.to/jacobandrewsky/handling-internalisation-i18n-in-vue-2nof
#vue
DEV Community
Handling internationalisation (I18N) in Vue
I always struggled with implementing support for internationalisation in my Vue and Nuxt apps. The...
❤1👍1
Building charts in Vue with D3
In this guide, you’ll explore how to combine Vue and D3 to build dynamic, interactive charts. - https://dev.to/jacobandrewsky/building-charts-in-vue-with-d3-38gl
#vue
In this guide, you’ll explore how to combine Vue and D3 to build dynamic, interactive charts. - https://dev.to/jacobandrewsky/building-charts-in-vue-with-d3-38gl
#vue
DEV Community
Building charts in Vue with D3
Creating data visualizations in modern web apps often requires both flexibility and reactivity....
❤2👍1