- Reset: Normalize.css
- Feature Detection: Modernizr
- Pre-processor: SASS
- Syntax: SCSS
- Code organization: SMACSS (Scalable and Modular Architecture for CSS)
- Framework: Bootstrap 3 (sass version)
- Responsive Images: Picturefill
- Responsive Type: Flowtype
- Legacy Browser Support:
- IE8 Responsive: Respond.js
- Interactions/Animations: Default bootstrap transitions, or Animate.css
- Style Guides: SASS
- Atomic Web Design (similar idea to SMACSS)
- CSS Architectures New Best Practices
- Module loader: none - use closures and namespaces
- Testing: Jasmine
- Test Runner: Karma
- Code Quality: JSLint + JSHint Jasmine Spec
- DOM Framework: jQuery (website), AngularJS (application)
- use new (rather than Object.create)