Skip to content

Instantly share code, notes, and snippets.

View dannyradden's full-sized avatar

Danny Radden dannyradden

  • Denver, CO
View GitHub Profile
@dannyradden
dannyradden / tech_blog_post.markdown
Created April 19, 2017 21:19
Technical Blog Post - by Danny Radden

Incoming...

@dannyradden
dannyradden / feedback_iii_pd.md
Last active April 17, 2017 13:58
Feedback III PD - Danny radden

Feedback III Reflection

  • 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.

@dannyradden
dannyradden / feedback_ii_pd.md
Last active April 17, 2017 13:43
Feedback 2 PD - Danny Radden

Feedback II Reflection

  • 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.
@dannyradden
dannyradden / agile_practices_pd.md
Last active April 17, 2017 13:34
Agile Practices / Project management - Danny Radden

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.

@dannyradden
dannyradden / cold_outreach.md
Last active April 17, 2017 13:28
Cold outreach i - Danny Radden

Documentation Guidelines for Cold Outreach I Deliverable:

  • Name of contact

  • 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?)

@dannyradden
dannyradden / asset_pipeline_scavenger_hunt.md
Last active April 12, 2017 15:53
Asset Pipeline Scavenger Hunt

Asset Pipeline Scavenger Hunt

What does it mean to concatenate files? Find an image of an example concatenated file. Why would we want to concatenate files?

Concatenating files means combining a bunch of files' text into one file. This increases performance and reduces the amount of HTML requests necessary.

What does it mean to precompile files? What does this have to do with coffeescript and sass files?

@dannyradden
dannyradden / authorization.md
Created April 5, 2017 15:34
Authorization questions 1701 Mod 2

Authentication is the process of checking the credentials of a user to allow them to log in to an account. Authorization allows users to interact with the website in specifc ways depending on their roles.

Authentication: User creation and login. Uses Bcrypt to keep a password secure. Authorization:

@dannyradden
dannyradden / sessions.md
Last active April 3, 2017 17:16 — forked from case-eee/sessions.md
Sessions, Cookies, and Flashes

Sessions, Cookies, and Flashes

  1. 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.
  2. 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.
  3. 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.
  4. 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.

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?

@dannyradden
dannyradden / how_the_web_works.md
Created March 14, 2017 05:03
Danny Radden - How The Web Works