Skip to content

Instantly share code, notes, and snippets.

@marktellez
Created March 26, 2017 02:27
Show Gist options
  • Save marktellez/35a80c2a71fe86994a007a9d253467a8 to your computer and use it in GitHub Desktop.
Save marktellez/35a80c2a71fe86994a007a9d253467a8 to your computer and use it in GitHub Desktop.

JavaScript

Intro to coding

  1. Basic code structure
  2. Control Flow
  3. Storing and retrieving values
  4. Data types
  5. Arrays

Intro to Web Development

  1. Javascript in webpages
  2. Modifying HTML w/javascript
  3. Modifying CSS w/javascript
  4. Compressing javascript

Intro to coding Algorithms

  1. Matrices
  2. Trees
  3. Stacks
  4. Queues

Intro to Game Development

... syllabus to come (it should be custom to the interests and progress of the student)

Ruby/Rails

MVC-Full Stack Development

  1. Rails
  2. SQL
  3. Asset compilation
  4. Deployment

Object Oriented Programming

  1. Classes
  2. Modules
  3. Methods and functions
  4. Encapsulation

... more to come (it should be custom to the interests and progress of the student)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment