Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Adding information for the following shows: #14, #12, and #17
Browse files Browse the repository at this point in the history
Added: @loganfsmyth, @amasad, @DonutEspresso, @toddhgardner (@yunong is
still welcome to join), @sethgaurav (@jdalton, you want to come in on
the Chakra show? Also still haven't heard from @steveluc)
  • Loading branch information
Kent C. Dodds committed Dec 13, 2015
1 parent 974ba7e commit 13a39c5
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 4 deletions.
Binary file added episodes/2015-12-23/amasad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions episodes/2015-12-23/index.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Binary file added episodes/2015-12-23/loganfsmyth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions episodes/2016-01-20/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* eslint max-len:0 */
export default {
hangoutUrl: 'https://plus.google.com/events/ciduop5sck7su6n8f99nnctigt0',
youTubeId: 'gxI5m_raAWg',
}
Binary file added episodes/2016-01-27/gauravseth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions episodes/2016-01-27/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
53 changes: 53 additions & 0 deletions episodes/2016-02-03/index.js
Original file line number Diff line number Diff line change
@@ -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',
},
],
}


Binary file added episodes/2016-02-03/stinkydofu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/2016-02-03/toddhgardner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion other/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
Expand Down

0 comments on commit 13a39c5

Please sign in to comment.