Another rewrite of Strange Leaflet? Yes! Still with the power of Svelte but now with Phoenix on the backend.| Strange Leaflet
"Why and how I'm writing my personal blog in SvelteKit instead of a backend like Phoenix."| Strange Leaflet
If you’re using Svelte with coding assistants, you know that these assistants aren’t always aware of the latest features in Svelte 5 and SvelteKit. They’ll suggest outdated patterns, mix up the old reactive syntax with the new runes system, or simply hallucinate syntax that doesn’t exist. These problems have made LLM assistants less useful in Svelte and SvelteKit projects – so I decided to set out and build an MCP (Model Context Protocol) server that gives AI assistants direct acces...| Stanislav Khromov
Rich Harris, creator of Svelte and software engineer at Vercel, joins Ryan on the show to dive into the evolution and future of web frameworks. They discuss the birth and growth of Svelte during the rise of mobile, the challenges of building robust and efficient web applications, how companies can back more open-source community projects, and the dirty little secret about asynchronous operations and component frameworks.| Stack Overflow Blog
| Tan Li Hau's Blog
| Tan Li Hau's Blog
I am going to share an anecdote on how I implemented {#key} logic block in Svelte| Tan Li Hau's Blog
| Tan Li Hau's Blog
Svelte issue #5012 - Slot containing only {@html value} renders in wrong place on update| Tan Li Hau's Blog
I am going to tell you an anecdote on how I investigated and fixed a bug in Svelte. I documented down my train of thoughts as detailed as possible. I hope this gives anyone who is reading, a glimpse on how to work on the Svelte source code.| Tan Li Hau's Blog
| Tan Li Hau's Blog
The Svelte compilation process can be broken down into 4-steps, 1) parsing source code into AST, 2) tracking references and dependencies, 3) creating code blocks and fragments, and 4) generate code.| Tan Li Hau's Blog
| Tan Li Hau's Blog
| Tan Li Hau's Blog
Learn hardward from a software background| Tiger Oakes
How we put together a murder mystery with the Internet of Things.| tigeroakes.com
April 18, 2023 On the New Heights Podcast, Jason Kelce said "We just had our first double-digit comeback win in the 4th quarter in my entire career" to which his brother, Travis Kelce, said "Shut up that is not a real stat". This visualization analyzes all of the fourth quarter comebacks throughout both of their careers and determines if it is a real stat. Recognition: Jason Kelce said "This is well done Lindsey, and I must say, much more thorough research to reveal the actual numbers. Very n...| Lindsey Poulter
March 11, 2023 Dive into the history of the Big Five Oscar awards - Best Picture, Best Director, Best Screenplay, Best Actor, & Best Actress - and see the most frequent combinations. VIEW PROJECT| Lindsey Poulter
A mix of design style guides, map making tutorials and machine learning research| MORPHOCODE
Use Svelte 3 and the Intersection Observer API to build an Unsplash Search App. A great exercise for developing your Svelte skills.| Freshman — Articles and Tutorials on Software Development
A practical introduction to Svelte 3 by building a simple Todo list app| Freshman — Articles and Tutorials on Software Development
Svelte fully supports custom elements (e.g. ) without any custom configuration or wrapper components and has a perfect score on Custom| CSS-Tricks