View on GitHub

reading-notes

NODE.JS

 

Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine.

 

It’s the javascript that chrome(and other chromium-based browsers) uses to render javascript, it’s main point is performance.

 

That it’s a program we can use to execute JavaScript on our computers.

 

package manager that allows us to download packages (code other devs wrote) so we can use them in our projects.

 

v12.22.1

 

v7.11.1

 

npm install jshint

 

to run javascript code outside of browsers.

 

 

Learning from fellow students, as other have tricks you don’t know.

 

by having a driver and a navigator, meaning one that codes and one that tells the other what to code.





301 Home
read01 Introduction to React and Components
read02 State and Props
read03 Passing Functions as Props
read04 React and Forms
read05 Putting it all together
read06 NODE.JS
read07 REST
read08 APIs
read09 FUNCTIONAL PROGRAMMING
read10 In memory storage
read11 Authentication
read12 Mongo and Mongoose
read13 CRUD
read14 Project Ideas
read15 Project Kickoff