Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Created August 6, 2015 20:53
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save coryhouse/dfff14cb0ac40950865e to your computer and use it in GitHub Desktop.
Save coryhouse/dfff14cb0ac40950865e to your computer and use it in GitHub Desktop.
Course data for "Building Applications with React and Flux" on Pluralsight
module.exports = {
courses: [
{
id: "clean-code",
title: "Clean Code: Writing Code for Humans",
watchHref: "http://www.pluralsight.com/courses/writing-clean-code-humans",
author: {
id: "cory-house",
name: "Cory House"
},
length: "3:10",
category: "Software Practices"
},
{
id: "architecture",
title: "Architecting Applications for the Real World",
watchHref: "http://www.pluralsight.com/courses/architecting-applications-dotnet",
author: {
id: "cory-house",
name: "Cory House"
},
length: "2:52",
category: "Software Architecture"
},
{
id: "career-reboot-for-developer-mind",
title: "Becoming an Outlier: Reprogramming the Developer Mind",
watchHref: "http://www.pluralsight.com/courses/career-reboot-for-developer-mind",
author: {
id: "cory-house",
name: "Cory House"
},
length: "2:30",
category: "Career"
},
{
id: "web-components-shadow-dom",
title: "Web Component Fundamentals",
watchHref: "http://www.pluralsight.com/courses/web-components-shadow-dom",
author: {
id: "cory-house",
name: "Cory House"
},
length: "5:10",
category: "HTML5"
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment