Upgrade to Pro — share decks privately, control downloads, hide ads and more …

UW Advanced Rails Week 1

UW Advanced Rails Week 1

Slides from Week 1

Ben Woodall

April 02, 2015
Tweet

More Decks by Ben Woodall

Other Decks in Technology

Transcript

  1. Class Structure 2 Hours of Lecture and Live Coding Discuss

    previous weeks work Review that weeks lesson Update our app for that weeks lesson 1 Hour of Class Work and Questions Questions about this weeks lesson Questions about your projects Time to work on your projects 4
  2. How to Pass this Class Write code The more you

    write, the more problems you run into. The more problems you run into, the more you learn! Actively participate Ask questions! Do Work! 6
  3. Weekly Topics Week 1: Ruby on Rails Essentials (Class Intro)

    Week 2: Authentication via OAuth Week 3: Integrating 3rd Party Services/Email Week 4: Building APIs Week 5: Background Jobs Week 6: Performance and Optimization Week 7: JavaScript Week 8: Deploying and Maintaining Week 9: Alternative Frameworks Week 10: Projects Due 7
  4. Class Project Build a small application of your choosing Try

    to incorporate the things we learn every week Teams of two* Show off app at end of quarter 8
  5. Lightning Talks A 5-10 minute presentation about something you are

    curious about Keep it limited to topics pertaining to class Present talks beginning on Week 8 9
  6. We need a sign in/sign up page Controller actions to

    sign up and to sign in A way to store the users sign up information Sessions to keep track of a user 11 What do we know so far?
  7. HOMEWORK! 14 Get ‘Shortener’ up and running locally Think of

    a lightning talk topic and email the topic to me Group project! Integration tests!