reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class 04 - Data Modeling


Questions

  1. Advantages to Test Driven Design
  1. beforeEach() Runs a function before each test to prep something for the test afterEach() Runs after every test which allows a developer to run a subsequent function to perform a clean up task after the test

  2. The primary downside of test driven development is that there are significant upfront time costs.

  3. ES6 Classes vs. Constructor/prototype classes primary difference is that classes can extend parent classes which is not possible with standard constructors

  4. ReST (Representative State Transfer protocol) allows transfer of additional information to be transferred over http in terms of pseudo states

Vocabulary

Watch: sql vs nosql

Read: nosql vs sql

Read: nosql modeling techniques


Return to reading-notes Deployed Site

Return to reading-notes Mark Down