Sybren
@carwack.bsky.social
Front-end developer at EuricomNV BEL Vue Co-organizer Core member of the Chakra UI Clan 🥷 Ark UI Vue
Been playing around with some AI lately. First PoC of an app that generates a bedtime story Using OpenAI 4.1-mini and Dall-E 3 in a @nuxt.com app Used Google Stitch for the UI cleaned it up myself Need to optimize it more. I'm thinking making it Open Source
and alpha 1 is OUT! 🎉🎉🎉 not sure how much sleep there will be over the rest of the month 😆 (there's so much work still to do) ... but I could not be happier
we are delighted to announce that nuxt v4 alpha ships TODAY! 🎉 ... and we're aiming for a stable release of v4 by the end of the month. (nuxt v5 will come later this year once nitro v3 is ready) 👉 you can read the full article at nuxt.com/blog/roadma...
Something I learned the other day with Vee-validate. That if you don't want the validation to happen as soon as the user starts typing but when the input gets left. You can set this option in the `defineField` composable: `{ validateOnModelUpdate: false}`. This should be something I write down.
I had a blast talking with @tej.as about what @voidzero.dev is, what comes next for @rolldown.rs, Oxc and all tooling around the @vite.dev ecosystem and how they'll benefit you as a developer!
NEW on ConTejas Code Podcast: @thealexlichter.com on the state of modern web tooling incl. @vite.dev, @voidzero.dev, @rolldown.rs, Oxc, and more. Listen on - Spotify: open.spotify.com/episode/0Cv2... - Apple: podcasts.apple.com/us/podcast/a... - YouTube: youtu.be/_CTmqk9_Nq4 ♻️ Repost if useful.
🚨 if you're a @nuxt.com user, make sure you're on v3.16.0+ we just made public a CVE that may affect you if your site is behind a CDN that ignores query parameters when caching the response. CVE: github.com/nuxt/nuxt/se... Full write-up: zhero-web-sec.github.io/research-and...
I have already said see you in October to too many people I met at Vue Amsterdam. So let's make it happen! 💪
We are proud to announce the First Ever ViteConf taking place in person 🤩 Join the Creator of Vite, @evanyou.me, Core Team, Ecosystem Authors and Experts! 📍 10 October, Amsterdam 👋 Sign up for the waiting list to be notified about the ticket release via viteconf.org
The missing `await` is following me, maybe even haunting me 👻 Learned again from @debbie.codes about @playwright.dev ! Such a wonderful tool for testing!
👀 very interesting to see this! Can't wait to throw everything together 👌 Great and interesting talk from Yann Braga of @storybook.js.org
Enjoy the State of Vue.js Report of 2025 by Monterail! And now let's also enjoy the panel chat now with @evanyou.me @thealexlichter.com @louella.dev @danielroe.dev @danielkelly.io @jacobandrewsky.bsky.social
@filrakow.ski telling us how to ensure our developer future! Great insights on the current market too! Very interesting with great tips to accelerate yourself as a developer!
Oh @timbenniks.dev... that intro! 😂 missing you here. But happy to see your crazy content and production on stage! Loved the talk, interesting, inspiring and very amusing! 🎉 I got a smart doorbell too, we should create a doorbell only video platform 😂
Today @danielroe.dev did not win... Sorry... @atinux.com did. The live demo with the emoji's was a great showcase! NuxtUI feels like the most complete library out there, so far 👀.
Listening to over-engineer @danielroe.dev about the state of Nuxt! Can't wait for the short term feature! Thank you to the @nuxt.com team 🙏
All on board the AI train! I think it might go to New Orleans because of the Vue-doo magic from the talk of @danielkelly.io Also gorgeous slides! 👌
This talk reached the legendary state! 3D rendering and making a multiplayer game with @nuxt.com and @tresjs.org is such a cool thing to see and learn more about! Maybe having legends on stage also helped. Amazing work @alvarosaburido.dev 👏👏👏 (Sorry bad picture, was too busy listening)
Learning about composables from @thealexlichter.com at Vue Amsterdam. Rule 1: Use VueUse Rule 2: Check VueUse Rule 3: Double check VueUse Rule 4: Triple check VueUse Rule 5: see rule 1
I'm so thrilled to introducing rstore, the reactive data store for @vuejs.org and @nuxt.com 🔥 I've been working on it thanks to the backing from @directus.io github.com/Akryum/rstore
GitHub - Akryum/rstore: Reactive datastore
Reactive datastore. Contribute to Akryum/rstore development by creating an account on GitHub.
github.com
It's not just a cute logo! Use Pinia Colada for these things for example. Great talk by @esm.dev at Vue Amsterdam
Am I the only one for whom Laravel cloud isn't working and connecting to GitHub?
This morning my wife left a note on my laptop. It said: "this is not working, goodbye" I opened my laptop and ran `pnpm i && pnpm run dev`. It worked just fine.
Full house Euricom office for the first meetup of BEL Vue of the year! Networking and spreading some Vue love 💚 Ready for talks from @danielroe.dev and Louis Ramos! Thanks to appeel.io and Euricom 🙏
Streamline your Vue templates with a few simple techniques. Vue offers shorthands for common directives, such as one for v-bind. When working with props, you can skip the `prop.` prefix and bind them directly by name and more, with @carwack.bsky.social at #VueJsNation25 https://youtu.be/a8sBg1L7zEA
Vue.js Nation: Vue Code-Shaving: Shorthands to a Cleaner Template Block ~ Sybren Willemot
Check out this Vue.js Nation tip by Sybren Willemot, a Front-end developer and meet up co-organizer: Streamline your Vue templates with a few simple techniqu...
youtu.be
Got to say, @playwright.dev is an awesome tool 👀 It works so well to test a framework-agnostic component library like Ark UI with the same test suite for all frameworks! WIP: Playwright runs webServers for the @storybook.js.org for the Vue and React components & then runs the tests
Our first meetup of BEL Vue in february only has one spot left! We are almost sold out that's an amazing start of the year! Love to hear there will be students as well! 💪 Who claims the last spot to hear a talk from @danielroe.dev and Louis Ramos? 👀 www.meetup.com/belvue-be/ev...
BEL Vue - Meetup Q1 February 2025, Tue, Feb 18, 2025, 6:00 PM | Meetup
We are kicking off 2025 with a banger meetup! Thanks to [Euricom](https://www.euri.com/) and [Appeel](https://appeel.io/) 💚 Tonight we strike down in Mechelen at [Euricom
meetup.com
I need some help 🙏 I'm currently running @playwright.dev tests. I use the `webServer` option to spin up my @vuejs.org Histoire, which loads in the stories. When using Playwright in UI mode, all tests work (I guess I wait for Histoire to be loaded). In cli mode my tests fails. Any ideas? Thanks 🙏
Hi network! Is there anyone proficient in browser memory allocation around that can help me understand some stress test Im doing to @tresjs.org I need to udnerstand if we are freeing resources correctly 🙏
The npm weekly downloads for @ark-ui/react vs @ark-ui/vue. 112450 vs 2863. Almost 3k is bad, but how can we get this up? Currently exploring to add @playwright.dev screenshots and a11y tests for the Vue components. Is there interest in code snippets of small UIs using Ark UI Vue components?
I'm really looking forward to tomorrow and the day after tomorrow. I don't know yet what I'm the most interestes into from all the talks. Because they all seem so interesting 😁 Even though I'm sadly not speaking there, you might see my face pop up 👀😂
Vue.js Nation is back January 29-30, 2025! 🚀 Join the world’s largest FREE online Vue.js conference to explore exciting updates & new features!🌍 ⭐️Learn from the @vuejs.org core team 💬Engage in live Q&A sessions 🤝Connect with 1000s of devs & more! Register now: vuejsnation.com #VueJsNation25
1/2 🎉 We are proud to announce that we have an awesome giveaway thanks to @vueschool.io! 💚 We're giving away a 1-year Vue School license (58 courses, 1100+ lessons & more!) at our next Meetup on Feb 18th! 🤩 RSVP now and don't miss out! meetup.com/belvue-be/ev...