Skip to content

Instantly share code, notes, and snippets.

Length Points Week
1 to 6 hours 25 Week 2

Exercism Comparisons

LEAP

Length Points Week
15 minutes 5 Week 1

ES6 Research

Throughout the module (and your journey to Google enlightenment while working on IdeaBox2.0) you may notice a few different ways that JavaScript code is being written.

That might have something to do with something called ES6 and ES5

  1. What is the purpose of the router in a Rails project? -It is the doorman to the app, matches the verb to the controller
  2. What routes would be provided to you with the line resources :items? -Get index, Get show, get new, post create, get edit, put update, delete destroy
  3. What does root :to => "items#index" represent? How would you access that route in a web app? -it tells the app where to go if the root url is accessed. You would access it like, www.items.com
  4. What rake task is useful when looking at routes, and what information does it give you? -rake routes, outputs all routes available to the app
  5. How would you interpret this output: items GET /items(.:format) items#index -In the items controller, the action is index, making a get request to /items with the option file extension, use the edit route

Setting Group Expectations

Group Member Names:

  1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?
  • Jason - can stay as late as necessary most days. Gf out of town this week, might need to run home to let dog out
  • Roberta - posse meetings in mornings, flexible with after hours
  • Matt - mentor things in the mornings, flexible with after hours
  • Angela - Screenhero around 6:30 and 7, cannot stay late on Thursday, can stay late on Wednesday
@allindow
allindow / week_3.markdown
Created May 26, 2016 15:42 — forked from worace/week_3.markdown
Module 1 Week 3 Diagnostic

Module 1 Week 3 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

For these questions, write a short snippet of code that meets the requirement. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing the information).

Module 1 Week 2 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

Fork this gist, and when you are done, fill out this form:

http://goo.gl/forms/Q4jqmMVh2XFobVys2

For these questions, write a short snippet of code that meets

@allindow
allindow / week1.md
Last active May 16, 2016 16:05 — forked from mikedao/week1.md

Module 1 Week 1 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

For these questions, write a short snippet of code that meets the requirement. Fill in your answers on a second sheet of paper or in your notebook. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing the information).

@allindow
allindow / prework.md
Last active April 28, 2016 04:42 — forked from mbburch/prework.md
Angela Lindow's Turing Prework Gist!

Turing School Prework- Angela Lindow

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist: