Home New Trending Search
About Privacy Terms
Posts
Florian van der Galiën's posts

Watched your talk online. Thanks for the heads-up! It motivated me to upgrade an Astro 5 project to Astro 6 — it was a breeze 🤩 🙏 Just took me 3 minutes 😎 Btw: Where to get this Vue/Astro sticker outside of Vue.js Amsterdam!? 😍 Having a kidney to spare ;)

3 days ago 2 0 1 0
Preview
Vite 8.0 is out! Vite 8 Release Announcement

⚡️ Vite 8.0 is here!
The most significant architectural change since Vite 2.

⏬ Powered by @rolldown.rs bringing faster production builds and more consistency
🛤️ New features such as tsconfig paths and emitDecoratorMetadata support

vite.dev/blog/announc...

4 days ago 389 92 7 12
Code example showing the usage of Temporal.ZoneddateTime

```js
// London DST starts: 2026-03-29 01:00 -> 02:00
const zdt = Temporal.ZonedDateTime.from(
  "2026-03-29T00:30:00+00:00[Europe/London]",
);

console.log(zdt.toString());
// → "2026-03-29T00:30:00+00:00[Europe/London]"

const plus1h = zdt.add({ hours: 1 });

console.log(plus1h.toString());
// "2026-03-29T02:30:00+01:00[Europe/London]" (01:30 doesn't exist)
```

Code example showing the usage of Temporal.ZoneddateTime ```js // London DST starts: 2026-03-29 01:00 -> 02:00 const zdt = Temporal.ZonedDateTime.from( "2026-03-29T00:30:00+00:00[Europe/London]", ); console.log(zdt.toString()); // → "2026-03-29T00:30:00+00:00[Europe/London]" const plus1h = zdt.add({ hours: 1 }); console.log(plus1h.toString()); // "2026-03-29T02:30:00+01:00[Europe/London]" (01:30 doesn't exist) ```

Temporal is now Stage 4 at TC39 🎂🎂🎂

Thanks to all the other champions of JavaScript's new date-time API. It has been a wild ride over many years!

I wrote a blog post explaining how we got here 📜

bloomberg.github.io/js-blog/post...

5 days ago 343 83 20 16
Preview
Astro 6.0 | Astro Astro 6 is here with a refactored dev server, an experimental Rust compiler, live content collections, CSP, and more.

Astro 6 is here! We completely rebuilt the Astro dev server and build pipeline onto a new, more powerful runtime-agnostic architecture.

Plus: New Fonts API, CSP support, an experimental new Rust compiler, and more...

astro.build/blog/astro-6...

6 days ago 243 52 6 22

Regretting more and more that I can‘t make it this year to Amsterdam! Vue and Astro - both my favorite technologies 😱

1 week ago 1 0 0 0
Video thumbnail

We now run evals to help you know what AI models perform best to write Nuxt code.

nuxt.com/evals

2 weeks ago 70 9 8 1

What a brilliant idea! 🤩

2 weeks ago 1 0 0 0
Preview
Five players, one future: How we're building Video.js v10 | Mux Video.js v10 brings together the engineers behind Media Chrome, Plyr, Vidstack, and Mux Player to rebuild the web's most-used video player from scratch. Fifteen years of production insights from the w...

Five player projects, one team: Video.js, Media Chrome, Plyr, Vidstack, and Mux Player are joining forces to build Video.js v10.

Here's how it came together:
www.mux.com/blog/five-pl...

1 month ago 2 1 0 0
Post image

Rolldown 1.0 RC is here 🎉

🔒 Stable API: No breaking changes planned before 1.0
⚡ 10-30x faster than Rollup while staying compatible
🧩 Multiple chunking algorithm improvements
📦 3,400+ commits since beta: 749 features, 682 fixes, 109 perf optimizations

