Advertisement · 728 × 90

Posts by Sam Peterson

Preview
The missing guide to understanding adapter-static in SvelteKit - Stanislav Khromov In this guide we will go through the characteristics and quirks of adapter-static, which is unique amongst all SvelteKit adapters because it compiles down to a folder of HTML, CSS and JavaScript instead of a serverless function or Node.js server. Many wonder how this can work with the server side-oriented nature of SvelteKit – let’s dive into it with practical examples. You can find the companion repo here (in deployed form here) if you want to see the whole project. This article is divided into multiple topics, feel free to check out the table of contents for things that you […]

Maybe this post can help. It is very likely you can still keep what you have just tweak some settings.
khromov.se/the-missing-...

2 hours ago 2 0 0 0
Preview
The Fearless Flyers - The Fearless Flyers V Listen to The Fearless Flyers V on TIDAL

Fearless Flyers V tidal.com/album/430069...

1 month ago 0 0 0 0
Preview
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

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...

1 month ago 29 4 2 0

🆕 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...

2 months ago 109 21 3 3

Link results in a 404

2 months ago 1 0 1 0

Thanks so much! Excited for a new wallpaper 😎

3 months ago 2 0 0 0

Love the thumbnail image for the video, any chance you have a copy of that to share?

3 months ago 2 0 1 0

If you haven't tried Sveltekit yet this is a good starting point with some of the new features coming soon!

3 months ago 1 0 0 0

Can't wait!

3 months ago 3 0 0 0
Maybe I Was Wrong About Effect... (is it really worth it?)
Maybe I Was Wrong About Effect... (is it really worth it?) YouTube video by Ben Davis

Ben Davis did a video talking about setting up an llm to parse the docs locally with great success. Works for all sorts of tooling or frameworks!
youtu.be/MHpf_XMz_aM?...

4 months ago 2 0 0 0
Advertisement
Somebody Told Me (The User Provider Should Use An Adaptor To Proxy The Query Factory Builder)
Somebody Told Me (The User Provider Should Use An Adaptor To Proxy The Query Factory Builder) YouTube video by Dylan Beattie

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...

4 months ago 20 3 0 1

I've been using coolify for a while and really like it. Multiple (sveltekit and other) web apps but haven't had it manage the DB yet.

4 months ago 1 0 1 0
Preview
Use SvelteKit with SST | SST v2 Create and deploy a SvelteKit app to AWS with SST.

Have you thought of using SST for this wiring with AWS?
v2.sst.dev/start/svelte

4 months ago 0 0 1 0
Preview
Effect - YouTube

Also can highly recommend Lucas, youtube.com/playlist?lis...

I've also been playing with it on the async and remote functions beta and been liking it!

5 months ago 2 0 0 0
Preview
Announcing Vitest 4.0 Vitest 4.0 Release Announcement

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!

5 months ago 1 1 0 0
Effect Crash Course
Effect Crash Course YouTube video by Jesse Warden

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 😎

5 months ago 1 0 0 0

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...

6 months ago 3 1 0 0
Post image

SvelteKit's remote functions now handle FormData out of the box!
github.com/sveltejs/kit...

6 months ago 50 7 2 3
Advertisement
Preview
Packages • Svelte Packages for your Svelte and SvelteKit apps

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.

6 months ago 133 34 7 6
Post image

I love that you no longer have to do the form data dance in SvelteKit thanks to remote functions 🔥

6 months ago 201 10 9 1
Preview
State of JavaScript 2025 Take the State of JavaScript survey

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...

6 months ago 0 0 0 0

Effect, I'm still learning it and waiting for the v4 to be amazing 😍 For the apps I'm building I don't need it any faster but graphs make me feel inadequate 😅

6 months ago 1 0 0 0
Preview
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.

An Interactive Guide to TanStack DB | Frontend at Scale https://frontendatscale.com/blog/tanstack-db/

6 months ago 6 4 0 0

They may still have server side issues refreshing tokens with the built in server functions, you may manually need to update the session / cookies. Not specific to svelte. There are a few GitHub issues open for this.

7 months ago 1 0 0 0

If you haven't seen any of his content or have an interest in svelte, please go watch this updated course!

7 months ago 3 0 0 0
Preview
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.

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)

7 months ago 35 8 0 0
Preview
Beware The URL Type-Safety Iceberg | nuqs Type-safe URL state is only the visible part. There are more dangers below.

✍️ 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-...

9 months ago 28 4 5 2
Advertisement
Preview
Bits UI Headless components for Svelte - flexible, unstyled, and accessible primitives that provide the foundation for building your own high-quality component library.

Looks like this has been deprecated in favor of bits ui's implementation
bits-ui.com/docs/compone...

7 months ago 0 0 0 0

What a super useful feature to have built into your validation!

7 months ago 1 0 0 0
Preview
Introducing integrated observability in SvelteKit SvelteKit apps can now emit OpenTelemetry traces and reliably set up observability instrumentation using instrumentation.server.ts

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...

7 months ago 66 15 1 4