Skip to content

Latest commit

 

History

History
116 lines (92 loc) · 6.98 KB

File metadata and controls

116 lines (92 loc) · 6.98 KB

Resources

Week 1

Week 2

Week 3

Soft Skills

  1. Code Review, from Zee
  2. Coding Interview Tips, from Paul

Ruby Web Apps

####Sinatra

  1. Singing With Sinatra, Parts 1-3, :level_1, :tutorial
  2. Sinatra, :level_1, :documentation
  3. Designing With Class: Sinatra + PostgreSQL + Heroku, :level_1, :tutorial
  4. Deploying Sinatra Apps to Heroku,:level_2, :tutorial
  5. ERB, :level_1, :documentation
  6. request/response cycle, :level_1, :tutorial
  7. URI, :level_1, :tutorial
  8. bcrypt , :level_2, :documentation 1.Socket, :level_2

Rack

  1. Rack Compliant Frameworks, :level_2
  2. What is Rack, :level_2
  3. Rack Apps , :level_2
  4. nested query params, :level_2, :blog

Environment

  1. Environment Variables in Ruby, :level_2, :tutorial
  2. $LOAD_PATH, :documentation, :level_2
  3. Gemfiles , :level_1
  4. Managing Secret Data in Open Source Projects

Heroku

  1. Heroku and Ruby Version, :level_2

Rake

  1. Rake, :level_2, :tutorial
  2. restful routes - see the Restful Routes Table, :level_2, :documentation
  3. HTTP Server in ruby, :level_3, :blog

Testing

  1. Zee TDDs Conways Game of Life
  2. Testing with Rspec,:level_1, :tutorial
  3. RSpec Assertions: expect, :blog, :level_1
  4. RSpec Expect, :documentation, :level_1
  5. Testing Web Apps with Capybara and Sinatra,:level_2, :tutorial
  6. Using Capybara, :level_1, :tutorial
  7. RSpec Rake Tasks, :level_2, :documentation
  8. shoulda-matchers, :level_2, :documentation

Active Record

  1. Active Record Migrations, :level_1, :documentation
  2. Active Record Relationss, :level_1, :documentation 1.Active Record Validations, :level_1, :documentation
  3. Active Record Query Interface, :level_1, :documentation
  4. sinatra-activrecord gem, :level_1, :documentation Active Record Scopes, :level_3, :documentation

HTML and CSS

  1. Build a Simple Website, :level_1, :tutorial
  2. Learn HTML and CSS, :level_1, :tutorial
  3. Dash HTML/CSS Tutorial, :level_1, :tutorial
  4. A Beginners Guide to HTML and CSS, :level_1, :tutorial
  5. An Advanced Guide to HTML and CSS,:level_2, :tutorial
  6. semantic markup, :level_1
  7. [CSS Tricks](pseudo-selectors, :level_2, :tutorial
  8. CSS3 transitions, :level_2, :tutorial

JavaScript

  1. MDN Javascript Guide - in particular: 'Working With Objects'
  2. MDN JavaScript Documentation
  3. Team Treehouses: Javascript Foundations
  4. Understanding this and call and apply
  5. Justin Searls video : javascript testing tactics
  6. exercism.io JavaScript,:level_2, :tutorial
  7. Javascript Cheat Sheet
  8. Good Habits, :level_2?, from Matt

Jasmine

  1. Jasmine Documentation
  2. Jasmine Cheat Sheet

JavaScript Frameworks and Libraries

Debugging JavaScript

  1. Codeschool: Dev Tools Course
  2. Debug with Node

Front End Engineering

  • So you want to be a front end engineer? - Slides Video