In this talk I tell the story of how we inspired young girls for tech @woom. Using SveltKit, MIT appinventor and AI as tools we showed them how we work in tech.
Mike Rourke introduces FreeFlyer, a flight dynamics software for satellite mission design, analysis, and operations, used in notable space missions like the Magnetospheric Multiscale Mission (MMS).
He covers orbital mechanics, including Kepler's laws and Keplerian orbits, and demonstrates an orbit visualizer app built with Svelte, WebGPU, and WebAssembly.
Ashley Furniture's website migration to SvelteKit was a massive undertaking, involving a transition from a problematic framework called Salesforce Psych Genesis to SvelteKit.
In this episode we sit down with Julian Burgess to talk about what he does at Bloomberg, how he uses Svelte and some thoughts about Svelte 5 and other exciting tech.
An exploration of client and server rendering strategies in web development, covering historical paradigms like MPA and SSG and modern approaches such as SSR and CSR.
A detailed look at SvelteKit's hybrid rendering capabilities, including server-side rendering, client-side rendering, and prerendering, with guidance for applying each approach to different parts of a project.
SvelteKit-based slideshow creation tool with animated backdrops and Svelte transitions.
Real-time synchronization and remote-control features powered by PartyKit.
Adventures in adapting to evolving project needs at The Australian National University—a developer-designer's tale of ditching React for Svelte and shenanigans with GSAP, Leaflet, and ScrollTrigger.
At Impierce Technologies, we are developing UniMe, a digital identity wallet that gives individuals full control over their data. To successfully build a cross-platform mobile app with a small team, we chose Tauri and SvelteKit as our stack. Leveraging our expertise in Rust and Svelte enabled us to deliver a secure and polished mobile app.In this talk, we will share our insights on using SvelteKit as the UI framework in a Tauri mobile app.
Gaetan Boisson, a librarian at the National University of Singapore, presents a project showcasing the university's map collection through a digital platform.
In this episode of Svelte Radio we sit down with Wout De Puysseleir to talk about his project LiveSvelte. A way to easily use Svelte when building applications using the Elixir framework Phoenix. A match made in heaven!
Do you find Svelte's a11y warnings get in your way? They're actually part of a greater mission shared by nations around the world to make the digital web universally accessible. In this talk, I will break down some of Svelte's a11y warnings, the user experiences they impact, and how to solve them.
When people hear metaframework, the first thing they think of is usually SSR. However, SvelteKit also supports other rendering strategies like CSR and prerender. As the recommended way to build any Svelte app, is it going to offer the best DX for all its use cases? In this talk I'll share my experience and tell you what's good, what's bad, and what's awesome about building SPAs with Sveltekit.