YouTube: https://youtube.com/@josh_nussbaum
Building sveltestripe.com, airbadge.dev
Just a popover with anchor positioning.
REPL: svelte.dev/playground/6...
Just a popover with anchor positioning.
REPL: svelte.dev/playground/6...
So I built a Video LMS with SvelteKit
Built on:
- Cloudflare Streaming & CDN
- Better Auth
- Stripe Elements
- Video.js Player
- Content Collections (courses are markdown)
So I built a Video LMS with SvelteKit
Built on:
- Cloudflare Streaming & CDN
- Better Auth
- Stripe Elements
- Video.js Player
- Content Collections (courses are markdown)
Found it in the back of a closet, and it's still working :)
Code & schematics: github.com/joshnuss/acc...
Found it in the back of a closet, and it's still working :)
Code & schematics: github.com/joshnuss/acc...
All the slides (browser, terminal, and text editor) are Svelte components.
All the slides (browser, terminal, and text editor) are Svelte components.
futurism.com/artificial-i...
futurism.com/artificial-i...
youtu.be/F6glb6L7A_U
With some SvelteKit examples:
- Creating routes
- Loading a snippet when file created
- Switching between related files
youtu.be/F6glb6L7A_U
With some SvelteKit examples:
- Creating routes
- Loading a snippet when file created
- Switching between related files
youtu.be/F6glb6L7A_U
With some SvelteKit examples:
- Creating routes
- Loading a snippet when file created
- Switching between related files
youtu.be/F6glb6L7A_U
With some SvelteKit examples:
- Creating routes
- Loading a snippet when file created
- Switching between related files
Do you prefer coding videos with graphics and slides?
Or just someone typing in their editor?
Do you prefer coding videos with graphics and slides?
Or just someone typing in their editor?
builds.openbuilds.com/threads/open...
Bummer, cause it was such a cool project.
builds.openbuilds.com/threads/open...
Bummer, cause it was such a cool project.
1. Type comma+c
2. Enter New Route, ie `about/team`
3. src/about/team/+page.svelte is created
1. Type comma+c
2. Enter New Route, ie `about/team`
3. src/about/team/+page.svelte is created
Just did the math, and I've written over 600 pages since 🤯
Just did the math, and I've written over 600 pages since 🤯
When starting a project, don't spend time on stuff you already know how to do.
Focus on removing uncertainty first:
dev.to/joshnuss/usi...
When starting a project, don't spend time on stuff you already know how to do.
Focus on removing uncertainty first:
dev.to/joshnuss/usi...
- Alternate between +page.svelte, +page.ts, +page.server.ts
- Alternate between +layout.svelte, +layout.ts, +layout.server.ts
With one hot key (I use comma + period)
- Alternate between +page.svelte, +page.ts, +page.server.ts
- Alternate between +layout.svelte, +layout.ts, +layout.server.ts
With one hot key (I use comma + period)