📰 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
1y ago
Understanding the Vue 3 Composition API
The Vue 3 Composition API introduces a powerful new way to structure and organize code, giving...

Dev.to · Jakub Andrzejewski
1y ago
Testing Vue components with Vitest
Modern front-end development demands robust testing practices to ensure the reliability and...

Dev.to · Jakub Andrzejewski
1y ago
Top 10 Vue.js libraries you should be using in 2025
Vue.js has become a popular framework for building modern web applications, thanks to its flexibility...

Dev.to · Jakub Andrzejewski
1y ago
Christmas guide to Custom Directives in Vue 🎄
Vue.js, one of the most popular JavaScript frameworks, offers developers powerful tools to build user...

Dev.to · Jakub Andrzejewski
1y ago
Reactive vs. Ref in Vue 3: What’s the difference?
Vue 3 introduced the Composition API, offering developers more flexible and powerful tools for...

Dev.to · Jakub Andrzejewski
1y ago
10 Tips to Write Cleaner Vue.js Code
When transitioning from one project to another (for example when changing jobs) there is always this...

Dev.to · Jakub Andrzejewski
1y ago
Using Generics in Vue components
I recently learned about a feature of Vue framework that was added already some time ago but I have...

Dev.to · Jakub Andrzejewski
1y ago
Build your new Storefront with Nuxt and Medusa 2.0.0
Medusa.js is an open-source, headless commerce platform designed for developers to build scalable and...

Dev.to · Jakub Andrzejewski
1y ago
Using Cache Control in Nuxt to improve Performance
Caching is important because it improves system performance and efficiency by storing frequently...

Dev.to · Jakub Andrzejewski
1y ago
Opinionated Nuxt Starter
Hey there! For the last few weeks, I have been participating in several interview process to get a...

Dev.to · Jakub Andrzejewski
1y ago
Performant Images with Nuxt Image and Cloudinary
When people ask me what is my first recommendation when trying to improve performance of their...

Dev.to · Jakub Andrzejewski
1y ago
Building Recursive components in Vue
Few days ago, I wanted to build a Vue component that would be able to display a nested node tree...

Dev.to · Jakub Andrzejewski
1y ago
Checking if a slot is empty in Vue
Hey there! In one of my Vue projects, I recently needed to check if a slot is empty. The use case...

Dev.to · Jakub Andrzejewski
1y ago
Implementing Prefetching in Vue apps
Recently I was investigating what I could do in one of my project to improve performance (or at least...

Dev.to · Jakub Andrzejewski
1y ago
Nuxt Tips Collection
Hey there! Recently, Michael Thiessen asked me for help reviewing his new ebook including Nuxt Tips...

Dev.to · Jakub Andrzejewski
1y ago
AI Powered Image Transformations in Nuxt with Cloudinary
AI is currently storming the IT industry in all areas from software development to regular daily...

Dev.to · Jakub Andrzejewski
1y ago
Using two script blocks in Vue Single File Components
Hey there! I recently encountered an issue while developing Vue components - I wanted to create a...

Dev.to · Jakub Andrzejewski
1y ago
Optimized Videos in Nuxt with Cloudinary
I was always struggling with delivering video elements to my websites as there is actually a lot of...

Dev.to · Jakub Andrzejewski
1y ago
Lazy load components in Nuxt to improve performance
When working with Web Performance, I always liked solutions that based on one of my favourite...

Dev.to · Jakub Andrzejewski
1y ago
Search Recommendations in Nuxt with Algolia 🚀
Handling search results in web apps was always difficult for me. There are many cases that you should...

Dev.to · Jakub Andrzejewski
2y ago
How Nuxi helps Nuxt deliver great DX?
The first time I heard about Nuxt 3 and their new CLI tool called nuxi I knew that I would like to...

Dev.to · Jakub Andrzejewski
2y ago
Implementing Debouncing in Vue
When I first learned about the concept of debouncing I instantly liked it and started implementing it...

Dev.to · Jakub Andrzejewski
2y ago
Improve Build Performance of Nuxt
I recently discovered a great new module for Nuxt created by @pi0 that can greatly (even sometimes 2...

Dev.to · Jakub Andrzejewski
2y ago
Transform your images easily in Vue & Nuxt with Cloudinary
I always thought that you can only transform and modify images by using some kind of advanced design...
DeepCamp AI