What's inside the Nuxt Starter Kit?
π Auth with social/email login
πΎ SQLite + Drizzle ORM
πΈ Polar integration for payments
π Nuxt Security + Super Admin features
π i18n + Nuxt UI Pro
Plug-and-play for real SaaS apps.
π nuxtstarterkit.com
02.07.2025 14:00 β π 3 π 2 π¬ 0 π 0
YouTube video by Frontend Nation
Frontend Nation 2025: What itβs like to be a Developer (and) Advocate? by Jakub Andrzejewski
The recording of my talk at @frontendnation is available to watch!
www.youtube.com/watch?v=1cNd...
01.07.2025 13:32 β π 3 π 0 π¬ 0 π 0
What is `useSlots` in Vue?
Slots are one of Vue's most powerful and flexible features, enabling component composition by...
New week = new article! π
This time, I decided to write about the feature that I use quite frequently - useSlots in @vuejs π
Check it out dev.to/jacobandrews...
30.06.2025 08:17 β π 0 π 0 π¬ 0 π 0
CQRS Pattern in Nest.js
As your applications grow in complexity, so does the challenge of organizing business logic in a...
New week = new article! π
This time, I decided to write about CQRS pattern in Nest.js π
Check it out π
dev.to/jacobandrews...
23.06.2025 07:45 β π 0 π 0 π¬ 0 π 0
02/13 - Introducing our 2025 lineup continue with @jacobandrewsky.bsky.social from Monterail. Jakub is skilled fullstack developer, web perfomance expert and author of Nuxt Commerce project. In Prague, he will deliver a talk about improving developer experience. Happy dev = productive dev π
19.06.2025 07:02 β π 5 π 1 π¬ 0 π 1
In case you missed, I have published a new article this week! π
13.06.2025 10:06 β π 1 π 0 π¬ 0 π 0
Nuxt Commerce is an open-source e-commerce app by @jacobandrewsky.bsky.social, optimized for performance, SEO and developer experience π - madewithvuejs.com/nuxt-commerce
11.06.2025 07:52 β π 5 π 1 π¬ 0 π 0
Optimized Fonts in Nuxt
Typography plays a critical role in web performance and user experience. While custom fonts can...
New week = new article! π
This time, I decided to write about Optimizing fonts in @nuxt.com for better performance! π
dev.to/jacobandrews...
09.06.2025 08:48 β π 1 π 0 π¬ 1 π 1
In case you missed, I have published a new article this week!
06.06.2025 08:03 β π 0 π 0 π¬ 0 π 0
π Track 1οΈβ£: John Leider shows how @vuetify.bsky.social y.bsky.social MCP ^ modern tools boost developer experience & speed up @vuejs.org js.org app building.
Track 2οΈβ£: @jacobandrewsky.bsky.social shares what itβs really like to juggle being dev & a dev advocate, with tips to thrive in both roles.
04.06.2025 12:00 β π 4 π 1 π¬ 1 π 0
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...
Implementing Authentication and Permissions in @nuxt.com can be troublesome.
Check out my article where I am sharing how to do just that in simple and easy to follow steps!
dev.to/jacobandrews...
04.06.2025 10:48 β π 2 π 0 π¬ 0 π 0
Image Optimization in Vue with Unpic
Optimizing images is one of the most impactful ways to improve web performance. In Vue applications,...
New week = new article π
This time, I decided to write about Image Optimization in @vuejs.org with unpic π
Check it out π
dev.to/jacobandrews...
02.06.2025 13:44 β π 1 π 1 π¬ 0 π 1
In case you missed, I have published a new article this week! π
30.05.2025 07:57 β π 0 π 0 π¬ 0 π 0
Better feedback in Code Reviews with Conventional Comments
In software development, clear and constructive feedback is essential for maintaining high-quality...
Giving feedback during Code Review is not an easy task - more importantly, how to communicate clearly so that the other person will understand what you have in mind.
Thankfully, we can utilize concept of Conventional Comments π
dev.to/jacobandrews...
28.05.2025 14:46 β π 0 π 0 π¬ 0 π 0
PragVue 2025
2nd annual Vue.js conference in Prague, Czechia (23rd September 2025)
I am happy to announce that I will be giving a talk at this year @pragvue.com conference π
Make sure to join me and other great speakers for a day full of great @vuejs.org knowledge π
pragvue.com#schedule
27.05.2025 06:55 β π 4 π 0 π¬ 1 π 0
Great! Let me know once the module will be live so that I can give it a β
27.05.2025 06:55 β π 1 π 0 π¬ 0 π 0
Render functions in Vue
While templates are the go-to method for building components in Vue, there are times when you need...
New week = new article! π
This time, I decided to write about the Render functions in @vuejs.org π
dev.to/jacobandrews...
26.05.2025 07:20 β π 1 π 0 π¬ 0 π 1
Nuxt Supabase - Home
A supa simple wrapper around supabase-js to enable usage and integration within Nuxt.
If you are looking for a great fullstack solution, I would like to recommend @nuxt.com and @supabase.com π
The integration module comes with great Developer Experience allowing you to develop fast! π
Check out the module supabase.nuxtjs.org
20.05.2025 09:29 β π 0 π 0 π¬ 0 π 0
Building a Nuxt module from scratch
Nuxt 3, the latest evolution of the popular Vue framework, offers powerful extensibility through...
New week = new article! π
This time, I decided to write about how you can build your own @nuxt.com module π
dev.to/jacobandrews...
19.05.2025 08:01 β π 4 π 0 π¬ 1 π 0
In case you missed, I have published a new article this week π
16.05.2025 08:57 β π 2 π 0 π¬ 0 π 0
Understanding Vueβs Virtual DOM
Vue.js is a progressive JavaScript framework that offers a reactive and efficient way to build user...
Understanding @vuejs.org virtual DOM is crucial for efficient frontend development! π
Make sure to check my article where I am sharing just that!
dev.to/jacobandrews...
14.05.2025 10:23 β π 0 π 0 π¬ 0 π 0
GitHub - unjs/magic-regexp: A compiled-away, type-safe, readable RegExp alternative
A compiled-away, type-safe, readable RegExp alternative - unjs/magic-regexp
I have always struggled with regexp π’
But thankfully, @danielroe.dev created an amazing project that makes working with regexp much easier!
Check it out github.com/unjs/magic-r...
13.05.2025 10:50 β π 4 π 0 π¬ 0 π 0
YouTube video by Monterail
Daniel Roe - Building a better Hammer with Nuxt 4 | Vue.js Meetup WrocΕaw
The recording of the @danielroe.dev presentation at Vue.js Meetup about Nuxt 4 is live!
By Monterail β€οΈ
www.youtube.com/watch?v=oWrx...
13.05.2025 09:09 β π 3 π 0 π¬ 0 π 0
Building charts in Vue with D3
Creating data visualizations in modern web apps often requires both flexibility and reactivity....
New week = new article π
This time, I decided to write about using D3 in @vuejs.org to build interactive charts π
dev.to/jacobandrews...
12.05.2025 08:29 β π 0 π 0 π¬ 0 π 1
In case you missed, I have published a new article this week!
09.05.2025 08:54 β π 3 π 0 π¬ 0 π 0
Handling internationalisation (I18N) in Vue
I always struggled with implementing support for internationalisation in my Vue and Nuxt apps. The...
Would you like to add support for multiple languages in your @vuejs.org or @nuxt.com application? π€
Check out my article where I am showing just that! π
dev.to/jacobandrews...
07.05.2025 09:05 β π 2 π 0 π¬ 0 π 0
Nuxt Fonts: Optimized Custom Web Fonts for your Nuxt Apps
Plug-and-play custom web font optimization and configuration for Nuxt apps. Use and optimize your fonts using your favorite font source.
Unoptimized fonts can lead to bad web performance π’
Thankfully in @nuxt.com we can use Nuxt Fonts that will help us automatically fetch and optimize custom fonts π
fonts.nuxt.com
06.05.2025 12:11 β π 5 π 0 π¬ 0 π 0
Dynamic page title and description with Vue Router
I recently wanted to improve user experience related to meta of visiting page of one of our projects...
Have you ever wondered how to add a dynamic page title and description in @vuejs.org apps with Vue Router? π€
Check out my article where I am showing just that! π
dev.to/jacobandrews...
30.04.2025 08:37 β π 0 π 0 π¬ 0 π 0
The official Bluesky account of the PragVue conference - an annual Vue.js/Nuxt conference in Prague, Czechia. Check https://pragvue.com/ for latest info.
Front-end developer at EuricomNV
BEL Vue Co-organizer
Core member of the Chakra UI Clan π₯· Ark UI Vue
π¨π»βπ» Senior Frontend Developer (Freelancer) β’ mokkapps.de
π Building @weekly-vue.news β’ nuxtstarterkit.com β’ @codesnap.dev
π @vuejs.org & @nuxt.com enthusiast
π Munich π©πͺ
The build tool for the web. It's pronounced /vit/ like skeet!
https://vite.dev
Validate your development skills to unlock a world of opportunities with industry-recognized certifications.
Developed in partnership with framework creators and industry leading experts.
Powered by @Bitterbrains.com.
https://certificates.dev/
#1 source for learning Vue.js & the ecosystem. Trusted by 200,000+ developers worldwide.
https://vueschool.io/
Learn about page speed, measure your website performance, and monitor Core Web Vitals metrics over time.
https://www.debugbear.com/
Building (mostly) open-source software. Follow for JavaScript, devtools, and performance content.
π°οΈ https://sonda.dev β Universal bundle analyzer
"is learning french, bear with him"
mytrax.link/mdltso
malgamves.dev
Nuxt Core Team. Love open source !
A ship in harbor is safe, but that is not what ships are built for.
creator β @sli.dev β’ @unocss.dev β’ @vueuse.org β’ @vitest.dev β’ elk.zone
core team β @nuxt.com β’ @vite.dev β’ vuejs.org
maintainer β @shiki.style β’ eslint.style
he/him β antfu.me
Staff Engineer, Google Dev Expert ,
Github star, MVP
OSS Advocate
Co-Founder Thisis_Learning
https://www.youtube.com/@TechTalksWithSantosh
https://dev.to/santoshyadavdev
views my own
I teach developers how to π¨ design and π€ code.
JavaScript Developer | Keynote Speaker | content Creator | Teacher
Sr Software Engineer @ Miro, #GDE for #webperf, Dad, Blogger(medhat.dev), Speaker, Baker, and Runner
I write about Performance, #A11y, DevTools, opinions are my own
Codes for cold hard cash. Or sh*ts and giggles. Author, Speaker, Mentor.
Hacking Vue.js & Nuxt π²
I share projects, talks, writing, and art on http://lihbr.com ~
DevExp @prismic.io, @nuxt.com team
π Composable Design Patterns
π (Nuxt | Vue) Tips Collection
π Clean Components Toolkit
π Mastering Nuxt
Google Developer Expert, Developer Avocado π₯, Angular lover, software developer, author, speaker, @ngPolandConf & @jsPolandConf conference organizer.
Baseline DevRel at Google
rviscomi.dev