Skip to content

Instantly share code, notes, and snippets.

View JoelLindow's full-sized avatar

Joel Lindow JoelLindow

  • Denver, Colorado
View GitHub Profile

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?

  2. How will group members communicate? How often will communication happen, and how will open lines of communication be maintained?

  3. Which feature(s) does each group member want to work on? Which feature(s) does each group member not want to work on?

How The Web Works

QUIZ:

  1. Describe, step by step, what happens when I type www.example.com into my browser and try to go to the page?
  • ANSWER:
  • Client Makes Request
  • Request hits the server / router
  • Server sends requent to the controller
  • Controller sends request to the model