Skip to content

Instantly share code, notes, and snippets.

@zcaceres
Created April 14, 2017 21:54
Show Gist options
  • Select an option

  • Save zcaceres/788757820ca9532615b62bb3bcb04fb3 to your computer and use it in GitHub Desktop.

Select an option

Save zcaceres/788757820ca9532615b62bb3bcb04fb3 to your computer and use it in GitHub Desktop.
Curriculum Review notes

Passport

dependency injection

first class functions: functions are an object and can be passed to other functions

Sorting algos:

  • memorize

Complexity

  • time complexity: how fast the algorithm will run, with BigO noting the worst case scenario
  • space compleixty: the number of memory cells that an algorithm will use

import/export is ES6 functionality.

environment APIs

DNS:

CAP Theorem: a database has tradeoffs between availability, consistency, and partition-tolerance.

Books.findAll({ include: [{ model: Author, where: { name: 'Jacob' } }] })

$: What are the four uses? I dont know.

encryption: hashing:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment