Skip to content

Instantly share code, notes, and snippets.

@tothandras
Created July 13, 2017 15:11
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 tothandras/e649668a41c113571c4381e296f92199 to your computer and use it in GitHub Desktop.
Save tothandras/e649668a41c113571c4381e296f92199 to your computer and use it in GitHub Desktop.
bootcamp

Node.js bootcamp

The bootcamp can provide a learning path for a new team member to get familiar with the basic concepts of Node.js and web services. As a mentor you will be responsible to guide the student along the way.

Setup

  1. Create a repository for the student
  2. Push the initial, first commit of this repository to the student's repository
  3. Help the student setting up the environment

Steps

  1. Push the initial commit of the given step to a branch (eg. step-1) and to master as well
  2. Let the student work on it, encourage her/him to ask questions
  3. When finished, let the student open a pull request to the master branch
  4. Review the code (make comments on the code, then discuss them together if needed)
  5. Push the solution to master and discuss the solution together
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment