Skip to content

Instantly share code, notes, and snippets.

@cdnadmin
Last active November 28, 2016 22:05
Show Gist options
  • Save cdnadmin/d711aac2fccdb4982afc14c9b99758c9 to your computer and use it in GitHub Desktop.
Save cdnadmin/d711aac2fccdb4982afc14c9b99758c9 to your computer and use it in GitHub Desktop.

common misconceptions that advanced teachers might miss

  • how to install a node version manager
  • how to run commands in the shell/terminal/bash/dos-shell
  • commenting
  • let them know they can use express-generator
  • etc.

List of what to do to to teach NT

  • get a good feel for what expertise level the students are at & adjust below given this.

  • go over basic concepts of web development

    • html
    • css
    • http protocol

    Go over:

  • very basic javascript concepts

  • very basic concepts of node (including npm of course)

  • some git/github concepts (for sharing code)

  • hands on exercises

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