Alex
alexfriesen.net
Alex
@alexfriesen.net
Freelance software developer
Reposted by Alex
📰 The v21 version is out now. Get all the details on the latest features in one place.
👉goo.gle/angular-v21-blog

What part are you most excited to try first? 👇
November 19, 2025 at 9:21 PM
Go take the State of JavaScript 2025 survey if you have a minute! survey.devographics.com/survey/state...
State of JavaScript 2025
Take the State of JavaScript survey
survey.devographics.com
November 4, 2025 at 1:43 PM
Reposted by Alex
New @nodejs.org 24.11.0 release.
nodejs.org/en/blog/rele...

This release marks the transition of Node.js 24.x into Long Term Support (LTS). It will continue to receive updates through to the end of April 2028.
Node.js — Node.js v24.11.0 (LTS)
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
nodejs.org
October 28, 2025 at 5:57 PM
Reposted by Alex
Node.js v24.10.0 is out.

* Per-stream inspectOptions support in console
* Removal of util.getCallSite (in favour of util.getCallSites)
* Upgraded OpenSSL to 3.5.4 and npm to 11.6.1
* Various src and benchmark optimizations

https://nodejs.org/en/blog/release/v24.10.0
Node.js
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
nodejs.org
October 13, 2025 at 2:22 PM
Reposted by Alex
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...
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.com
September 23, 2025 at 12:52 PM
Reposted by Alex
Node.js v24.6.0 is out💚

Highlights:

* Use your system’s trusted certificates with NODE_USE_SYSTEM_CA=1
* crypto: ML-DSA (KeyObject/sign/verify)
* http: server.keepAliveTimeoutBuffer
* zlib: Zstd dictionary support
* fs: Utf8Stream (from SonicBoom)

Changelog: nodejs.org/en/blog/rele...
Node.js — Node.js v24.6.0 (Current)
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
nodejs.org
August 15, 2025 at 2:59 PM
Reposted by Alex
Nuxt 4.0 is here at last … and it's all about DX ✨

🗂️ app/ directory for better organisation
🔄 smarter data fetching
⚡️ a faster CLI with socket communication
🔧 improved TypeScript integration

... and a smooth upgrade experience. 💚

👉 nuxt.com/blog/v4
Announcing Nuxt 4.0 · Nuxt Blog
Nuxt 4.0 is here! A thoughtful evolution focused on developer experience, with better project organization, smarter data fetching, and improved type safety.
nuxt.com
July 15, 2025 at 10:39 PM
Reposted by Alex
⚡️ Vite 7.0 is out!

- Browser Target Changed to Baseline Widely Available
- Node 18 support dropped. Vite is now distributed as ESM only
- And feats, fixes, and cleanups, while we prepare for rolldown!
Vite 7.0 is out!
Vite 7 Release Announcement
vite.dev
June 24, 2025 at 12:10 PM
Reposted by Alex
⚡ H3 v2 beta is ready to try!

— Fully rewritten on web standards, backward-compatible, and faster than ever!

👉 Release notes: h3.dev/blog/v2-beta
June 10, 2025 at 2:27 PM
Reposted by Alex
Node.js 24 is here and it's looking good 😎🚀

Featuring updates to V8 v13.6, npm v11, improved Permission Model and more new features in the blog.

Check it out and let us know what you think: hubs.ly/Q03lfLDC0
Node.js — Node v24.0.0 (Current)
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
hubs.ly
May 6, 2025 at 3:26 PM
Reposted by Alex
Web Push is exciting. But it requires service workers and a bunch of custom code that can be different from project to project.

How about instead we standardize on using JSON & leave JavaScript out of it!

Meet Declarative Web Push. Available in iOS and iPadOS 18.4 beta.

webkit.org/blog/16535/m...
Meet Declarative Web Push
Web Push notifications are a powerful and important part of the web platform.
webkit.org
March 27, 2025 at 6:13 PM
Reposted by Alex
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!

devblogs.microsoft.com/typescript/t...
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
devblogs.microsoft.com
March 11, 2025 at 2:36 PM
Just whipped up a little something for anyone wanting to wrangle WordPress content with @nuxt.com. 🚀 Check out my Nuxt + Headless WordPress example: github.com/alexfriesen/... - might save you some headaches! #nuxt #wordpress #headless #webdev
GitHub - alexfriesen/nuxt-wp-example: Nuxt + Headless Wordpress Example
Nuxt + Headless Wordpress Example. Contribute to alexfriesen/nuxt-wp-example development by creating an account on GitHub.
github.com
March 6, 2025 at 8:07 PM
Reposted by Alex
Angular v19.2 is now available - featuring the new httpResource, streaming with rxResource, updated untagged string literal support, and more improvements 🎉

Check out the new blog post and let us know what you think 🔥

https://blog.angular.dev/angular-19-2-is-now-available-673ec70aea12
Angular 19.2 Is Now Available
And we’re back with Angular’s latest minor release, version 19.2, bringing new APIs and experimental features to empower developers on…
blog.angular.dev
March 5, 2025 at 5:30 PM
Reposted by Alex
🚀 #Angular 19.2 is here, bringing the long-awaited httpResource! 🎉

httpResource is NOT a replacement for HttpClient

It’s designed for reactive fetching (Signal-driven) and runs on top of HttpClient.

For mutations, HttpClient is your friend.

🔗 github.com/angular/angu...
Release v19.2.0 · angular/angular
19.2.0 (2025-02-26) common Commit Description introduce experimental httpResource (#59876) compiler Commit Description Add Skip Hydration diagnostic. (#59576) support untagged...
github.com
February 26, 2025 at 9:22 PM
Super fun animation 🤩
Focus By Demotion
a use case for #CSS `:hover > :not(:hover)`

nerdy.dev/hover-not-ho...
February 5, 2025 at 7:55 PM
Reposted by Alex
Big news! We’ve just launched some new accounts 🎉

Give them a follow:
🔭 @esascience.esa.int
🧑‍🚀 @esaexploration.esa.int
🚀 @esatransport.esa.int
🌍 @esaearth.esa.int
📡 @esaoperations.esa.int
⚙️ @esatechnology.esa.int
🛰️ @esaconnectivity.esa.int

Stay tuned for exciting things ahead! 💙✨
February 4, 2025 at 2:41 PM
Reposted by Alex
We just released the beta for TypeScript 5.8! This release brings support for Node.js' require(ESM), smarter/safer checks for functions using advanced types, a few great optimizations for editor scenarios, and more. Give it a try!

devblogs.microsoft.com/typescript/a...
Announcing TypeScript 5.8 Beta - TypeScript
Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s tak...
devblogs.microsoft.com
January 29, 2025 at 8:13 PM
Tailwind 4.0 is finally released 🎉
Installing with Vite - Installation
Integrate Tailwind CSS with frameworks like Laravel, SvelteKit, React Router, and SolidJS.
tailwindcss.com
January 23, 2025 at 8:57 PM
Reposted by Alex
👋
January 22, 2025 at 12:36 PM
Reposted by Alex
Vitest 3.0 is here!
Announcing Vitest 3.0
Vitest 3.0 Release Announcement
vitest.dev
January 17, 2025 at 2:07 PM
I added Passkey/webauthn to my @nuxt.com application. The great nuxt-auth-utils package from @atinux.com made it really simple 🤯
feat(auth): add webauthn auth by alexfriesen · Pull Request #43 · alexfriesen/zeity
Adding a very simple auth system based on nuxt-auth-utils and webauthn. closes: #20, #19
github.com
January 9, 2025 at 4:28 PM
Reposted by Alex
pnpm 10.0.0 is out! It isn't latest yet but it is stable.

github.com/pnpm/pnpm/re...
Release pnpm 10 · pnpm/pnpm
Major Changes Lifecycle scripts of dependencies are not executed during installation by default! This is a breaking change aimed at increasing security. In order to allow lifecycle scripts of spe...
github.com
January 7, 2025 at 4:21 PM
Keep your node version up to date!
January 6, 2025 at 10:32 PM
Nap time
December 30, 2024 at 8:59 AM