Saw some people sharing and found it a fun concept. Lots of the trips here are all by road transport, think of the miles!
Sam Peterson
@sam-peterson.com
Dog lover, long walker, traveler, full stack developer, continual learner, car and wood working enthusiast, and more.
TypeScript 7.0 Beta is here! Built on a new native and parallelized foundation, it's already being used on multi-million line codebases. Read up more here and try it on your projects today! devblogs.microsoft.com/typescript/a...
Announcing TypeScript 7.0 Beta - TypeScript
Today we are absolutely thrilled to announce the release of TypeScript 7.0 Beta! If you haven’t been following TypeScript 7.0’s development, this release is significant in that it is built on a comple...
devblogs.microsoft.com
Today, we launched Effect v4 beta 🚀 Rewritten runtime. Smaller bundles. Unified package system. Performance: v4 is faster and lighter than v3 across the board. Rewritten runtime: lower memory overhead, faster execution, simpler internals. Full announcement: effect.website/blog/release...
GitHub - Effect-TS/effect-smol: Core libraries and experimental work for Effect v4
Core libraries and experimental work for Effect v4 - Effect-TS/effect-smol
github.com
🆕 npx unbarrelify At last, an easy way get rid of barrel files! Rewrites consumers to import directly from source, then deletes the barrels. Safe and fully automated, read all about it at github.com/webpro/unbar...
If you haven't tried Sveltekit yet this is a good starting point with some of the new features coming soon!
Modern Svelte Kit - Complete Svelte Kit Course for Beginners youtu.be/vkXxFfGwPao
My new music video goes out on YouTube at 3pm UK time today. To every developer out there who has ever been asked to do something really, really simple that turns out to be impossible because there is Too Much Architecture in the way: this one's for you. 🤘 www.youtube.com/watch?v=p03o...
Somebody Told Me (The User Provider Should Use An Adaptor To Proxy The Query Factory Builder)
YouTube video by Dylan Beattie
youtube.com
What an awesome enhancement to @vitest.dev v4. It includes standard schema integration, but also browser mode is no longer experimental!! 😁 vitest.dev/blog/vitest-... Seriously try out browser mode!
Announcing Vitest 4.0
Vitest 4.0 Release Announcement
vitest.dev
Feel a bit nervous but excited about @effect-ts.bsky.social, this video crash course covers lots of the what's and why's. youtu.be/MyOOulMjLm8?... Thanks Jesse W, he even shares the slides 😎
Effect Crash Course
YouTube video by Jesse Warden
youtu.be
If you haven't heard you can now try out @effect-ts.bsky.social's v4 preview!! I'm no effect wizard but am excited to see what they have been baking! github.com/Effect-TS/ef...
github.com
svelte.dev/packages is now live! It's a convenient and easily discoverable place to find a sampling of high quality packages in the ecosystem. We hope it will give confidence in the Svelte ecosystem to newcomers and help them get started more easily.
Packages • Svelte
Packages for your Svelte and SvelteKit apps
svelte.dev
I love that you no longer have to do the form data dance in SvelteKit thanks to remote functions 🔥
It's that time of year, get your best typing fingers out and head over to fill out the state of JS survey! survey.devographics.com/survey/state...
State of JavaScript 2025
Take the State of JavaScript survey
survey.devographics.com
An Interactive Guide to TanStack DB | Frontend at Scale https://frontendatscale.com/blog/tanstack-db/
An Interactive Guide to TanStack DB | Frontend at Scale
Learn what TanStack DB is, how it works, and why it might change the way you build apps.
frontendatscale.com
If you haven't seen any of his content or have an interest in svelte, please go watch this updated course!
I'm excited to release the Svelte 5 course aimed at new and existing Svelte developers! 🔥 Learn how to make blazing fast web apps with Svelte and understand how it works with hands-on experience. youtu.be/B2MhkPtBWs4
It's finally out! SvelteKit users: update your Sentry SDK to 10.8.0 or later to get those nice traces. All courtesy of @ell.iott.dev and @svelte.dev. (Please let me know if I broke your app in the process)
SvelteKit observability just got 10x better, and we’re here for it
SvelteKit now supports full observability and tracing, with Sentry SDK compatibility from v10.8.0. See how to set up server-side instrumentation.
blog.sentry.io
✍️ New post on the @nuqs.47ng.com blog: Type-safety for URL state is only the tip of the iceberg. Beware of the dangers below. 🧊🚢 - URL limits - Time safety - Immutability nuqs.47ng.com/blog/beware-...
Beware The URL Type-Safety Iceberg | nuqs
Type-safe URL state is only the visible part. There are more dangers below.
nuqs.47ng.com
What a super useful feature to have built into your validation!
Extracting keys in ArkType🔑
OpenTelemetry tracing is live in SvelteKit! Huge s/o to @stracke.tech for all the help along the way. SvelteKit can now emit OTEL spans for all of its serverside constructs. It also provides an instrumentation file to easily set up trace exports. svelte.dev/blog/sveltek...
Introducing integrated observability in SvelteKit
SvelteKit apps can now emit OpenTelemetry traces and reliably set up observability instrumentation using instrumentation.server.ts
svelte.dev
I wanted to release the Svelte 5 guide later since I was thinking about interactive examples but here you go if you like reading and I would love your feedback as I work on the video. 😄 joyofcode.xyz/learn-svelte
The Complete Svelte 5 Guide
The ultimate guide for the most beloved JavaScript framework.
joyofcode.xyz
The Svelte 5 guide has everything from reactivity and how it works, when to use and avoid effects, events, bindings, components and composition, transitions and animations to using third party libraries and making external systems reactive. 🔥
pnpm v10.14 is shipped with support for runtime engine installation. Node, Deno, and Bun are supported. pnpm.io/blog/release...
Effect: the unreadable library that captured my heart By Matt Pocock @mattpocock.com youtu.be/S2GChOwivwQ?...
Effect: the unreadable library that captured my heart
YouTube video by Matt Pocock
youtu.be
Loved the RSC talk by Tanner, I've used Start and it's great. Take a small project and at least use Tanstack Router as it is so amazing having URLs as state! Thanks #reactsummit
If you have a bit of time and are interested in @effect-ts.bsky.social this is a great intro to Effect resource! Thanks so much @sandromaglione.bsky.social!! www.typeonce.dev/course/effec...
Effect: Beginners Complete Getting Started | Typeonce
Build production and type-safe Typescript apps with Effect. In this course we go from no knowledge of effect to implementing an API request with Runtime, Layer, Config, and more.
typeonce.dev
Shameless plug, I've built secco.lekoarts.de for this problem :) It copies files to node_modules or publishes to a local Verdaccio instance if necessary.
secco
Local package testing made easy. secco is a command-line tool for local development. It uses Verdaccio and direct file copying to apply your latest changes to other projects.
secco.lekoarts.de