Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active July 12, 2019 22:05
Show Gist options
  • Save jw56578/95bd7b05e3571e3908ee8e0695d775c1 to your computer and use it in GitHub Desktop.
Save jw56578/95bd7b05e3571e3908ee8e0695d775c1 to your computer and use it in GitHub Desktop.
ACA Notes Day 6

Anouncements

White board

Review Project

  • ACA Store
  • The purpose of this project is to give you real life applications to work on. Its fine if you don't feel comfortable with building it yet. You know where you need to get to.
  • You need to be practicing the concepts by breaking them down into smaller chunks that you can focus on. Create your own plunkrs (snippets of code) and handle each piece of functionality seperately.
  • List Products
  • Sign Up

Objective

  • Understand what CORS is in relation to fetch sending messages to servers
  • Be able to write a javascript/node program that is capable of listening for and responding to http messages
  • Understand REST rules
  • We need to run a server program on our computers such that other computers in class can request information from it

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.
  • Demystify “Continuous Integration”. Explain to the class what it is, why it’s used and how to develop successful CI Processes.

Blog 3

  • What are controlled components in React?
  • What is REPL? What purpose it is used for?
  • What is Node JS?
  • What’s the difference between ‘front-end’ and ‘back-end’ development?
  • Explain NPM in Node.js?
  • Explain what the Package.JSON is?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment