Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active July 22, 2019 22:25
Show Gist options
  • Save jw56578/089b3cc1ccbeda8caf916192f437d467 to your computer and use it in GitHub Desktop.
Save jw56578/089b3cc1ccbeda8caf916192f437d467 to your computer and use it in GitHub Desktop.
ACA 311 Notes Day 8

Anouncements

White board

Review Project

Questions

Objective

  • Be aware of the MVC pattern
  • Be able to reorganize our code to make it more manageable with routes and controllers
  • Code a server to do something interesting

Lesson

Homework

Presentation

  • Pitch your app to the class. What’s the problem? How does this app solve it? What do you envision for its future? Followed by a class Q&A.
  • What are NoSQL databases? What are the different types of NoSQL databases? Explain SQL vs NoSQL.

Blog

  • What is “callback hell” and how can it be avoided?
  • What are ‘stubs’ in Node.js?
  • What are “Streams” in Node.JS?
  • What you mean by chaining in Node.JS?
  • Explain “Console” in Node.JS?
  • Explain exit codes in Node.JS? List out some exit codes?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment