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

Commit

Permalink
add a bunch of shows:
Browse files Browse the repository at this point in the history
Ref: #143, #145, #117, #114
  • Loading branch information
Kent C. Dodds committed Jul 20, 2016
1 parent 6363a2b commit 8edf0a7
Show file tree
Hide file tree
Showing 23 changed files with 530 additions and 5 deletions.
Binary file added data/deals/ReactRally.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/deals/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,21 @@ const deals = [
affected users, and tools that let users send you feedback for peace of mind.
`,
},
{
imgSrc: '/data/deals/ReactRally.png',
organization: 'React Rally',
tagline: 'A community React conference',
link: 'http://jsair.io/react-rally-deal',
deal: `
Use the code **JSAIR** for 15% of React Rally tickets.
`,
expires: '2016-08-26',
description: `
React Rally is a community React conference in Salk Lake City, UT on August 25th-26th featuring interesting
people doing exciting things with React. Learn how to build better applications faster, expand your mind, and meet
the great people in the React community.
`,
},
]

const sortedDeals = sortBy(deals, d => d.organization.toLowerCase())
Expand Down
2 changes: 1 addition & 1 deletion episodes/2016-07-20/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
},
],
description: `
Doing open source involves a lot more than just coding up the tool/library. We're going to talk about the challenge of activly publishing an open source package on npm and some of the tools that have been developed to automate this process. Our guests have each developed some amazing tools, so you're in for a really interesting show!
Doing open source involves a lot more than just coding up the tool/library. We're going to talk about the challenge of activly publishing an open source package on npm and some of the tools that have been developed to automate this process. Our guests have each developed some amazing tools, so you're in for a really interesting show!
`,
hangoutId: 'ch2o1c4siukllgb5kuiip7gd514',
youTubeId: 'aK0-SrdHriw',
Expand Down
2 changes: 1 addition & 1 deletion episodes/2016-07-27/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
},
],
description: `
Web audio opens the door for rich multimedia, audio and gaming applications. It remains an unknown topic for many. Let's get an overview at audio programming with JavaScript and an introduction to some tools and frameworks that can make your life easier doing this.
Web audio opens the door for rich multimedia, audio and gaming applications. It remains an unknown topic for many. Let's get an overview at audio programming with JavaScript and an introduction to some tools and frameworks that can make your life easier doing this.
`,
hangoutId: 'cmk6drjd25odn32q83ke59elssk',
youTubeId: 'sucLfBy-dVY',
Expand Down
Binary file added episodes/2016-08-03/alfonsogcnunez.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions episodes/2016-08-03/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
export default {
title: `Typed Functional Programming in JavaScript`,
guests: [
{
name: 'Alfonso García-Caro',
twitter: 'alfonsogcnunez',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Richard Feldman',
twitter: 'rtfeldman',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Phil Freeman',
twitter: 'paf31',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Jordan Walke',
twitter: 'jordwalke',
links: [
],
tips: [
],
picks: [
],
},
],
description: `
"Tie your hands to free your mind" is a mantra you hear that applies really well to the constraints that you put on yourself by embracing statically typed languages and functional programming. We're going to hear from various people about their respective visions of typed FP in JS.
`,
hangoutId: 'ca87vqg4bsqfj63f7gh25lsl9pc',
youTubeId: 'mwdXBFtRl0o',
podbeanId: '',
shortUrl: 'http://jsair.io/typed-fp',
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-08-03/jordwalke.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-08-03/paf31.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-08-03/rtfeldman.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-08-10/EmberSherpa.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-08-10/KimCrayton1.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-08-10/duhroach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions episodes/2016-08-10/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
export default {
title: `How to be a mentor`,
guests: [
{
name: 'Taras Mankovski',
twitter: 'EmberSherpa',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Kim Crayton',
twitter: 'KimCrayton1',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Colt McAnlis',
twitter: 'duhroach',
links: [
],
tips: [
],
picks: [
],
},
{
name: 'Jed Watson',
twitter: 'jedwatson',
links: [
],
tips: [
],
picks: [
],
},
],
description: `
With so many new developers coming into the JavaScript world, there's never been a greater need for experienced developers to mentor and teach others. In this episode we'll chat with some experts on how to be an effective mentor.
`,
hangoutId: 'cld206bma155l4ku80dlm761k2c',
youTubeId: 'lA8mo8oQ9J0',
podbeanId: '',
shortUrl: 'http://jsair.io/mentor',
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-08-10/jedwatson.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-08-17/BenjaminCoe.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-08-17/ag_dubs.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-08-17/boennemann.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8edf0a7

Please sign in to comment.