Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Created August 11, 2020 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sandrabosk/e1dfc3afdc52294ea4adc3061bc0722d to your computer and use it in GitHub Desktop.
Save sandrabosk/e1dfc3afdc52294ea4adc3061bc0722d to your computer and use it in GitHub Desktop.
  1. What is package.json?
  2. What is package-lock.json?
  3. What are node_modules?
  4. Why do we need .gitignore file?
  5. What is .env file, why do we need it? Which npm package do we need to use to utilize the .env?
  6. What are middlewares?
  7. Which npm package do we need for password hashing?
  8. What is "salt"? What are "salt rounds"?
  9. What is authentication? What is authorization?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment