This topic is important to because I believe Node to be essential in creating your own servers, and host things from my machine.
Intro to Node Pair Programming Geocoding API Docs Axios Docs Async and Await
Node is a program we can use to execute JavaScript on our computers (JavaScript Runtime)
Its built off the V8 engine (JavaScript Opensource engine) with file system API, an HTTP library and more utility methods.
Node can be installed through Npm or VM (version manager)
You can use npm init to install a package locally
Bunding JS files, running test and more.
It lets use run JS on the server
Only downside of this is it runs on a single thread which leads to limitations. CPU intensive operations should be decided elsewhere.
Real time applications like chat sites, building Api’s, or a lot of data streaming.
Pair programming is a way for developers to develop their skills in a way thats beneficial to another person. It helps a coder develop other skills besides coding as well. These include: Social Skills, Job readiness, and interview readiness.
There’s a lot of things people don’t know, or forget so coding with a peer helps eliminate that by working together and having a fellow developer over your shoulder.
Greater Efficiency, Engaged Collaboration, Learning from others, Social skills, Job interview readiness, and work environment readiness.
I feel like learning from others, but also social skills because I get closer with my peers when we work together and solve hard problems with eachother (leetcode).
Reviewing eachother codes, having one code but being told what to do.
I want to know more about Node, and what applications I could probably make with it right now. I want to learn more about applying this to making servers, and creating cool apps.