talks.md
July 15, 2021 · View on GitHub
Bookmarks tagged [talks]
www.codever.land/bookmarks/t/talks
My Favorite Ted Talks - Adrian Matei
https://www.adrianmatei.me/blog/inspiration/favorite-ted-talks
List of my favorite TED talks, to easily come back to, whenever I need to reinvigorate my inspiration
CppCon Talks
https://www.youtube.com/user/CppCon/videos
The C++ conference.
Quick game development with C++11/C++14
https://github.com/SuperV1234/cppcon2014
CppCon 2014 talk by Vittorio Romeo.
- tags: cpp, talks
- :octocat: source code
Presentation on Hana for C++Now 2015
https://github.com/ldionne/hana-cppnow-2015
Presentation on Hana for C++Now 2015. Contribute to ldionne/cppnow-2015-hana development by creating an account on GitHub.
- tags: cpp, talks
- :octocat: source code
Pete Hunt: React: Rethinking best practices - JSConf EU 2013
https://www.youtube.com/watch?v=x7cQ3mrcKaY
Slides: http://www.slideshare.net/floydophone/react-preso-v2 React, the new open-source JS library from Facebook and Instagram, is a different way to write J...
Pete Hunt: React: Rethinking Best Practices (updated) - JSConf.Asia 2013
https://www.youtube.com/watch?v=DgVS-zXgMTk
Announcement of the React Chrome Developer Tools http://facebook.github.io/react/blog/2014/01/02/react-chrome-developer-tools.html "React, the new open-sourc...
Tom Occhino and Jordan Walke: JS Apps at Facebook - JSConfUS 2013
https://www.youtube.com/watch?v=GW0rj4sNH2w
React: CSS in JS
http://blog.vjeux.com/2014/javascript/react-css-in-js-nationjs.html
Pete Hunt: Be Predictable, Not Correct - Mountain West JavaScript 2014
https://www.youtube.com/watch?v=h3KksH8gfcQ
Functional programming is a great way of managing complexity in user interfaces. User interfaces are very difficult to build due to the difficulty in determi...
Hacker Way: Rethinking Web App Development at Facebook
https://www.youtube.com/watch?v=nYkdrAPrdcw
Delivering reliable, high-performance web experiences at Facebook's scale has required us to challenge some long-held assumptions about software development....
Christopher Chedeau: Why does React Scale? - JSConf2014
https://www.youtube.com/watch?v=D-ioDiacTm8
We've talked a lot about big concepts such as the Virtual DOM, re-rendering the entire app on every update with a diff algorithm, server-side rendering ... B...
Christopher Chedeau: React's Architecture - OSCON 2014
https://www.youtube.com/watch?v=eCf5CquV_Bw
React is a JavaScript library for building user interfaces developed by Facebook and Instagram. It has a novel rendering architecture that we’re going to exp...
Pete Hunt: React RESTful UI Rendering - Strange Loop 2014
https://www.youtube.com/watch?v=IVvHPPcl2TM
React is a new a conceptual model for rendering user interfaces in a functional style. In this talk I'll look at how both the user-facing and implementation ...
Pete Hunt: How Instagram.com Works - OSCON 2014
https://www.youtube.com/watch?v=VkTCL6Nqm6Y
Instagram.com renders almost all of its UI in JavaScript. I'll talk about how our packaging and push systems work in great detail, which are clever combinati...
Bill Fisher and Jing Chen: React and Flux - NewCircle Training 2014
https://www.youtube.com/watch?v=i__969noyAM
Facebook engineers Bill Fisher and Jing Chen are here to talk about Flux and React, and how using an application architecture with a unidirectional data flow...
Sebastian Markbage: Minimal API Surface Area - JSConf EU 2014
https://www.youtube.com/watch?v=4anAwXYqLG8
I’ll explain how React is moving towards a minimal API surface area. Instead of providing many framework features, React is trying to utilize patterns, parad...
Avik Chaudhuri: JavaScript Testing and Static Type Systems at Scale - Scale 2014
https://www.youtube.com/watch?v=M8x0bc81smU
Avik Chaudhuri, Software Engineer at Facebook and Jeff Morrison, Software Engineer at Facebook To encourage engineers to continue to make changes to the code...
Citrusbyte Presents GraphQL: A Horizontal Platform with Nick Schrock
https://www.youtube.com/watch?v=LQFQl8EsV3k
The https://citrusbyte.com team is proud to present Nick Schrock on GraphQL @ Facebook: A Horizontal Platform - at NYC Javascript React Group at Facebook NYC...
Laney Kuenzel: Mutations and Subscriptions in Relay - JSConf 2015
https://www.youtube.com/watch?v=mmke4w4gc6c
React Today and Tomorrow and 90% Cleaner React With Hooks - React Conf 2018
https://www.youtube.com/watch?v=dpw9EHDh2bM
The first three talks from React Conf 2018 by Sophie Alpert, Dan Abramov, and Ryan Florence. Learn more about Hooks at https://reactjs.org/hooks.
React Conferences
https://reactjs.org/community/conferences.html
React Videos
https://reactjs.org/community/videos.html
Awesome React Talks
https://github.com/tiaanduplessis/awesome-react-talks
:sunglasses: A curated list of talks about React or topics related to React - tiaanduplessis/awesome-react-talks
- tags: reactjs, talks
- :octocat: source code