Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.43 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.43 KB

HackYourFuture Node.js - Reading material week 2

Last weeks Summary

Last week we looked at building an HTTP interface. The interface allowed us to get a state, and manipulate the state (add, subtract, reset).

Agenda

  1. Recap last week
  2. Previous homework
  3. Questions & answers (Q&A)
  4. Persisting data beyond the lifetime of the app
  5. Building a command line interface (CLI)
  6. Accessing file system with Node.js fs module
  7. CRUD operations, create, read, update and delete
  8. Homework

Reading material

Node.js process

You don't have to remember everything in this video, just a nice outline Egghead video tutorial Only read the part about "process.argv" Node.JS docs - process.argv

Node.js file system module fs

Main documentation

fs.readFile() fs.appendFile()

Node Fundamentals

Read parts:

Prepare for the next lecture

Lynda playlist 💁