podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Team@kentcdodds.com (Dan Abramov, Kent C. Dodds)
Shows
React Universe On Air
Top Resources for Developers | React Universe On Air: Coffee Talk #2
✨ In September 2024, The React Native Show has become React Universe On Air ✨ In this Coffee Talk Aleksandra Desmurs-Linczewska and Łukasz Chludziński provide a lot of ideas for staying up to date with the community news. They discuss the most valuable resources such as newsletters, top Twitter accounts, blogs, podcasts, conferences, GitHub and release notes: Newsletters: The React Native Newsletter, Tyler’s (ui.dev) newsletter, JavaScript Weekly, Cassidy Williams’s newsletter Twitter accounts: official React and React Native accounts Callstack, Remix, Next, Vercel accounts of people who are well-known in the community: Angie Jones (@techgirl1908), Sara Vieira (@NikkitaFTW), Kadi Kraman (@kadikraman...
2022-05-17
27 min
Frontend Greatness
Folder Structure with Sergey Bekharsky
Sergey Bekharsky, the founder of "HTML Shit" and a Senior JavaScript developer from Supermetrics joins A-P Koponen on the Frontend Greatness podcast to talk about "Folder Structure" --- Video version: https://www.youtube.com/watch?v=v7dsfjXD7Dw --- Episode Notes Social - Sergey's Twitter account: https://twitter.com/bekharsky - Sergey's "HTML Shit" Telegram (in Russian): https://t.me/htmlshit - A-P's Twitter: https://twitter.com/apkoponen Show Notes - "React Folder Structure in 5 Steps" by Robin...
2020-12-28
42 min
Control Remoto
Ep. 3: Autoaprendiendo
En esta edición de Control Remoto, Matias (@matiasfha) y Camilo (@elcamilosoy) conversan sobre el auto aprendizaje y el desarrollo profesional, tocando temas como:¿Qué nos motiva a aprender cosas nuevas?Actualizando conocimientos para el trabajo remotoAprendiendo nuevas habilidades para el día a díaEstudios formales vs auto aprendizaje: ¿Cómo interactúan entre ellos?Fracasos en el auto aprendizaje, ¿Valió la pena intentarlo?Algunos sitios que nombramosPlataformas de Aprendizaje Online:Skillshare: https://www.skillshare.com/Coursera: https://es.coursera.org/Egghead: https://egghead.io/Gente que seguir...
2020-05-19
58 min
Chats with Kent C. Dodds
You Can Learn A Lot For The Low Price Of Your Ego With Shawn Wang
You can learn in private, or you can learn in public. 99% of developers work and learn privately in the shadows, so why shouldn't you? Something magical happened when Shawn started creating resources and sharing what he learned in public. More advanced people began to help him by correcting him when he was wrong. By learning publically, he was able to both teach and learn at the same time!"You can learn so much on the internet for the low, low price of your ego." If you keep your identity small, you can remain open to new ideas...
2019-08-05
32 min
Chats with Kent C. Dodds
A Rundown Of What's Next For React With Dan Abramov
What's next for React? In this second interview with Dan Abramov React's direction is discussed along with overviews of exciting new features.Dan gives a great rundown these incoming features. React suspense is going to provide a baked-in solution for the problems that async data fetching causes with component rendering, and concurrent mode is bringing non-blocking rendering. Further insight is provided into what problems sparked the need for these new features and why they were the chosen implementations.There's also discussion on React Fire modernizing React DOM, JSX v2, if React is a framework or...
2019-08-05
52 min
Chats with Kent C. Dodds
Realigning Your Model of React After Hooks With Dan Abramov
In this episode, Kent and Dan talk about the ways in which you'll have to reconstruct your mental model of how React works in order to get the hang of hooks, and how hooks more closely align with React's intended model.React has made multiple attempts at figuring out a way to share state between components. Mixins, higher-order components, render props, and now hooks. Dan Abramov walks through what went right and what went wrong with each of the implementations prior to hooks. None of these implementations lined up with React's model, they were too indirect, or...
2019-08-05
45 min
JavaScript Air
043 jsAir - (Rerun) The past, present, and future of JavaScript with Brendan Eich
(Rerun) The past, present, and future of JavaScript with Brendan Eich Description: The original show for this week was canceled. So this is a rerun of our very first show: Kicking off JavaScript Air with our first guest Brendan Eich(original creator of JavaScript) to talk about the past, present, and future of JavaScript. Show sponsors:Egghead.io - Bite-sized web development video training Frontend Masters - Expert front-end training TrackJS - JavaScript Error Monitoring WebStorm - Smart JavaScript IDE Trading Technologies - Building For What's Next Hired.com - We Bring Job Offers To You Links, Picks...
2016-10-05
1h 08
JavaScript Air
038 jsAir - Typed JavaScript with TypeScript and Flow with Jeff Morrison and Anders Hejlsberg
Typed JavaScript with TypeScript and Flow with Jeff Morrison and Anders Hejlsberg Description: Adding typings to JavaScript is becoming more and more popular. We're going to chat with the creators of TypeScript and Flow to discuss the why and how behind typed JavaScript. Show sponsors:Egghead.io - Bite-sized web development video training Frontend Masters - Expert front-end training TrackJS - JavaScript Error Monitoring WebStorm - Smart JavaScript IDE Trading Technologies - Building For What's Next React.js Program - Master the React.js Ecosystem Sentry - Cross-platform crash-reporting Links, Picks, and Tips: Jeff Morrison @lbljeffmo ...
2016-08-31
1h 12
3 Minutes with Kent
Side Effects From Preparing and Giving Talks
Links:- The First Pull Request (http://conferences.oreilly.com/fluent/javascript-html-us/public/schedule/detail/46612)- All Contributors Spec (https://github.com/kentcdodds/all-contributors)- Live React: Hot Reloading with Time Travel (https://www.youtube.com/watch?v=xsSnOQynTHs) - Talk by Dan Abramov (https://twitter.com/dan_abramov) that startedRedux (http://redux.js.org/)- angular-formly (http://angular-formly.com)- issuetemplate.com (http://issuetemplate.com)- GitHub issue templates (https://github.com/blog/2111-issue-and-pull-request-templates)Find places to give talks here:- @calltospeakers (https://twitter.com/calltospeakers)- @devcfp (https://twitter.com/devcfp)- @CallbackWomen (https://twitter.com/CallbackWomen...
2016-02-29
02 min
3 Minutes with Kent
Got a PR Merged into ReactJS 🎉 + Tips
Super excited that my first pull request (https://github.com/facebook/react/pull/5940) to the ReactJS project (https://facebook.github.io/react/) was merged last night! It was based onthis issue (https://github.com/facebook/react/issues/5939) I filed. Soexcited to have something I've done help the React community :-)Big thank you to Dan Abramov (https://github.com/gaearon), Paul O’Shannessy (https://github.com/zpao), Jim (https://github.com/jimfb), and Facebook Community Bot (https://github.com/facebook-github-bot) for iterating on the PR with me :-)In this show I give a few tips about contributing to open so...
2016-02-18
02 min