Skip to content

Instantly share code, notes, and snippets.

@krunalm
Forked from coryhouse/courseData.js
Created February 21, 2017 14:15
Show Gist options
  • Select an option

  • Save krunalm/4a36693ed0aa9622933722fef834dce0 to your computer and use it in GitHub Desktop.

Select an option

Save krunalm/4a36693ed0aa9622933722fef834dce0 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"
}
]
};
@krunalm

krunalm commented Feb 21, 2017

Copy link
Copy Markdown
Author

c1
c2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment