

Timothy Cohen Talks SampleKit
Jan 20, 2025
Timothy Cohen, a bespoke application developer from NYC and the creator of SampleKit, dives into the evolution of web development tools. He discusses his shift from React to Svelte, emphasizing Svelte’s simplicity and the benefits of using educational resources. Cohen shares insights on deploying personal projects and enhances SvelteKit’s functionalities through SampleKit. He also addresses the improvements and challenges posed by Svelte 5, including new coding features and integration with AI tools. Plus, enjoy some humorous tales about navigating New York's public transport!
AI Snips
Chapters
Books
Transcript
Episode notes
Career Pivot Via CS50 And Svelte
- Timothy Cohen switched careers during the pandemic after taking CS50 and fell in love with coding.
- He then discovered Svelte via community tutorials and got contract work early with SvelteKit, which launched his new career.
DOM-Centric Development Feels Natural
- Timothy prefers working directly with the DOM because it feels more natural than React's model.
- That preference pushed him to focus on Svelte where DOM-centric development is simpler.
Preprocessors Keep Svelte Tooling Intact
- SampleKit provides Svelte preprocessors that embed Markdown, math, and code highlighting inside Svelte using HTML comments and delimiters.
- This keeps Svelte tooling (ESLint, formatting, TypeScript) working while supporting rich content inside components.