Incoming...
-
What are you doing well as a pair programmer and collaborator?
- According to my johari window results, I am accountable, confident, friendly, hard-working, logical, and helpful
-
How do you use your strengths as a team member?
- I like to be a leader in my groups so I think that my strengths contribute to that. I also like to keep the group mood upbeat and loose but not too loose.
-
How would you like to continue to develop your strengths?
-
Just by continuing to practice them in group projects. I think its probably easier to work on my weakness though.
-
Date of feedback conversation: 4/7/17
-
How did you prepare for the conversation?
- I prepared for the conversation by writing down what I wanted to say. I wanted to focus on what was going well, but also touch on what we can do to improve.
-
How did the conversation go for you? What was easy about the conversation? What was more difficult?
- The conversation went pretty well as a whole. Most of the conversation was pretty easy since we were on good terms. I enjoyed talking about the project and what we did well in it. Thinking of constructive criticism was the hardest part, but it was taken in well I think.
I have been part of two group projects this mod. With both projects we have used an agile workflow. In my current project we are doing stand ups and retros before and after every meeting. This has been very helpful to keep us organized. We have also been using waffle.io to keep our project organized. This has been helpful in keeping track of what we need to work on and who is responsible for what in the project.
-
Name of contact
- "The mentor (or alum) I contacted is https://www.turing.io/alumni/jack-yeh"
-
Date of contact
- "01/16/2017"
-
Outcome (i.e., did you get a response? If not, what is your follow-up plan? Did you meet? When? What was the result?)
Sessions, Cookies, and Flashes
- If we didn't have cookies and sessions, what would happen?
- We wouldnt be able to keep track of a users session, so they wouldnt be able to stay logged in.
- What is a cookie?
- A cookie is a a piece of information stored in hash style on a users computer. They are unsecure and should not be used to store sensitive data. They also have an expiration date.
- What's the difference between a cookie and a session?
- A session is similar to a cookie, but is secured so that it is secure.
- What's serialization and how does it come into play with sessions?
- Serialization uses a private keyo to secure a session so that it cant be tampered with.
Group Member Names:
-
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?
-
How will group members communicate? How often will communication happen, and how will open lines of communication be maintained?
-
Which feature(s) does each group member want to work on? Which feature(s) does each group member not want to work on?
- First let's read MDN HOW WEB WORKS.
- Next let's watch a few quick examples of how the internet works.
- And [how IP addresses work](https://www.youtube.com/watch?v=KFooN7Mu0IM - how IP addresses work).
- Finally let's tie these things together and watch a video about DNS - what happens when you type an address into a web browser.