-
Notifications
You must be signed in to change notification settings - Fork 6
Timeline Bonus Topics
David Rogers edited this page Feb 18, 2015
·
2 revisions
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.
- How do animations work?
- Animations via JavaScript
- Animations via CSS
- Might need some vendor prefixes:
- CoffeeScript is not a Language Worth Learning by Ragan Wild (archived)
- List of Languages that Compile to JS by Jeremy Ashkenas et al (wiki)
- Notable Transpilers
- CoffeeScript | Literate CoffeeScript
- TypeScript
- LiteScript
- Babel JS (formerly 6to5)
- Google Traceur
- Mad Experiments
- What is documentation? Why document?
- JSDoc
- Docco
- Literate Programming
- What is Node JS?
- What is "event-driven"...?
- What is "non-blocking I/O"...?
-
require()
/module
/exports
- Express JS / Connect
- Routes & Middleware
- What is a module? Why modularize?
- Require JS & AMD
- Browserify & Watchify
- Duo JS