

Potluck × CSS Variables in React × JS Notebooks × Selling a Domain
25 snips Jul 19, 2023
Wes and Scott dive into listener questions, tackling topics like using CSS variables in React and the evolving landscape of JS notebooks. They share tips for maintaining developer skills and discuss effective ways to sell a domain. Humorous anecdotes punctuate their insights, while they explore best practices for updating project dependencies. The conversation also covers managing conditional wrapper tags and the impact of algorithm recommendations on content consumption. Tune in for a mix of humor and helpful advice!
AI Snips
Chapters
Transcript
Episode notes
Road Rage Incident
- Scott Talinsky was harassed by a driver in a monster truck.
- The driver tailgated, rolled coal, and threw coins at Scott's electric car.
Electronics Episode Feedback
- The "Electronics for Beginners" episode was well-received, particularly its format.
- Listeners appreciated Scott Talinsky asking clarifying questions.
Prisma Upsert Many
- Prisma lacks an upsert many function, leading to the use of
executeRawUnsafe
. - Prioritize raw SQL for performance if comfortable with SQL and security.