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.
- Fix the compress-image script to allow you to provide a final destination to move files 👍 - Add trading-tech silver sponsor 🎉 - Add missing deps - Add `dev:data` script to run all the necessary scripts for when adding episode and sponsor data - Add episodes Vue.js 016 #75 - Add episode Angular 017 #49 - Add episode GraphQL 018 #21
- Loading branch information
Kent C. Dodds
committed
Mar 22, 2016
1 parent
aef3633
commit e548148
Showing
13 changed files
with
379 additions
and
0 deletions.
There are no files selected for viewing
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,106 @@ | ||
export default { | ||
title: `JavaScript Frameworks: Vue.js`, | ||
guests: [ | ||
{ | ||
name: 'Evan You', | ||
twitter: 'youyuxi', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
description: ` | ||
Vue.js is a JavaScript Framework for building reactive components for modern web interfaces. It allows you to write your JS, HTML, and CSS in a single file, has powerful data bindings, focuses on composability, is small, and is insanely fast. Join us with the author for this show! | ||
`, | ||
hangoutId: 'ctmiq58p34btmpqe4b1p8flq8a0', | ||
youTubeId: 'i3ET71ZCW_E', | ||
podbeanId: '', | ||
shortUrl: 'http://jsair.io/vuejs', | ||
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.
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,126 @@ | ||
export default { | ||
title: `JavaScript Frameworks: Angular`, | ||
guests: [ | ||
{ | ||
name: 'Brad Green', | ||
twitter: 'bradlygreen', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
name: 'Igor Minar', | ||
twitter: 'IgorMinar', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
name: 'Miško Hevery', | ||
twitter: 'mhevery', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
description: ` | ||
Angular is the most widely used JavaScript framework in the world and there's a reason for that. Angular 1 changed the framework landscape and Angular 2 is shaping up to do that again. Join us with some of the core team members to talk about this amazing piece of JavaScript tech! | ||
`, | ||
hangoutId: 'cikahchraiqcname9ghsi5j1bh0', | ||
youTubeId: 'naDNy5VBQuA', | ||
podbeanId: '', | ||
shortUrl: 'http://jsair.io/angular', | ||
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.
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,116 @@ | ||
export default { | ||
title: `Transitioning from REST to GraphQL`, | ||
guests: [ | ||
{ | ||
name: 'Lee Byron', | ||
twitter: 'leeb', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
name: 'Nick Schrock', | ||
twitter: 'schrockn', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
description: ` | ||
We've heard about [GraphQL](https://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html) [quite](https://www.youtube.com/watch?v=cr4QB3j8qFc) [a](https://www.youtube.com/watch?v=gY48GW87Feo) [bit](https://www.youtube.com/watch?v=S0s935RKKB4). We know that there are problems with REST and GraphQL solves many of those problems. But now we have a new problem: Transitioning from REST to GraphQL. Let's talk about what it takes to do that well and how services need to adapt to this new way of thinking about data access. | ||
`, | ||
hangoutId: 'cbu3fh4too4a6iot5psgo9cl4d4', | ||
youTubeId: 'RFvwLifhxDg', | ||
podbeanId: '', | ||
shortUrl: 'http://jsair.io/rest-graphql', | ||
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.
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
Oops, something went wrong.