109 articles

📰 Dev.to · Jakub Andrzejewski

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

All ⚡ AI Lessons (10746) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Accessibility in Vue: Quick Tips for Building Inclusive Apps
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...
Business Advantages of Using Nuxt
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...
Responsive Images for Better Web Performance
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....
Using effectScope to Control Vue Reactivity Lifecycles
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,...
Config-driven Vue Interfaces with Dynamic Components
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...
What to Unit Test in a Vue App (And What Not to Touch)
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...
The Hidden Cost of Global Stores in Vue (and When They’re Still Worth It)
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....
Why Your Vue App Is Reactive Too Much (and How to Fix It)
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...
Nuxt Scripts for improved Performance and Security
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,...
Multiple Vue Components in a Single File with Vue Vine
Dev.to · Jakub Andrzejewski 3mo 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...
How to handle Async Rendering in Vue with Suspense?
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...
Using Vue’s Custom Renderer API to Build Interfaces Beyond the DOM
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...
How to Implement Content Security Policy in Nuxt
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...
How to Enable Storyblok Visual Editor in Production?
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...
How to Fix Vue Hydration Mismatch
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...
Shadcn Vue – Elegant, Customizable UI Components for Modern Vue Apps
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...
Global Event Bus in Vue
Dev.to · Jakub Andrzejewski 6mo ago
Global Event Bus in Vue
When building Vue applications, especially those that involve multiple deeply nested components, one...
State Hydration & Persisted State in Nuxt with Pinia
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...
Optimized Videos in Vue with Cloudinary
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...
Optimizing Nuxt Apps for Core Web Vitals
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)...