1 month ago 209 40 4 5
Preview
Minimal Fullstack Setup with Vite and Nitro How I wired up Nitro 3 as a Vite plugin with Better Auth and Drizzle ORM to build a full‑stack Vue 3 app running on Bun, without giving up the simplicity of a classic Vite SPA.

Last week I built a minimal full‑stack app on @vite.dev + @nitro.build 3 with @vuejs.org 3, Better Auth (passkeys), and @drizzle.team on SQLite—all running on @bun.sh. One dev server, typed APIs, auth middleware, and a single .sqlite file. Feels like “just a Vite app”!

flori.dev/reads/vite-n...

3 months ago 2 0 0 0
Preview
Generating CHANGELOG.md from Conventional Commits Learn how to automate changelog generation from Conventional Commits using unjs/changelogen and your AI coding agent of choice to create clean and structured release documentation.

Just published a guide on using changelogen + a custom AI slash command to auto-generate and clean up your ‎`CHANGELOG.md` from Conventional Commits. Duplicate issues gone, contributor names fixed, semantic bumps handled.

flori.dev/reads/change...

#DevTools #ConventionalCommits #changelog

3 months ago 2 0 0 0
Post image

Nuxt UI v4.2.0 is out! 🎉

📅 New InputDate & InputTime components
🎨 Tailwind CSS prefix support
✨ data-slot attributes & extended HTML attributes

…and tons more, check it out: github.com/nuxt/ui/rele...

3 months ago 18 3 0 0
Preview
Python Foundation rejects $1.5M grant with no-DEI strings : Foundation says it won't compromise policy of inclusivity even if that cash would've really helped

Really positive sign that open source projects are standing up to do the right thing. Kudos to the Python folks: www.theregister.com/2025/10/27/p...

4 months ago 362 79 6 6

Biome v2.3 is out!

👨‍👨‍👦‍👦 Full support for @vuejs.org, @svelte.dev and @astro.build
‼️ New ignore syntax
🌬️ Tailwind v4 support
⌨️ New CLI flags and reporters

biomejs.dev/blog/biome-v...

4 months ago 126 19 5 10
Video thumbnail

Happy "View Transitions Level 1 support in all major browsers" Day! 🎉

With Firefox 144 now stable, everyone gets beautiful transitions with Astro ClientRouter

Learn how: docs.astro.build/en/guides/vi...

5 months ago 112 11 1 4
Video thumbnail

Dr. Jane Goodall filmed an interview with Netflix in March 2025 that she understood would only be released after her death.

5 months ago 38,293 17,033 829 2,404
Preview
Hello, I am Flori ✌️ Personal website of Florian van der Galiën.

Just moved by website flori.dev to @netlify.com 🎉 How easy was that?

#boycottvercel

5 months ago 1 0 0 0
Preview
Nuxt UI v4 · Nuxt Blog Nuxt UI v4 unifies Nuxt UI and Nuxt UI Pro into one powerful, completely free library. With over 110 components, 12 templates, and a comprehensive Figma kit, all of this is available for free.

Nuxt UI v4 it out ✨

It unifies Nuxt UI and Nuxt UI Pro into a fully open-source library with:
- 100+ components
- 10+ free templates
- Figma Kit for everyone

nuxt.com/blog/nuxt-u...

5 months ago 119 23 3 4
Video thumbnail

Announcing TresJS v5.0 🎉

Our proudest release so far. Declarative
@threejs.org for @vuejs.org gets a major upgrade:

✨ WebGPU experimental support
🛠️ New create-tres CLI tool
⚡ Re-imagined context
🔧 Refactored composables

Ready to build the future of 3D on the web?

5 months ago 64 11 3 1

❌ mobile first
✅ container first

5 months ago 186 21 9 1
Preview
Announcing Oxlint Type-Aware Linting Oxlint with type-aware linting is now available and supports 40 long-awaited rules including no-floating-promises. Oxlint uses tsgolint, which @auvred initially prototyped as typescript-eslint/tsgolin...

