diff --git a/episodes/2015-12-23/amasad.png b/episodes/2015-12-23/amasad.png new file mode 100644 index 0000000..cda84bd Binary files /dev/null and b/episodes/2015-12-23/amasad.png differ diff --git a/episodes/2015-12-23/index.js b/episodes/2015-12-23/index.js index 78c101c..2b55bee 100644 --- a/episodes/2015-12-23/index.js +++ b/episodes/2015-12-23/index.js @@ -1,8 +1,11 @@ +/* eslint max-len:0 */ export default { title: 'Babel, the JavaScript Compiler', hangoutUrl: 'https://plus.google.com/events/coi555uqlhl7vsdspafjj05k4dc', guests: [ {name: 'Henry Zhu', twitter: '_henryzhu'}, + {name: 'Logan Smyth', twitter: 'loganfsmyth'}, + {name: 'Amjad Masad', twitter: 'amasad'}, ], description: ` Tons of people use Babel. With the release of Babel 6, diff --git a/episodes/2015-12-23/loganfsmyth.png b/episodes/2015-12-23/loganfsmyth.png new file mode 100644 index 0000000..75aa87f Binary files /dev/null and b/episodes/2015-12-23/loganfsmyth.png differ diff --git a/episodes/2016-01-20/index.js b/episodes/2016-01-20/index.js new file mode 100644 index 0000000..2b236ad --- /dev/null +++ b/episodes/2016-01-20/index.js @@ -0,0 +1,5 @@ +/* eslint max-len:0 */ +export default { + hangoutUrl: 'https://plus.google.com/events/ciduop5sck7su6n8f99nnctigt0', + youTubeId: 'gxI5m_raAWg', +} diff --git a/episodes/2016-01-27/gauravseth.png b/episodes/2016-01-27/gauravseth.png new file mode 100644 index 0000000..c76d704 Binary files /dev/null and b/episodes/2016-01-27/gauravseth.png differ diff --git a/episodes/2016-01-27/index.js b/episodes/2016-01-27/index.js index 5f9a49c..486158f 100644 --- a/episodes/2016-01-27/index.js +++ b/episodes/2016-01-27/index.js @@ -2,21 +2,25 @@ export default { title: `Chakra, Microsoft's Open Source JavaScript Engine`, - hangoutUrl: '', + hangoutUrl: 'https://plus.google.com/events/cr1d6qpgnbgn5a77upg4hu010gk', guests: [ + { + name: 'Gaurav Seth', + twitter: 'gauravseth', + }, ], description: ` Microsoft has been making some pretty awesome moves in the world of open source recently. At JSConf in early December, it was announced that - Chackra, Microsoft's JavaScript Engine + Chakra, Microsoft's JavaScript Engine that powers the Microsoft Edge browser (with better support for ES6 than babel or Chrome), will be open sourced. Join us as we talk about Chakra with some of the subject matter experts! `, podbeanId: '', - youTubeId: '', + youTubeId: '0WdFvLSEX8c', host: {}, panelists: [ { diff --git a/episodes/2016-02-03/index.js b/episodes/2016-02-03/index.js new file mode 100644 index 0000000..a6d2b4c --- /dev/null +++ b/episodes/2016-02-03/index.js @@ -0,0 +1,53 @@ +/* eslint max-len:0 */ + +export default { + title: `JavaScript Debugging`, + hangoutUrl: 'https://plus.google.com/events/c36b25girvo89474lqo92loikic', + guests: [ + { + name: 'Alex Liu', + twitter: 'stinkydofu', + }, + { + name: 'Todd Gardner', + twitter: 'toddhgardner', + }, + ], + description: ` + JavaScript has a pretty interesting debugging story. + The developer tools of your browser of choice and the + various tools and IDEs for debugging Node or mobile + development make for a really interesting topic. + `, + podbeanId: '', + youTubeId: 'qlV-eNI5OsA', + host: {}, + panelists: [ + { + twitter: 'dan_abramov', + }, + { + twitter: 'drboolean', + }, + { + twitter: 'getify', + }, + { + twitter: 'kwuchu', + }, + { + twitter: 'linclark', + }, + { + twitter: 'mzabriskie', + }, + { + twitter: 'pamasaur', + }, + { + twitter: 'tylermcginnis33', + }, + ], +} + + diff --git a/episodes/2016-02-03/stinkydofu.png b/episodes/2016-02-03/stinkydofu.png new file mode 100644 index 0000000..b19f9b9 Binary files /dev/null and b/episodes/2016-02-03/stinkydofu.png differ diff --git a/episodes/2016-02-03/toddhgardner.png b/episodes/2016-02-03/toddhgardner.png new file mode 100644 index 0000000..7a8d239 Binary files /dev/null and b/episodes/2016-02-03/toddhgardner.png differ diff --git a/other/schedule.md b/other/schedule.md index 8bd5f30..17a83c1 100644 --- a/other/schedule.md +++ b/other/schedule.md @@ -7,7 +7,7 @@ | 2016-01-13 | [Web Performance](/../../issues/16) | | 2016-01-20 | [Introducing the Panel (Pending)](/../../issues/4) | | 2016-01-27 | [Chackra, Microsoft's Open Source JS Engine](/../../issues/12) | -| 2016-02-03 | [JavaScript Debugging (Pending)](/../../issues/17) | +| 2016-02-03 | [JavaScript Debugging](/../../issues/17) | | 2016-02-10 | [](/../../issues/) | | 2016-02-17 | [](/../../issues/) | | 2016-02-24 | [](/../../issues/) |