This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kent C. Dodds
committed
Jul 20, 2016
1 parent
6363a2b
commit 8edf0a7
Showing
23 changed files
with
530 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [ | ||
], | ||
}, | ||
], | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [ | ||
], | ||
}, | ||
], | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.