Node.js
Intro to Node
Intro to Node
- “Node.js is an event-based, non-blocking, asynchronous I/O runtime that uses Google’s V8 JavaScript engine and libuv library.”
- Its a Js engine that runs in chrome and chromium web browsers like brave (what I use)
- a runtime is a specific version of an engine
- npm is a js package manager
- I have node ver v18.9.0
- npm ver 8.19.1
- “npm install”
- node is used to execute our js code in th browser
Pair Programming
6 Reasons for Pair Programming
- 6 reasons for pair programming:
- Greater efficiency
- Engaged collaboration
- Learning from fellow students
- Social skills
- Job interview readiness
- Work environment readiness
- Using pair programing in my experience has helped to have a second pair of eyes to spot the errors I cant see
- Pair programming has 1 person work on the code and another watch and take the lead.