nrhubbar / node-http-tutorial

This is a tutorial that I am creating to help explain how to get up and running with nodeJS.
0 stars 1 forks source link

Tutorial Feedback #2

Open DannyPeck opened 6 years ago

DannyPeck commented 6 years ago

This issue will be where I will provide any feedback I have for the tutorial.

DannyPeck commented 6 years ago

lesson-0: Installing Node.JS

"NodeJS is not hard to get up and running with."

Remove the word with.

DannyPeck commented 6 years ago

lesson-0: Mac Installation

I believe brew install nvm also works.

DannyPeck commented 6 years ago

lesson-0: Setup Command Line Tools

"But imho it takes some tweaking to fully enjoy and be useful with."

Remove the word with.

DannyPeck commented 6 years ago

lesson-0: Setup Command Line Tools: Mac

The homebrew package manager is wonderful, I would add a recommendation to use homebrew.

DannyPeck commented 6 years ago

lesson-0: Text Editor

"I used to use Atom, but it has gotten slower, but it has an extremely rich package community."

Maybe: "I used to use Atom, it has an extremely rich package community but has gotten slower."

DannyPeck commented 6 years ago

lesson-1: My First Server

"This lesson will be help explain a server's job, different patterns involved, as well as the concept of persistance."

Remove the word "be", add a "the" before the word different. Also, just noting that they probably don't know what you mean by pattern ;).

DannyPeck commented 6 years ago

lesson-1: What is a server? Last sentence.

"For a production server it is pertanent that is has high uptime".

Should be "that it has high uptime" instead of is. Also, just noting that depending on the expected reader they might not know what you mean by "production".