Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Last active December 21, 2018 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coryhouse/8e7e3abd5f513f218e808fc2b53c6cd8 to your computer and use it in GitHub Desktop.
Save coryhouse/8e7e3abd5f513f218e808fc2b53c6cd8 to your computer and use it in GitHub Desktop.
{
"newCourse": {
"id": "",
"watchHref": "",
"title": "",
"authorId": "",
"length": "",
"category": ""
},
"courses": [
{
"id": "react-auth0-authentication-security",
"title": "Securing React Apps with Auth0",
"authorId": "cory-house",
"length": "3:18",
"category": "JavaScript"
},
{
"id": "react-big-picture",
"title": "React: The Big Picture",
"authorId": "cory-house",
"length": "1:11",
"category": "JavaScript"
},
{
"id": "react-creating-reusable-components",
"title": "Creating Reusable React Components",
"authorId": "cory-house",
"length": "1:11",
"category": "JavaScript"
},
{
"id": "javascript-development-environment",
"title": "Building a JavaScript Development Environment",
"authorId": "cory-house",
"length": "5:19",
"category": "JavaScript"
},
{
"id": "react-flux-building-applications",
"title": "Building Applications in React and Flux",
"authorId": "cory-house",
"length": "6:20",
"category": "JavaScript"
},
{
"id": "react-redux-react-router-es6",
"title": "Building Applications with React and Redux in ES6",
"authorId": "cory-house",
"length": "6:13",
"category": "JavaScript"
},
{
"id": "clean-code",
"title": "Clean Code: Writing Code for Humans",
"authorId": "cory-house",
"length": "3:10",
"category": "Software Practices"
},
{
"id": "architecture",
"title": "Architecting Applications for the Real World",
"authorId": "cory-house",
"length": "2:52",
"category": "Software Architecture"
},
{
"id": "career-reboot-for-developer-mind",
"title": "Becoming an Outlier: Reprogramming the Developer Mind",
"authorId": "cory-house",
"length": "2:30",
"category": "Career"
},
{
"id": "web-components-shadow-dom",
"title": "Web Component Fundamentals",
"authorId": "cory-house",
"length": "5:10",
"category": "HTML5"
}
],
"authors": [
{ "id": "cory-house", "firstName": "Cory", "lastName": "House" },
{ "id": "scott-allen", "firstName": "Scott", "lastName": "Allen" },
{ "id": "dan-wahlin", "firstName": "Dan", "lastName": "Wahlin" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment