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

Commit

Permalink
Add shows #15 and #47 to the schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Mar 8, 2016
1 parent dce1124 commit daac4c8
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 0 deletions.
105 changes: 105 additions & 0 deletions episodes/2016-03-16/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
export default {
title: `End to End Testing`,
guests: [
{
name: 'Julie Ralph',
twitter: 'somejulie',
links: [
],
tips: [
],
picks: [
],
},
],
description: `
End-to-End testing is among the various forms of testing that is critical for the development and quality assurance of your applications. Join us with a subject matter expert to chat about this important part of application development
`,
hangoutId: 'c7h4gafbmpo00gc5llo6v737g3o',
youTubeId: 'yoPIsrhaNGU',
podbeanId: '',
host: {
links: [
],
tips: [
],
picks: [
],
},
panelists: [
{
twitter: 'dan_abramov',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'drboolean',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'getify',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'kwuchu',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'linclark',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'mzabriskie',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'pamasaur',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'tylermcginnis33',
links: [
],
tips: [
],
picks: [
],
},
],
}


Binary file added episodes/2016-03-16/somejulie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 125 additions & 0 deletions episodes/2016-03-23/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
export default {
title: `AVA: Futuristic test runner 🚀`,
guests: [
{
name: 'James Talmage',
twitter: 'jamestalmage',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Mark Wubben',
twitter: 'novemberborn',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Vadim Demedes',
twitter: 'vdemedes',
links: [
],
tips: [
],
picks: [
],
},
],
description: `
[AVA](http://npm.im/ava) is a relatively new testing framework for JavaScript that promises some really unique and exciting benefits over some of the existing testing frameworks.
`,
hangoutId: 'cjeb8ka1hu66uapqkrk40j5bjk4',
youTubeId: 'YRvrPkXBwdo',
podbeanId: '',
host: {
links: [
],
tips: [
],
picks: [
],
},
panelists: [
{
twitter: 'dan_abramov',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'drboolean',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'getify',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'kwuchu',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'linclark',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'mzabriskie',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'pamasaur',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'tylermcginnis33',
links: [
],
tips: [
],
picks: [
],
},
],
}


Binary file added episodes/2016-03-23/jamestalmage.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-03-23/novemberborn.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-03-23/vdemedes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit daac4c8

Please sign in to comment.