What Is Node and When Should I Use It?
What Is Node.js?
-
Node Is Built on Google Chrome’s V8 JavaScript Engine.
-
The V8 engine is the open-source JavaScript engine that runs in Google Chrome and other Chromium-based web browsers, including Brave, Opera, and Vivaldi. It was designed with performance in mind and is responsible for compiling JavaScript directly to native machine code that your computer can execute.
-
Node.js is a program we can use to execute JavaScript on our computers. In other words, it’s a JavaScript runtime.
what is npm ?
npm is the world’s largest software registry and the package manager for JavaScript
What Is Node.js Used For?
node.j and npm These build tools come in all shapes and sizes, and you won’t get far in a modern JavaScript landscape without bumping into them. They can be used for anything from bundling your JavaScript files and dependencies into static assets, to running tests, or automatic code linting and style checking.
6 Reasons for Pair Programming
what is the 6 Reasons for Pair Programming?
-
Greater efficiency
-
Engaged collaboration
-
Learning from fellow students
-
Social skills
-
Job interview readiness
-
Work environment readiness
In your experience, which of these reasons have you found most beneficial?
Learning from fellow students
How does pair programming work?
pair programming commonly involves two roles: the Driver and the Navigator.
https://github.com/saraalshater/Reading-notes/tree/main/Code-301-Reading-notes
https://saraalshater.github.io/Reading-notes/