⚓️Oxlint with type-aware linting is here ⚓️

◆ 40 type-aware rules supported, including the famous `no-floating-promises` rule
◆ Built on top of `tsgolint` and `ts-go`
◆ Brings speed improvement & correctness

Read more in the latest announcement
voidzero.dev/posts/announ...

6 months ago 90 14 0 0
From zero to RAG engineer: 1200 hours of lessons so you don't repeat my mistakes | Hacker News

Hey fam 👋

In a new blog post, I wrote about my journey from zero to RAG engineer after 1200 hours building enterprise AI.
What actually works vs. what's just hype. Hard-learned lessons so you don't repeat my mistakes 👇
news.ycombinator.com/item?id=4474...

#TechBlog #BuildInPublic #RAG #AI #LLM

7 months ago 59 9 3 3

This is so hilarious 😂😅

7 months ago 1 0 0 0
Astro logo and MCP logo talking to each other

Astro logo and MCP logo talking to each other

Does your LLM forget to RTFM?

Give it some TLC with our new MCP

docs.astro.build/en/guides/bu...

8 months ago 28 5 0 1
MCP Explained | What, Why and How
MCP Explained | What, Why and How YouTube video by Syntax

In my latest video over on @syntax.fm I explain what MCP is, why it's needed and show how to build and debug your own MCP server.

Watch 🍿: www.youtube.com/watch?v=1Fqi...

8 months ago 32 3 0 0
Astro Solstice Festival poster

Mon 23: Astro Mart
Tue 24 • 2:30pm ET: Learning Astro
ft. Chris Pennington & James Q. Quick
Wed 25 • 11:00am ET: Perfect Images 
ft. Coding in Public
Thu 26 • 10:30am ET Live Content Live
 with Nick Taylor
Fri 27 • 9am ET: Content security Policy
Plus Guest artists

Astro Solstice Festival poster Mon 23: Astro Mart Tue 24 • 2:30pm ET: Learning Astro
ft. Chris Pennington & James Q. Quick Wed 25 • 11:00am ET: Perfect Images 
ft. Coding in Public Thu 26 • 10:30am ET Live Content Live
 with Nick Taylor Fri 27 • 9am ET: Content security Policy Plus Guest artists

🌍 The planets have aligned.

Grab your sunnies and join us for a week of live events. Just remember to stay (partially) hydrated!

🌞 astro.build/solstice

8 months ago 37 8 0 1
Preview
Astro 5.10 | Astro Astro 5.10 brings responsive images for everyone, plus experimental live content collections, CSP improvements, and more!

This time we’re doing it live – Astro 5.10 is here!

📷 Responsive images are now stable – so squishy!
🎥 Experimental live content collections – so fresh!
🛡️ Big improvements to experimental Content Security Policy support – so solid!
☁️ Custom Cloudflare Workers entrypoints – so...cloudy?

8 months ago 103 13 2 0
Preview
How I Use Claude Code One month ago, I subscribed to Claude Max. I've been using AI agents including Claude Code for some time prior, but with the flat pricing, my…

This post is a MUST READ if you use Claude Code. spiess.dev/blog/how-i-u...

9 months ago 35 9 0 1

Here's how it works: bsky.app/profile/flor...

9 months ago 0 0 0 0
Preview
Integrating the UnJS ipx Image Proxy as an Astro Middleware Learn how to integrate the UnJS ipx image proxy as Astro middleware for dynamic image processing in SSR contexts.

Wrote a new blog post: Integrating the @unjs.io ipx image proxy as an @astro.build middleware.

Learn how to add dynamic image processing to your Astro SSR apps using ipx as a middleware combined with Astro's Image Service API. 🤯

flori.dev/reads/astro-...

#Astro #UnJS #WebDev #SSR #ipx

9 months ago 4 0 0 1
Florian van der Galiën
Florian van der Galiën
@flori.dev
32 Followers 137 Following 33 Posts
Posts Following