-
-
Save krunalm/4a36693ed0aa9622933722fef834dce0 to your computer and use it in GitHub Desktop.
Course data for "Building Applications with React and Flux" on Pluralsight
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
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" | |
} | |
] | |
}; |
Author
krunalm
commented
Feb 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment