Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.89 KB

File metadata and controls

68 lines (45 loc) · 1.89 KB

Sprint 3 - Core Patterns in Web Development

Topics Covered

  • AJAX
  • File uploading and processing
  • Background tasks
  • Structured JavaScript
  • Sending email
  • More complex data models

Projects

Exercises

Ruby

Complete the following exercises (in order) from the Ruby Exercises repository.

We do not expect students to complete every exercise every week, but you should be attempting as many as you can. Remember, the top priority is getting feedback from us, even if your code is incomplete.

  1. person.rb
  2. person_notes.rb
  3. die.rb
  4. die_sides.rb
  5. die_labels.rb
  6. board.rb
  7. hot_or_cold_class.rb

Sinatra

Complete the following exercises (in order) from the Sinatra Exercises repository.

  1. Sinatra Katas

JavaScript

Explore and complete some of the JavaScript Exercises. NOTE: this repo is a WIP (work in progress), so there are still many pieces missing.

Examples

Use these examples to bolster your understanding.

  1. Yardsale (Craigslist clone)
  2. Can I Eat Here (Yelp clone)
  3. Examples: Sinatra (common web development patterns implemented in Sinatra)
  4. LinkedOut - Example