Skip to content

Instantly share code, notes, and snippets.

# **Guiding Questions to Define The Relationship:**
- What are each of our learning goals for this project? What drives us in this project?
Angela - goal of learning to read projects for better understanding and weave JavaScript/CSS/HTML/DOM.
Whitney - goal of understanding how to utilize event listeners and gain better understanding of how CSS/HTML, JavaScript and the DOM are all integrated.
- What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
Angela - enjoys collaboration as much as divide-and-conquer.
## Is this a fix or a feature?
//
## What is the change?
//
## Is this a fix or a feature?
//
## Where should the reviewer start?
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
## Type of change
Please delete options that are not relevant.

TR: Define the Relationship

Guiding Questions to Define The Relationship: What are each of our learning goals for this project? What drives us in this project?

What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?

How do you communicate best? How do you appreciate receiving communication from others?

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor

Mod 2 random trial and error

very greensome blue text.

//Mod 0//

1. When you've worked towards a goal in the past, what systems or tools have been helpful for you in accomplishing that goal? How could you adapt those same systems/tools to use while at Turing?

In the past I have utilized a variety of management tools to keep myself organized. In my previous career in recruitment I leaned heavily on CRMs and became proficient in pipelining. I have also found success using time blocking and handwritten daily and weekly calendaring. Here at Turing, I might find success using these same techniques for the wide variety of assignments and community activities that I will patriciate in. I should also continue pipelining throughout my time here for job prospecting.

2. As you start this new career, what is one of your strengths and how do you know?

``I know that my grit is my greatest strength and it should serve me well here! I have rarely given up on something that I’ve truly cared about and this program/my future career is of the greatest importance to m

Whitney's Top 4

@whitneywilkes
whitneywilkes / gear_up_answers_and_responses.md
Last active July 30, 2020 00:09
gear_up_answers_and_responses.md

• What role does empathy play in your life and how has it helped you?

Empathy is something that I’ve almost viewed as more of a negative in my own life until reflecting on these articles. Historically, I have been one to feel too strongly what others are feeling and often times put myself out to try to help in any way that could be of benefit. This has led to many people in my life taking advantage of me in different ways – something that has had me doing research on how to be less of an empath, sadly!

There have been some outliers in my life who possess the same level of empathy as I do, and I will say that I am more grateful for those few relationships than any others that I’ve built. Additionally, I’ve been able to use the ability to empathize in my former career field to help great people get jobs who’d have been otherwise looked over by my former office group. I’ve also learned early on to ask “why” as much as humanly possible; this could be a “Chicken/Egg” kind of situation, but I’m more leaning to

@whitneywilkes
whitneywilkes / commit-message-convention.md
Created July 23, 2020 00:18 — forked from julienbourdeau/commit-message-convention.md
The seven rules of a great git commit message

Source: http://chris.beams.io/posts/git-commit/#seven-rules

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Use the imperative mood in the subject line
  6. Wrap the body at 72 characters
  7. Use the body to explain what and why vs. how