
485 個單集

JavaScript Jabber DevChat.tv
-
- 教學
-
-
4.0 • 2 則評分
-
Weekly podcast discussion about Javascript on the front and back ends. Also discuss programming practices, coding environments, and the communities related to the technology.
-
JSJ 472: RedwoodJS Brings Full-Stack to the JAMstack with Anthony Campolo
Anthony Campolo joins the conversation to lead the discussion of RedwoodJS. RedwoodJS is a full-stack framework that provides a way of building a fast and secure front-end that JAMstack gives you with the power and flexibility of a backend.
It doesn't have an official ORM, instead it uses GraphQL through Prisma. This discussion goes deep into the history and implementation of RedwoodJS.
Panel
Aimee Knight
AJ O'Neal
Dan Shappir
Steve Edwards
Guest
Anthony Campolo
Sponsors
Dev Heroes Accelerator
Links
FSJam Podcast
A First Look at RedwoodJS - Complete Series
Picks
Aimee- GCP Outpaces Azure, AWS in the 2021 Cloud Report
AJ- xkcd: File Transfer
Anthony- RedwoodJS Community
Anthony- RedwoodJS - Bringing full-stack to the Jamstack
Dan- State of JS 2020
Steve- The Man Who Knew Too Much (1956) -
JSJ 471: Things Every JavaScript Developer Must Know - Part 3
In this episode, the panel discusses the final list of things that developers need to know and how and when they're important. These topics include:
Duck typing
TypeScript
Various programming terms and concepts: recursion, garbage collection, MVC, etc.
JS number and Math system (NaN, precision, BigInt, …)
At least one framework
At least one testing framework
A bundler (WebPack or Rollup or Parcel etc)
Panel
Aimee Knight
AJ O'Neal
Dan Shappir
Steve Edwards
Sponsors
Dexecure
Raygun | Click here to get started on your free 14-day trial
Dev Heroes Accelerator
Picks
Aimee- 10 Powerful Life Skills for the New Decade
AJ- Epic React by Kent C. Dodds $300 React | Kent C Dodds
AJ- Udemy $10 React | Stephen Grinder
AJ- Zoom H1n ( Amazon )
AJ- Zoom H1n ( Ebay )
AJ- Apple M1 (MacBook) Air
Dan- Youtube | Chromium University
Steve- Greater (2016) -
JSJ 470: Fine Tuning Your Psychological Stack, or DevOps For Your Brain
You're working on planning and executing your professional and technical journeys, but what about your psychological journey? The reality is that without taking better care of yourself, you are potentially setting yourself up for failure, and potentially also putting your health and wellbeing at risk. We are joined by Wei-Ming Lam, a coach and Yoga Instructor who provides practical advice for constructing and tuning your psychological stack.
Panel
AJ O'Neal
Dan Shappir
Steve Edwards
Guest
Wei-Ming Lam
Sponsors
Dexecure
Dev Heroes Accelerator
Links
The Middle Wei
Youtube | The Middle Wei
Picks
AJ- As a Man Thinketh by James Allen
AJ- Deep Work: Rules for Focused Success in a Distracted World by Cal Newport
AJ- The Mind and the Brain: Neuroplasticity and the Power of Mental Force by Jeffrey M. Schwartz MD
AJ- The War of Art by Steven Pressfield
AJ- M1 Macbook Air
AJ- PLEX
AJ- Emby
AJ- webinstall.dev/syncthing
Dan- Covid-19 Vaccine
Dan- Should The Web Expose Hardware Capabilities? by Noam Rosenthal
Steve- Tenet (2020)
Steve- The Essential Compendium of Dad Jokes by Thomas Nowak
Steve- Psychiatrist: Americans Are Suffering From ‘Mass Delusional Psychosis’ Because Of Covid-19
Wei- Ming- Grit: The Power of Passion and Perseverance by Angela Duckworth
Wei-Ming- Whetstone Knife Sharpener
Wei-Ming- Blade Sharpening Fundamentals
Wei-Ming- Get a houseplant
-
BONUS: Measuring Apps and Entrepreneurship with John-Daniel Trask
John-Daniel Trask, founder and CEO of Raygun, talks about his experience building a monitoring company and about how to measure the speed and quality of your code.
-
BONUS: Measuring Apps and Entrepreneurship with John-Daniel Trask
John-Daniel Trask, founder and CEO of Raygun, talks about his experience building a monitoring company and about how to measure the speed and quality of your code.
-
JSJ 469: The Case for JavaScript Iterators and Generators, part 2
This is the follow on to the episode first recorded regarding JavaScripts iterators and generators. Dan takes the lead and picks up from last time. The panel discusses how JavaScript uses and implements iterators and where people are likely to see them. Then they dive into generators and briefly discuss the concept and their uses.
CODE:
x = {[Symbol.iterator]() {let i = 0;return {next: () => ({done: i >= 10,value: i++})};}};
for (const v of x) console.log(v);
console.log([…x]);
console.log(…x);
function* g() {for (let i = 0; i 10; ++i) yield i;}
Panel
AJ O'Neal
Charles Wood
Dan Shappir
Sponsors
Dexecure
Raygun | Click here to get started on your free 14-day trial
Next Level Mastermind
Links
A Promise of a Bright Future With Async Iterators, Generators, and Pipes, Part 1
Devchat.tv | JSJ 437: Inside the Brave Browser with Jonathan Sampson
Flint 4k
Picks
AJ- Charles Wood
AJ- 12 Rules for Life Poster
AJ- Brave Browser
AJ- Need for Speed Hot Pursuit (Remastered)
Charles- Devchat.tv | The Dev Rev
Charles- Most Valuable Developer
Charles- Elgato Cam Link 4K
Charles- Podcast Playbook
Charles- The Hero with a Thousand Faces by Joseph Campbell
Dan- Netflix Series: The Queen's Gambit
Dan- Automating audits with AutoWebPerf
客戶評論
Thank you for the great work!
I am a junior developer and I find this podcast really insightful, helpful, also entertaining! Thank you all!