Skip to content
David Rogers edited this page Sep 21, 2015 · 2 revisions

Week 1: Intro to GitHub, git, and JavaScript

JavaScript

  • What are the 4 primitive types in JavaScript?
  • What are the 2 container types in JavaScript?
  • How do I write a Function in JavaScript?
  • What are the three parts of a Function? What are their defaults?

GitHub and git

  • How do I give myself save-points while writing code?
  • How do I use a Revision Control System (RCS) or Source Control Manager (SCM) like git?
  • What is are the 3 steps I should take to add my code to git?
  • How do I send my code to GitHub? How do I get code from GitHub?
  • How do I contribute to other projects on GitHub?

Week 2: JavaScript in the Browser and the DOM

Week 3: Intro to jQuery and CSS Layout Techniques

Week 4: Intro to Sass and Semantic HTML

Week 5: Intro to Asynchronous JavaScript and APIs

Week 6: HALFTIME! Review and Portfolio Building

Week 7: Intro to Reactive Views with ViewJS

Week 8: Intro to Web Applications with Angular JS

Week 9: Intro to Database Design with Firebase