

699: Potluck × TypeScript's Longevity × Canvas-Rendered Apps × Learning Rust × Executing Untrusted JS Code
Nov 29, 2023
In this engaging discussion, the hosts tackle whether TypeScript will become obsolete and weigh the benefits of canvas-rendered web apps against traditional techniques. They also share insights on securely executing untrusted JavaScript in Node.js. The conversation dives into modern DevOps practices for WordPress development, addressing continuous integration and tools like Vite. Additionally, they touch on the cultural impact of Bandcamp on independent music sales and explore innovative rendering methods and VPN solutions for secure online activities.
AI Snips
Chapters
Books
Transcript
Episode notes
TypeScript's Longevity
- Don't worry about TypeScript's longevity; all web technologies eventually fade.
- Focus on learning fundamental programming concepts that translate across languages.
Canvas-Rendered Apps
- Canvas-rendered web apps like Flutter offer potential performance benefits but present accessibility and integration challenges.
- Recreating browser functionalities outside the DOM can be complex and resource-intensive.
Ken's Canvas Trick
- Ken Wheeler once presented a React app that was secretly rendered on canvas, demonstrating unconventional approaches.
- This anecdote highlights the lengths some developers go to for performance optimization.