Hasty
Receipt Printer with JavaScript
Wes explains how he built a receipt printer with JS during Hack Week at Sentry, including connecting it, encoding printer commands, taking screenshots to print complex layouts when alerts come in from Sentry.
Hasty
Wes explains how he built a receipt printer with JS during Hack Week at Sentry, including connecting it, encoding printer commands, taking screenshots to print complex layouts when alerts come in from Sentry.
Supper Club
Daniel Thompson discusses Tauri, a framework for building small, fast and secure desktop and mobile apps using Rust and webviews instead of Electron. Key topics include improvements in version 2 like mobile support, the plugin system, and custom web views, the release cycle and future roadmap, and designing in the age of AI.
Tasty
In this potluck episode, Wes and Scott answer questions from listeners on topics like handling hybrid video/audio podcast episodes, why frameworks like Redwood JS aren't more popular, recommendations for dealing with distractions when working from home, whether CSS modules are a good idea for React, if developers still use the time tag in HTML, how to analyze bundle sizes in Webpack, getting maps to work offline, and much more.
Hasty
In this episode Scott and Wes discuss side projects - where developers get ideas, setting goals, choosing technology stacks, keeping notes, and actually finishing.
Supper Club
CJ discusses hosting the Denver TypeScript meetup, the return of meetups post-COVID, finding organizers and speakers, using Meetup.com, what makes a good meetup, his first meetup experiences, the importance of community, and tips for organizing, attending, finding and getting involved with meetups.
Tasty
Scott and Wes go through a big list of apps they use for productivity. This episode covers files, media, utilities, screenshots and more.
Hasty
Discussion on reasons why CSS code can be difficult to work with and maintain over time
Supper Club
Ryan Dahl discusses Deno 2.0 and its new NPM package support, while still keeping Deno's simplicity and standarization goals.
Tasty
Podcast episode explaining the fundamentals of HTML including the importance of semantic markup, document structure, forms, rich media elements, and more.
Hasty
Introduction to capabilities of scroll driven animations to create interactive effects based on scroll position by scrubbing existing CSS animations and keyframes over a scroll timeline instead of time.