Curriculum

  • 1

    Lesson 1: Node you didn't!

    • Intro

    • Watch: Intro to Node

    • Watch: Intro to Express

    • Lecture: Intro to Node

    • Notes: Starting a new Node project

    • Guided Project: Node file converter CLI

    • Project: DIY DB

    • Video: Node CLI Project Review

    • Video: JSON Database Helpers Review

  • 2

    Lesson 2: 90% of everything is CRUD

    • Lecture: Intro to Express

    • Video Lecture: Express API

    • Video Lecture: Cleanup and Organization

    • Video Lecture: Joi Schema Validation and Custom Middleware

    • Example Express API w/Joi

    • Project: Create Express API