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
Reactive vs. Ref in Vue 3: What’s the difference?
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...
10 Tips to Write Cleaner Vue.js Code
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...
Using Generics in Vue components
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...
Build your new Storefront with Nuxt and Medusa 2.0.0
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...
Using Cache Control in Nuxt to improve Performance
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...
Opinionated Nuxt Starter
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...
Performant Images with Nuxt Image and Cloudinary
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...
Building Recursive components in Vue
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...
Checking if a slot is empty in Vue
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...
Implementing Prefetching in Vue apps
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...
Nuxt Tips Collection
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...
AI Powered Image Transformations in Nuxt with Cloudinary
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...
Using two script blocks in Vue Single File Components
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...
Optimized Videos in Nuxt with Cloudinary
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...
Lazy load components in Nuxt to improve performance
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...
Search Recommendations in Nuxt with Algolia 🚀
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...
How Nuxi helps Nuxt deliver great DX?
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...
Implementing Debouncing in Vue
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...
Improve Build Performance of Nuxt
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...
Transform your images easily in Vue & Nuxt with Cloudinary
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...