Joined January 2022
1,027 Photos and videos
Pinned Tweet
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
19
64
384
27,942
Trying Coolify on Hetzner and loving it β€” learned a lot about securing a VPS and self-hosting Nixpacks sucks though and fails on SvelteKit so I used a Dockerfile and I might offload builds to GitHub to prevent CPU spikes Excited about v5 since it's using Svelte for the frontend
6
3
49
1,612
Learn how to build real Svelte apps using agentic coding in this series from @PaoloRicciuti and subscribe for updates πŸ”₯ youtu.be/XEeCqy7QebM
13
70
2,167
New video explaining SvelteKit remote functions and working with real-time data using live queries πŸ”₯ youtu.be/j9fh4WC0zHo
2
11
104
1,732
Heading into the million dollar studio to record a Svelte video
1
1
43
1,287
Svelte added a new feature so you're able to define variables anywhere in a Svelte component πŸ”₯
5
17
163
5,525
Working on the next video about real-time data in SvelteKit using the new live query remote function πŸ˜„
4
4
97
1,790
I poked around SvelteKit to learn how live queries work and found it uses a raw stream that sends NDJSON using devalue for serialization β€” I used a server endpoint and fetch on the client to demonstrate how it works πŸ˜„
1
2
39
3,291
Added a timeline and rendering options
Another experiment in making videos with code stealing the Motion Canvas API with Svelte templating and reactivity πŸ˜„ I prefer this over the Remotion approach I tried where you have to define the frames πŸ€”
1
1
20
1,021
Another experiment in making videos with code stealing the Motion Canvas API with Svelte templating and reactivity πŸ˜„ I prefer this over the Remotion approach I tried where you have to define the frames πŸ€”
1
21
2,193
I open sourced the Svelte sandbox if you want to use it on your site β€’ Includes Web (HTML/CSS/JS) and Svelte sandbox components β€’ Preview-only mode β€’ Handles NPM imports β€’ Customizable β€’ Responsive github.com/matiadev/svelte-s…
I'm pleased with how the Svelte sandbox for interactive examples in my posts turned out πŸ˜„
1
6
70
5,290
Added global mode to the p5.js Svelte wrapper so you can try examples without needing a prefix πŸ˜„ npm i @​sveltecraft/p5-svelte
18
795
I turned the video into a post with interactive examples you can try yourself πŸ˜„ joyofcode.xyz/entry-and-exit…
Modern CSS has made entry and exit animations a lot easier so I made a video on how to use @​starting-style to do that including animating discrete properties like display and using the View Transition API for layout changes
4
33
2,208
I'm pleased with how the Svelte sandbox for interactive examples in my posts turned out πŸ˜„
21
5,898
Vercel randomly broke my SvelteKit deployment that worked fine before and wasted hours of my time 😀 If you encounter random problems with your deployment update the build command
2
21
1,501
In this video I explore how the HTML-in-Canvas proposal unlocks new possibilities and lets you render HTML elements inside a <canvas> while preserving native layout, styling, and accessibility πŸ‘‡
1
2
26
1,136
Here's a powerful animation system that works with your favorite JavaScript animation library in Svelte πŸ§™ Instead of messy element bindings use an attachment to register and animate actors from a scene like this GSAP example 🎭
2
47
5,076
Using a Cartesian coordinate system for SVG makes working with them a lot nicer
1
1
23
1,079
I wanted a simple way to sandbox examples in the Animotion docs so I ended up creating a SvelteKit route to dynamically load components and pop the prerendered route inside an <iframe>
1
1
31
2,100