Skip to content

Timeline Bonus Topics

David Rogers edited this page Feb 18, 2015 · 2 revisions

Bonus Topics

Earmarked for Weeks 9 & 10, these can be delivered by pretty much anyone: other TIY instructors, Mason, the TAs, community guests. They're broad topics that can be expounded upon extensively.

Animations

Transpilers

Documentaion Trumps All

Server-Side JavaScript (NodeJS)

  • What is Node JS?
  • What is "event-driven"...?
  • What is "non-blocking I/O"...?
  • require()/module/exports
  • Express JS / Connect
  • Routes & Middleware

Modular JavaScript

  • What is a module? Why modularize?
  • Require JS & AMD
  • Browserify & Watchify
  • Duo JS