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

Commit

Permalink
Add details to Angular show #49
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Apr 6, 2016
1 parent 5d285ea commit 4ff0551
Showing 1 changed file with 13 additions and 74 deletions.
87 changes: 13 additions & 74 deletions episodes/2016-04-06/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,27 @@ export default {
name: 'Brad Green',
twitter: 'bradlygreen',
links: [
`[ngUpgrade](https://angular.io/docs/ts/latest/guide/upgrade.html)`,
],
tips: [
],
picks: [
`[Webstorm](https://www.jetbrains.com/webstorm/) + Angular 2 is awesome`,
],
},
{
name: 'Igor Minar',
twitter: 'IgorMinar',
links: [
],
tips: [
`[angular-cli](https://github.com/angular/angular-cli)`,
],
picks: [
`[Flat.io](https://flat.io/)`,
],
},
{
name: 'Miško Hevery',
twitter: 'mhevery',
links: [
],
tips: [
],
picks: [
`[Polyfill.io](https://cdn.polyfill.io/v2/docs/)`,
],
},
],
Expand All @@ -37,91 +34,33 @@ export default {
`,
hangoutId: 'cikahchraiqcname9ghsi5j1bh0',
youTubeId: 'naDNy5VBQuA',
podbeanId: '',
podbeanId: 'xrg68-5e3062',
shortUrl: 'http://jsair.io/angular',
past: true,
host: {
links: [
],
tips: [
`Don’t confine your sharing of knowledge to one-on-one! Make your conversations public. 📻 Make the world a better place 🌎`,
],
picks: [
`[PayPal](https://www.paypal.com/us/webapps/mpp/jobs), for being so awesome to let me do this podcast 👍`,
`[Soft Skills Engineering](https://twitter.com/SoftSkillsEng) episode 4: [Should I build my “personal brand?”](https://twitter.com/SoftSkillsEng/status/715565229971615745)`,
],
},
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: [
`RxJS 5 (https://github.com/ReactiveX/rxjs)`,
],
tips: [
`Use f for fixup in git rebase rather than squash to merge smaller commits into a major one!`,
],
picks: [
],
},
{
twitter: 'tylermcginnis33',
links: [
],
tips: [
],
picks: [
`[Git tips](http://git.io/git-tips)`,
`[How to Make Programming More Accessible Series](https://lunacodes.wordpress.com/category/how-to-make-programming-more-accessible/)`,
],
},
],
}


0 comments on commit 4ff0551

Please sign in to comment.