Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 2.54 KB

resources.md

File metadata and controls

69 lines (43 loc) · 2.54 KB

Week 1 - Resources

Menu

  1. Pair programming
  2. Git
  3. Command line
  4. CSS
  5. JavaScript
  6. Node.js
  7. DOM manipulation
  8. Accessibility

Pair programming

Git

Command line

  • Research how to add colours
  • Research how to add branch name and git folder status
  • Research dotfiles, start your own, from scratch. Inspirations.
  • Research vim, with vimtutor. Just install vim and you can get started:
    • Mac brew install vim
    • Ubuntu sudo apt install vim

CSS

JavaScript

Node.js

DOM manipulation

Accessibility

  • ChromeVox Chrome extension
  • tota11y Chrome extension
  • a11y Web accessibility audit tool
  • pa11y command line tool for accessibility testing
  • A11ycasts YouTube series on accessibility, by Google