📰 Dev.to · Jakub Andrzejewski
Articles from Dev.to · Jakub Andrzejewski · 109 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11148)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Jakub Andrzejewski
3w ago
When You Should Use Vue Teleport
When building modern Vue applications, not everything fits neatly inside your component tree. Some UI...

Dev.to · Jakub Andrzejewski
4w ago
Reusable Architecture for Large Applications with Nuxt Layers
As applications grow, managing shared code across projects becomes increasingly difficult. Teams...

Dev.to · Jakub Andrzejewski
1mo ago
How Vue Protects Your App Against Injections
Security is one of the most important aspects of modern web development. Applications that process...

Dev.to · Jakub Andrzejewski
1mo ago
Lesser-Known but Powerful Vue Features
Vue is often praised for its simplicity and clean API. Most developers are familiar...

Dev.to · Jakub Andrzejewski
1mo ago
Accessibility in Vue: Quick Tips for Building Inclusive Apps
Accessibility is not a “nice to have” — it is a fundamental part of building modern web...

Dev.to · Jakub Andrzejewski
1mo ago
Business Advantages of Using Nuxt
Choosing the right framework is not just a technical decision — it’s a business decision. When...

Dev.to · Jakub Andrzejewski
2mo ago
Responsive Images for Better Web Performance
Images are often the largest assets on a website—and one of the most common performance bottlenecks....

Dev.to · Jakub Andrzejewski
2mo ago
Using effectScope to Control Vue Reactivity Lifecycles
Vue’s reactivity system is powerful, but that power comes with responsibility. As applications grow,...

Dev.to · Jakub Andrzejewski
2mo ago
Config-driven Vue Interfaces with Dynamic Components
Modern Vue applications are no longer built from hardcoded layouts alone. As products scale, UIs...

Dev.to · Jakub Andrzejewski
2mo ago
What to Unit Test in a Vue App (And What Not to Touch)
Unit testing is often treated as a checkbox on a project’s checklist. Teams either try to test...

Dev.to · Jakub Andrzejewski
3mo ago
The Hidden Cost of Global Stores in Vue (and When They’re Still Worth It)
Global state management is often one of the first architectural decisions made in Vue applications....

Dev.to · Jakub Andrzejewski
3mo ago
Why Your Vue App Is Reactive Too Much (and How to Fix It)
Vue’s reactivity system is one of its greatest strengths. It allows you to build dynamic, expressive...

Dev.to · Jakub Andrzejewski
3mo ago
Nuxt Scripts for improved Performance and Security
When building modern Nuxt applications, third-party scripts are often unavoidable. Analytics,...

Dev.to · Jakub Andrzejewski
4mo ago
Multiple Vue Components in a Single File with Vue Vine
Modern Vue applications are built from many small, closely related components. In practice, this...

Dev.to · Jakub Andrzejewski
4mo ago
How to handle Async Rendering in Vue with Suspense?
When working with data fetching, async components, or delayed UI loading, Vue developers often run...

Dev.to · Jakub Andrzejewski
4mo ago
Using Vue’s Custom Renderer API to Build Interfaces Beyond the DOM
Most Vue developers work exclusively with the traditional browser DOM renderer—but Vue 3’s flexible...

Dev.to · Jakub Andrzejewski
4mo ago
How to Implement Content Security Policy in Nuxt
When building modern web applications with Nuxt, security should never be an afterthought. One of the...

Dev.to · Jakub Andrzejewski
4mo ago
How to Enable Storyblok Visual Editor in Production?
Storyblok is a headless CMS that gives developers flexibility and editors a visual interface to...

Dev.to · Jakub Andrzejewski
6mo ago
How to Fix Vue Hydration Mismatch
When working with Vue or Nuxt, one of the most confusing and frustrating issues you might encounter...

Dev.to · Jakub Andrzejewski
6mo ago
Shadcn Vue – Elegant, Customizable UI Components for Modern Vue Apps
Building consistent, accessible, and visually appealing user interfaces in Vue applications can be...

Dev.to · Jakub Andrzejewski
6mo ago
Global Event Bus in Vue
When building Vue applications, especially those that involve multiple deeply nested components, one...

Dev.to · Jakub Andrzejewski
7mo ago
State Hydration & Persisted State in Nuxt with Pinia
When working with Nuxt (or any SSR framework), one of the trickiest parts is handling state hydration...

Dev.to · Jakub Andrzejewski
7mo ago
Optimized Videos in Vue with Cloudinary
Performance isn’t just about speed—it’s about user experience. Delivering videos efficiently can make...

Dev.to · Jakub Andrzejewski
7mo ago
Optimizing Nuxt Apps for Core Web Vitals
Performance is no longer just about speed—it’s about user experience. Google’s Core Web Vitals (CWV)...
DeepCamp AI