Happy to say that we‘ve used @nuxt_js 3 in production with some of our clients, learned a lot and solved some of its toothing problems. We‘ve bundled all learnings and released it as a starter repo today, check it out at https://t.co/x6HhFMUVd2 and let me know what you think 🎉🛫
@jetbrains @niklas_wortmann @evanyou@vite_js@danielcroe@nuxt_js@logaretm@tresjs_dev@alvarosabu@Zelig880 An inspiring and mind-opening talk by @zoey_kaiser 🤯
In "Code with conscience" she teaches us the framework she was taught in her sociology studies on tech products, so that we can be more aware of how our projects can be impacting society 🔥
@johnsoncodehk Sounds cool, thanks for detailing this & superb job on being able to prioritize internal imprivements! So important work and often time not appreaciated enough 🙏
@sorenbs@samwillis@ElectricSQL@DrizzleORM@prisma Less important/not important, as long as it’s all within the same ~range of current majors. Having postgres on both envs be a significant improvement over the sqlite <> psql divide.
Stated differently: Any psql version divide will be smaller than any psql sqlite divide.
@samwillis@sorenbs@ElectricSQL@DrizzleORM@prisma Yes, strongly agree! Could spin up and seed a fresh db per test / suite / … Superb as there is it is in memory, so no problems with setting up docker, creating and overwriting sqlite files, …
cc @prisma for the unit test use case (:
@sorenbs@ElectricSQL@DrizzleORM@prisma Would be super useful to use for the local dev environment. Right now we use sqlite locally for DX and Postgres on prod. This is productive but has problems such as not being able to use all postgres features (eg json), lacking generation of migrations, behavioral differences, …
We just released version 0.7.0 of NuxtAuth 🎉
Our plans for NuxtAuth are very exciting this year and this is only the start! Stay tuned for more very soon🤫
https://t.co/D2obPmykNB
We have just released Vue Language Tools 2.0 and MDX Analyzer 1.8 integrating Hybrid Mode. 🎉🎉🎉 This is a long story and we will share it with you soon.
Big thanks to @stackblitz for the long-term support to make this happen 🙌 (it’s been a year!)
https://t.co/3rio6faCrr
Love being at @vuejsamsterdam and meeting all these lovely people (:
Discussions with @jpschroeder on how @tailwindcss pushes web things like a11n into the wrong direction are just so nice to have 🌶️
We just released Volar.js 2.1 and Volar Sevices 0.0.31, which focuses heavily on correctness.
When I'm not so busy (at least after Vue Language Tools 2.0 is released), I will compile a blog to introduce you to the improvements after 2.0.
https://t.co/ylzw1qrd8w
@samwillis@ElectricSQL@jarredsumner@nikitabase Superb! Our company uses prisma & sqlite for local dev and prosma & postgres for production. It’s nice not having to spinup postgres locally, but problematic as features and behavior are different.
With an in memory postgres all of these problems would go away - amazing!