I plan on talking more about my development experiences on my blog (the ups and downs), but I wanted to start with the basics of -- the development tech stack.

I plan on talking more about my development experiences on my blog (the ups and downs), but I wanted to start with the basics of -- the development tech stack.
Senior/Principal Frontend Developer - 170k–250k USD/year - Remote Full-time
https://www.fabric-careers.com/senior-frontend-developer
Discussions: https://discu.eu/q/https://www.fabric-careers.com/senior-frontend-developer
Episode 100 of This Week in Svelte will be live next week! But before we get there, let’s catch up on @paoloricciuti ’s walkthrough in episode 99 — including writable derived state and a sneak peek at Chrome’s custom select support.
Watch here
I’m baaack!
Wondering what I’ve been up to these past couple of weeks? Subscribe to the newsletter
Ever wished for a Svelte support hotline?
Here it is: sign up for our Svelte Support Subscription
Get instant access to our #svelte experts led by @paoloricciuti: whether you need a quick gut check, a deep code review, or a hands-on pairing session, we’re here to help.
1/
Better Auth integrates amazingly simple with SvelteKit
https://www.youtube.com/watch?v=uv6FvPMfdf0
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=uv6FvPMfdf0
With the changes brought by Svelte 5, I found myself wanting to take advantage of performance improvements and harness the power of runes. But converting my stores to something 'rune-based' proved more challenging than I had hoped since so much of my codebase relied on stores.
Migrating Svelte Stores to Runes
https://www.closingtags.com/svelte-stores-to-runes
Today I added #OpenAPI documentation to #dweb for building #RESTful #p2p web apps using your favourite web framework, or no framework at all.
All I have to do now is add more APIs!
But tbh, that's easy. The hardest part is actually the documentation.
So to make it more fun I'm adding the APIs need to enhance my #Fileman #Svelte demo.
So next is image preview which means adding /dweb-0/file-get
Somebody into Svelte? What UI kit/framework do you use?
Framework7 have an issue with svetle5 so looking for alternative. Thank you
The best SvelteKit codebase I've ever seen
https://github.com/vercel/ai-chatbot-svelte
Discussions: https://discu.eu/q/https://github.com/vercel/ai-chatbot-svelte
@itamarst one of the nice things is that I was touching this just now because of a weird bug¹ with Svelte and a state management library I was using, that was only affecting integration testing but started affecting the app itself when I added a schema validation library². So I removed the state management library and now I can also get on writing those tests!
¹) I submitted a bug report like 3 weeks ago but no response so far
²) dependency hell is my least favorite part of working in js/ts. I remember this from when I was learning React
Konva.js - Declarative 2D Canvas for React, Vue, and Svelte
2ª pieza de nuestra serie sobre #algoritmos en la #administraciónPública. Y nuestro tema más surrealista en mucho tiempo:
Y, para que entiendas mejor cómo funcionaba, hemos diseñado un pequeño juego interactivo, que te reta a adivinar el criterio de veracidad/falsedad de Veripol
Example web application with Rust using Rocket and as a frontend SvelteKit. Authentication/Authorization is done via OIDC:
Why re-renders hurt performance and how you can fix them in Svelte 5
https://www.youtube.com/watch?v=bAAwVpvdy_g
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=bAAwVpvdy_g
My first #typescript steps were with #svelte. Comparing that approach to #wpf #xaml isn't fair, right, but spending time in both in a single day makes one wonder.