109 articles

📰 Dev.to · Jakub Andrzejewski

Articles from Dev.to · Jakub Andrzejewski · 109 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (11189) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Error Handling in Nuxt
Dev.to · Jakub Andrzejewski 9mo ago
Error Handling in Nuxt
Nuxt 3, the latest evolution of the Nuxt framework, brings a powerful and flexible approach to...
What is `useSlots` in Vue?
Dev.to · Jakub Andrzejewski 9mo ago
What is `useSlots` in Vue?
Slots are one of Vue's most powerful and flexible features, enabling component composition by...
Optimized Fonts in Nuxt
Dev.to · Jakub Andrzejewski 10mo ago
Optimized Fonts in Nuxt
Typography plays a critical role in web performance and user experience. While custom fonts can...
Image Optimization in Vue with Unpic
Dev.to · Jakub Andrzejewski 10mo ago
Image Optimization in Vue with Unpic
Optimizing images is one of the most impactful ways to improve web performance. In Vue applications,...
Render functions in Vue
Dev.to · Jakub Andrzejewski 10mo ago
Render functions in Vue
While templates are the go-to method for building components in Vue, there are times when you need...
Building a Nuxt module from scratch
Dev.to · Jakub Andrzejewski 11mo ago
Building a Nuxt module from scratch
Nuxt 3, the latest evolution of the popular Vue framework, offers powerful extensibility through...
Building charts in Vue with D3
Dev.to · Jakub Andrzejewski 11mo ago
Building charts in Vue with D3
Creating data visualizations in modern web apps often requires both flexibility and reactivity....
How to Use Pinia for State Management in Vue
Dev.to · Jakub Andrzejewski 11mo ago
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...
Nuxt Server Routes: Build a Full-Stack App with Zero Backend
Dev.to · Jakub Andrzejewski 11mo ago
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....
Optimizing heavy operations in Vue with Web Workers
Dev.to · Jakub Andrzejewski 1y ago
Optimizing heavy operations in Vue with Web Workers
Heavy computations on the main thread can lead to sluggish UI, dropped frames, and poor user...
Modular Architecture in Nuxt
Dev.to · Jakub Andrzejewski 1y ago
Modular Architecture in Nuxt
Nuxt is known not only for its Performance and Developer Experience but also for its modular...
Handling large lists efficiently in Vue 3
Dev.to · Jakub Andrzejewski 1y ago
Handling large lists efficiently in Vue 3
Handling large lists in Vue 3 efficiently is crucial for maintaining smooth performance and a great...
Blazingly fast E-Commerce in Nuxt
Dev.to · Jakub Andrzejewski 1y ago
Blazingly fast E-Commerce in Nuxt
I recently participated as a speaker at Vue.js Amsterdam and during my talk, I announced a new...
I was a speaker at Vue.js Amsterdam 🚀
Dev.to · Jakub Andrzejewski 1y ago
I was a speaker at Vue.js Amsterdam 🚀
Hey there! This article will be a bit different as it won't include technical tutorials or guides as...
How to Use Provide/Inject in Vue
Dev.to · Jakub Andrzejewski 1y ago
How to Use Provide/Inject in Vue
Vue’s Provide/Inject API is a powerful feature that allows components to share data without prop...
How to Create Dynamic OG Images in Nuxt
Dev.to · Jakub Andrzejewski 1y ago
How to Create Dynamic OG Images in Nuxt
If you're building a Nuxt app and want your content to stand out on social media, dynamic OG images...
Understanding Vue’s Virtual DOM
Dev.to · Jakub Andrzejewski 1y ago
Understanding Vue’s Virtual DOM
Vue.js is a progressive JavaScript framework that offers a reactive and efficient way to build user...
How to Use Nuxt 3 Middleware for Authentication and Permissions
Dev.to · Jakub Andrzejewski 1y ago
How to Use Nuxt 3 Middleware for Authentication and Permissions
Nuxt 3 is a powerful framework for building Vue.js applications, offering a streamlined way to manage...
Leveraging Nuxt and Supabase for Modern Fullstack Development
Dev.to · Jakub Andrzejewski 1y ago
Leveraging Nuxt and Supabase for Modern Fullstack Development
Nuxt and Supabase have emerged as powerful tools for building modern web applications, offering...
Good practices for Vue Computed Properties
Dev.to · Jakub Andrzejewski 1y ago
Good practices for Vue Computed Properties
Computed properties are a powerful feature in Vue that allow you to derive and transform data...