📰 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

Dev.to · Jakub Andrzejewski
7mo ago
Dynamic Interfaces with Vue Directives
Vue.js is one of the most popular front-end frameworks today, prized for its simplicity, reactivity,...

Dev.to · Jakub Andrzejewski
8mo ago
Best practices for Accessibility in Vue / Nuxt
Accessibility isn’t just a checklist—it’s about making your application usable for everyone,...

Dev.to · Jakub Andrzejewski
8mo ago
Defining props in Vue
Props (short for "properties") are a foundational concept in Vue, enabling component reusability and...

Dev.to · Jakub Andrzejewski
8mo ago
Performant Vue applications with Vapor
In the ever-evolving landscape of web development, performance and user experience remain paramount....

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...

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...

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...

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,...

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...

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...

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....

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...

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....

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...

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...

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...

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...

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...

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...

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...

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...

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...

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...

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...
DeepCamp AI