View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

NODE.JS

An Introduction to Node.js

Source (article): sitepoint - What is Node and When Should I Use It?

Pair Programming

Source (CF): 6 Reason for Pair Programming

Things I want to know more about

So node.js makes sense right up until the part where a server actually fires off some JavaScript. Is that triggered by a fetch, or just a function? I guess that’s the missing puzzle piece for me here.