Josh Nussbaum
@joshnuss.com
Software developer by day, hardware nerd on nights and weekends. YouTube: https://youtube.com/@josh_nussbaum Building sveltestripe.com, github.com/joshnuss. "Just a straight shooter with upper management written all over him"
Really cool: A 3D printable vacuum forming machine makerworld.com/en/models/27... Made by makerworld.com/en/@CE_YT
3D Printable Vacuum Former (100x100mm) +STEP files - Free 3D Print Model - MakerWorld
Download this free 3D print file designed by Creative Electronics. This compact vacuum former is designed to be fully 3D printable and easy to assemble. It works with a standard household vacuum clean...
makerworld.com
Started a math blog (twopi.dev). The first post is about π. Do give it a read. twopi.dev/2026/what-is...
What is π, really? — TwoPi
π is not just a circle constant. It appears in infinite sums, bell curves, and counting problems that have nothing to do with circles.
twopi.dev
Does any company want to sponsor the work to upgrade svelte-persisted-store to Svelte 5? It gets ~350K downloads per month npmx.dev/package/svel...
Rough idea I've been kicking around: An open source planter 🌱🪴 - Mostly 3D printed (except LED strip, earth, seeds, wicks) - Number of plants is parametric, just print the dimensions you need - Compatible with "Click & Grow" cups
Open sourced a parametric planter: www.printables.com/model/169959... Diameter & Height are adjustable via FreeCAD
Parametric Planter by Joshua Nussbaum | Download free STL model | Printables.com
printables.com
In the late 90s, a couple devs and a marketing person left Microsoft and started a gaming company. Today that company has 331 employees and has revenue of ~$50M per employee, higher than Microsoft, Google and Apple. medium.com/@monicah428/...
The Early Days of Valve from a Woman Inside
The Untold Story Behind a Meteoric Rise
medium.com
Things creators hear all the time: - It already exists - It will never work - It's outside your expertise Just ignore it.
Experiment: A web app that dynamically generates STL files based on a parametric CAD model. Suitable for data binding with Three.js and 3D printing github.com/joshnuss/stl...
"Shape Up" system for building is great basecamp.com/shapeup TLDR: - 6 week cycles - Week 1: Experiments - Week 2-6: Build high quality/maintainable versions of experiments - Rinse and repeat
Shape Up: Stop Running in Circles and Ship Work that Matters
Shape Up will help you break free of “best practices” that aren’t really working, think deeper about the right problems, and start shipping meaningful projects your team can celebrate.
basecamp.com
Making a dynamic shape mask with SVG data URIs. Inspired by fumadocs REPL: svelte.dev/playground/e...
Today's 3D printing adventure: Can I 3D print a pen? Turns out, yes
From my new course "Building a SaaS with Svelte 5": Here's a preview of one of the lessons: "Adding a pricing page" joshuanussbaum.podia.com/build-a-saas...
"Math Mind" is a really good book www.goodreads.com/book/show/20... To summarize: The way you were taught math in school was probably wrong.
Math Mind: The Simple Path to Loving Math
Bust the math myths that are holding you and your kids …
goodreads.com
My hobby recently has been 3D modeling and printing. Today I watched a documentary about airplane construction, so I designed this rib/spar wing portion in FreeCAD:
BetterAuth plugins are quite neat. They can be used to extend BetterAuth with new authentication methods or to intercept and change how other plugins behave. You can create bothserver-side plugins and client-side plugins. 1/5
📣 Releasing a BETA version of my new course: "Build a SaaS with Svelte 5" ✨ joshuanussbaum.podia.com/build-a-saas... The beta version is 50% off $̶9̶9̶ $49 ✅ SvelteKit & Svelte 5 ✅ BetterAuth ✅ Stripe ✅ TypeScript ✅ 3x Bonus sections (coming soon!)
Build a SaaS with Svelte 5 (beta)
joshuanussbaum.podia.com
TIL: better-fetch is a typed fetching library Fully typed input, output and query params based on path better-fetch.vercel.app
📣 Releasing a BETA version of my new course: "Build a SaaS with Svelte 5" ✨ joshuanussbaum.podia.com/build-a-saas... The beta version is 50% off $̶9̶9̶ $49 ✅ SvelteKit & Svelte 5 ✅ BetterAuth ✅ Stripe ✅ TypeScript ✅ 3x Bonus sections (coming soon!)
Build a SaaS with Svelte 5 (beta)
joshuanussbaum.podia.com
Animotion is such a great library for presentations. Thank you @joyofcode.xyz 🙏 animotion.pages.dev ✅ Re-usable Svelte components ✅ Design using CSS ✅ Animate via CSS, Svelte, or Animate.js I'm using it for a new set of videos
better-auth makes building a SaaS type app so much easier. It's basically this config, with a few more options and some HTML/CSS.
better-auth's Stripe plugin makes it easy to send lifecycle emails about the subscription:
If you have payment integration in your project, It's nice to adjust `pnpm dev` to start both the dev server and Stripe tunneling
New version of Stripe+SvelteKit course coming soon: - Migrated to TypeScript & Svelte 5 - Switched to better-auth - Integrated Resend for sending e-mails - More guidance on setting up Trials & Free plans - Bonus sections on Usage based billing, Organizations/Teams and per-seat pricing
svelte-french-toast is pretty nice, and easy to adjust style and placement REPL: svelte.dev/playground/c... Docs: svelte-french-toast.com
I'm, working on an update to my SvelteKit SaaS course from 2023. Starting building a new starter template.. Yesterday, I finished the login/signup pages (user bettter-auth)