Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"website/pages/en": [
"eslint --format=codeframe --fix",
"git add"
],
"website/data/*.js": [
"eslint --format=codeframe --fix",
"git add"
]
}
}
270 changes: 270 additions & 0 deletions website/data/videos.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,270 @@
const videos = [
{
category: "Conferences",
items: [
{
title: "10KB or Bust: The Delicate Power of Webpack and Babel",
author: "Brian Holt",
author_link: "http://twitter.com/holtbt",
year: "2018",
event: "jsDay",
event_link: "https://2018.jsday.it/",
link: "https://www.youtube.com/embed/SSymzmnk0ZA",
},
{
title: "Through the Open Source Looking Glass",
author: "Henry Zhu",
author_link: "https://twitter.com/left_pad",
year: "2018",
event: "React Rally",
event_link: "http://www.reactrally.com/",
link: "https://www.youtube.com/embed/h0sfFX7WH1c",
},
{
title: "In Pursuit of Open Source",
author: "Henry Zhu",
author_link: "https://twitter.com/left_pad",
year: "2018",
event: "Zeit Day",
event_link: "https://zeit.co/day/",
link: "https://www.youtube.com/embed/9sPDcVYX3g8",
},
{
title: "Optimizing Your Code with Babel",
authors: [
{
name: "Pranay Prakash",
link: "https://twitter.com/pranaygp",
},
{
name: "Thomas Fischer",
link: "https://twitter.com/tom__fischer"
},
],
year: "2018",
event: "Zeit Day",
event_link: "https://zeit.co/day/",
link: "https://www.youtube.com/embed/XvTsxa9i13o",
},
{
title: "Behind the scenes of Fable: Babel",
author: "Sven Sauleau",
author_link: "https://twitter.com/svensauleau",
year: "2017",
event: "Fable Conf",
event_link: "http://fable.io/fableconf/",
link: "https://www.youtube.com/embed/5vnmvXuwzJ0",
},
{
title: "So How Does Babel Even Work?",
author: "Henry Zhu",
author_link: "https://twitter.com/left_pad",
year: "2017",
event: "React Rally",
event_link: "http://www.reactrally.com/",
link: "https://www.youtube.com/embed/fntd0sPMOtQ",
},
{
title: "Writing custom Babel and ESLint plugins with ASTs",
author: "Kent C. Dodds",
author_link: "https://twitter.com/kentcdodds",
year: "2017",
event: "Open West",
event_link: "https://kentcdodds.com/talks/#writing-custom-babel-and-eslint-plugins-with-asts",
link: "https://www.youtube.com/embed/VBscbcm2Mok",
},
{
title: "Maintaining an OSS Project (Babel)",
author: "Henry Zhu",
author_link: "https://twitter.com/left_pad",
year: "2017",
event: "JSConf EU",
event_link: "https://2017.jsconf.eu/",
link: "https://www.youtube.com/embed/_iToM2KC0QE",
},
{
title: "How to Build a Compiler",
author: "James Kyle",
author_link: "https://twitter.com/thejameskyle",
year: "2016",
event: "EmberConf",
event_link: "http://2016.emberconf.com/",
link: "https://www.youtube.com/embed/Tar4WgAfMr4",
},
{
title: "Closing Keynote, Babel 6.0",
author: "Sebastian McKenzie",
author_link: "https://twitter.com/sebmck",
year: "2015",
event: "EmberCamp London",
event_link: "http://embercamp.com/2015/",
link: "https://www.youtube.com/embed/Q_ncaTYEizc",
},
{
title: "Improving Your Workflow With Code Transformation",
author: "Sebastian McKenzie",
author_link: "https://twitter.com/sebmck",
year: "2015",
event: "React Europe",
event_link: "https://2015.react-europe.org/",
link: "https://www.youtube.com/embed/OFuDvqZmUrE",
},
{
title: "JavaScript Tooling in the Future",
author: "James Kyle",
author_link: "https://twitter.com/thejameskyle",
year: "2015",
event: "Forward 3",
event_link: "https://forwardjs.com/",
link: "https://www.youtube.com/embed/i1c0zV1jZfc",
},
{
title: "Compiling JavaScript",
author: "James Kyle",
author_link: "https://twitter.com/thejameskyle",
year: "2015",
event: "jQuerySF",
event_link: "http://jquerysf.com/",
link: "https://www.youtube.com/embed/Ku3AWp_-Qzs",
},
{
title: "Consolidation of Tools",
author: "Sebastian McKenzie",
author_link: "https://twitter.com/sebmck",
year: "2015",
event: "BrazilJS",
event_link: "https://braziljs.org/",
link: "https://www.youtube.com/embed/pqkdG1-FhHc",
},
{
title: "JavaScript Transformation",
author: "Sebastian McKenzie",
author_link: "https://twitter.com/sebmck",
year: "2015",
event: "JSConf US",
event_link: "http://2015.jsconf.us/",
link: "https://www.youtube.com/embed/rKuNbEwoQfQ",
},
{
title: "Tuning Babel to Your Runtimes",
author: "Christophe Porteneuve",
author_link: "https://twitter.com/porteneuve",
year: "2016",
event: "dotJS",
event_link: "https://2016.dotjs.io/",
link: "https://www.youtube.com/embed/fb_1cqg8TKc",
},
],
},
{
category: "Meetups",
items: [
{
title: "Demystifying Babel",
author: "Sven Sauleau",
author_link: "https://twitter.com/svensauleau",
year: "2018",
event: "React Vienna",
event_link: "https://www.meetup.com/ReactVienna/",
link: "https://www.youtube.com/embed/hOghLCWohuU",
},
{
title: "Babel Sucks",
author: "James Kyle",
author_link: "https://twitter.com/thejameskyle",
year: "2016",
event: "Modern Web UI",
event_link: "http://www.modernwebui.org/",
link: "https://www.youtube.com/embed/m-HjKwyQoQg",
},
{
title: "Babel",
author: "Sebastian McKenzie",
author_link: "https://twitter.com/sebmck",
year: "2015",
event: "React London Meetup",
event_link: "https://meetup.react.london/",
link: "https://www.youtube.com/embed/xnx9Ft3QleI",
},
{
title: "Babel - Beyond the Basics",
author: "Sebastian McKenzie",
author_link: "https://twitter.com/sebmck",
year: "2015",
event: "MelbJS",
event_link: "http://melbjs.com/",
link: "https://www.youtube.com/embed/F1BIeVe99EQ",
},
{
title: "Babel Plugins - Writing Code That Writes Code",
author: "Sebastiaan Deckers",
author_link: "https://twitter.com/sebdeckers",
year: "2016",
event: "SingaporeJS",
event_link: "https://www.meetup.com/Singapore-JS/events/232635721/",
link: "https://www.youtube.com/embed/HPJSoIRYeG4",
},
{
title: "Using Babel in a Modern Working Environment",
author: "Kurtis Rainbolt-Greene",
author_link: "https://twitter.com/krainboltgreene",
year: "2016",
event: "js.la",
event_link: "https://js.la/",
link: "https://www.youtube.com/embed/ukYjkZGE84Y",
},
{
title: "Using Babel in a Futuristic Working Environment",
author: "Kurtis Rainbolt-Greene",
author_link: "https://twitter.com/krainboltgreene",
year: "2017",
event: "js.la",
event_link: "https://js.la/",
link: "https://www.youtube.com/embed/n0b2CNv54Eo",
},
],
},
{
category: "ASTs",
items: [
{
title: "Master the art of the AST (and take control of your JS)",
author: "Yonatan Mevorach",
author_link: "https://twitter.com/cowchimp",
year: "2017",
event: "Full Stack Fest",
event_link: "https://2017.fullstackfest.com/",
link: "https://www.youtube.com/embed/2W9tUnALrLg",
},
{
title: "As Simple as an AST",
author: "Pavithra Kodmad",
author_link: "https://twitter.com/PKodmad",
year: "2017",
event: "JSHeroes",
event_link: "https://jsheroes.io/",
link: "https://www.youtube.com/embed/LRKlqR6KY_E",
},
{
title: "Harnessing The Power of Abstract Syntax Trees",
author: "Jamund Ferguson",
author_link: "https://twitter.com/xjamundx",
year: "2015",
event: "UtahJS",
event_link: "https://conf.utahjs.com/",
link: "https://www.youtube.com/embed/8uOXIM4giH8",
},
{
title: "Code Transformation and Linting with ASTs Workshop",
author: "Kent C. Dodds",
author_link: "https://twitter.com/kentcdodds",
year: "2017",
event: "PayPal (practice run with coworkers)",
event_link: "https://kentcdodds.com/workshops/#code-transformation-and-linting",
link: "https://www.youtube.com/embed/-iA7TAUGn2Y",
},
],
},
];

module.exports = videos;
Loading