OS

Everything is a file

What's happening when I replace an old application with a new one?

...
JavaScript

How to make an API

Step-by-step instructions on how to make an API with Node.js, Express, Heroku, MongoDB, and a file of JSON data.

...
JavaScript

What is a package.json file?

What's the difference between a package.json and package-lock.json file?

...
JavaScript

Expressions vs. statements

What's the difference between an a function expression and a function statement? More broadly, how are they different everywhere else?

...