Skip to content

Instantly share code, notes, and snippets.

@joshfinnie
Last active August 29, 2015 14:08

Revisions

  1. joshfinnie revised this gist Nov 4, 2014. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions nodeschool-prep.md
    Original file line number Diff line number Diff line change
    @@ -1,25 +1,25 @@
    # NodeSchool - NationJS 2014

    Welcome and thank you for signing up for NodeSchool at NationJS 2014. To make this NodeSchool the best NodeSchool, there are a few things that you can do to help us. Below are some steps which should set you up to excel this NodeSchool!
    Welcome and thank you for signing up for NodeSchool at NationJS 2014. To make this NodeSchool the best NodeSchool, there are a few things that you can do before you arrive to be ready to excel at this NodeSchool!

    ## Steps to get ready for NodeSchool.
    ## Steps to get ready for NodeSchool

    1. Install Node.js - This can be done by choosing the pre-built installers [here](http://nodejs.org/download/).
    2. Download the NodeSchool packages.
    2. After you've installed Node.js, install the NodeSchool workshops (see below).
    3. Come ready to learn with your favorite text editing program (We suggest [Sublime Text](http://www.sublimetext.com/2), [Atom](https://atom.io/) or [Brackets](http://brackets.io/))

    ## What is NodeSchool?

    NodeSchool is an open-source teaching platform that teach web software skills. It originated as a way to get up to speed with Node.js but has been expanded to help you learn multiple topics. NodeSchool has 3 main packages which should get you up to speed in Node. These packages are:
    NodeSchool is a collection of open-source workshops that teach web software skills. It originated as a way to get up to speed with Node.js, but has expanded to help you learn multiple topics. NodeSchool has 3 main packages that should help get you up to speed in Node. These packages are:

    * javascripting (npm install -g javascripting)
    * javascripting `$ sudo npm install -g javascripting`
    * Learn the basics of JavaScript. No previous programming experience required.
    * learnyounode (npm install -g learnyounode)
    * learnyounode `$ sudo npm install -g learnyounode`
    * Learn the basics of node: asynchronous i/o, http.
    * stream-adventures (npm install -g stream-adventure)
    * stream-adventures `$ sudo npm install -g stream-adventure`
    * Learn to compose streaming interfaces with .pipe().

    There are also a whole bunch of electives, but if you are comfortable with the 3 main packages you should help us mentor :-) The complete list of NodeSchool packages can be found [here](http://nodeschool.io/index.html#workshopper-list)
    There are also a whole bunch of electives, but if you are comfortable with the 3 main packages you should [help us mentor](http://www.meetup.com/node-dc/events/208858042/)! :-) The complete list of NodeSchool packages can be found [here](http://nodeschool.io/index.html#workshopper-list).

    ## Remember

  2. joshfinnie revised this gist Nov 4, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions nodeschool-prep.md
    Original file line number Diff line number Diff line change
    @@ -2,13 +2,13 @@

    Welcome and thank you for signing up for NodeSchool at NationJS 2014. To make this NodeSchool the best NodeSchool, there are a few things that you can do to help us. Below are some steps which should set you up to excel this NodeSchool!

    ## Steps to get ready for NodeSchool
    ## Steps to get ready for NodeSchool.

    1. Install Node.js - This can be done by choosing the pre-built installers [here](http://nodejs.org/download/).
    2. Download the NodeSchool packages.
    3. Come ready to learn with your favorite text editing program (We suggest [Sublime Text](http://www.sublimetext.com/2), [Atom](https://atom.io/) or [Brackets](http://brackets.io/))

    ## What is NodeSchool
    ## What is NodeSchool?

    NodeSchool is an open-source teaching platform that teach web software skills. It originated as a way to get up to speed with Node.js but has been expanded to help you learn multiple topics. NodeSchool has 3 main packages which should get you up to speed in Node. These packages are:

    @@ -21,6 +21,6 @@ NodeSchool is an open-source teaching platform that teach web software skills. I

    There are also a whole bunch of electives, but if you are comfortable with the 3 main packages you should help us mentor :-) The complete list of NodeSchool packages can be found [here](http://nodeschool.io/index.html#workshopper-list)

    ## Finally
    ## Remember

    The most important thing about attending NodeSchool at NationJS 2014 is to have fun. We will have a bunch of volunteer mentors to help you through the above classes, so come ready to learn!
  3. joshfinnie revised this gist Nov 4, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion nodeschool-prep.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # NodeSchool - NationJS 2014

    Welcome and thank you for signing up for NodeSchool at NationJS 2014. To make this NodeSchool the best NodeSchool, there are a few things that you can do to help us. Below are some steps which should set you up to accel this NodeSchool!
    Welcome and thank you for signing up for NodeSchool at NationJS 2014. To make this NodeSchool the best NodeSchool, there are a few things that you can do to help us. Below are some steps which should set you up to excel this NodeSchool!

    ## Steps to get ready for NodeSchool

  4. joshfinnie created this gist Nov 4, 2014.
    26 changes: 26 additions & 0 deletions nodeschool-prep.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    # NodeSchool - NationJS 2014

    Welcome and thank you for signing up for NodeSchool at NationJS 2014. To make this NodeSchool the best NodeSchool, there are a few things that you can do to help us. Below are some steps which should set you up to accel this NodeSchool!

    ## Steps to get ready for NodeSchool

    1. Install Node.js - This can be done by choosing the pre-built installers [here](http://nodejs.org/download/).
    2. Download the NodeSchool packages.
    3. Come ready to learn with your favorite text editing program (We suggest [Sublime Text](http://www.sublimetext.com/2), [Atom](https://atom.io/) or [Brackets](http://brackets.io/))

    ## What is NodeSchool

    NodeSchool is an open-source teaching platform that teach web software skills. It originated as a way to get up to speed with Node.js but has been expanded to help you learn multiple topics. NodeSchool has 3 main packages which should get you up to speed in Node. These packages are:

    * javascripting (npm install -g javascripting)
    * Learn the basics of JavaScript. No previous programming experience required.
    * learnyounode (npm install -g learnyounode)
    * Learn the basics of node: asynchronous i/o, http.
    * stream-adventures (npm install -g stream-adventure)
    * Learn to compose streaming interfaces with .pipe().

    There are also a whole bunch of electives, but if you are comfortable with the 3 main packages you should help us mentor :-) The complete list of NodeSchool packages can be found [here](http://nodeschool.io/index.html#workshopper-list)

    ## Finally

    The most important thing about attending NodeSchool at NationJS 2014 is to have fun. We will have a bunch of volunteer mentors to help you through the above classes, so come ready to learn!