Skip to content

Instantly share code, notes, and snippets.

@patrickjneel
patrickjneel / Gearup_empathy.md
Last active August 2, 2017 18:17
Pat Neel Gearup Pre-work

What role does empathy play in your life and how has it helped you? Helps with perspective and to try and see things from a different point of view. Shown me a way of going about something that wasn't clear to me.

How does empathy help you build better software? Gain more perspective and insight that you might not have thought of before, and down the road makes a better product.

Why is empathy important for working on a team? Empathy is important on a team because you'll have a team hopefully with diverse backgrounds. And empathy will help you relate better with your team and it more cohesive and efficient.

Describe a situation in which your ability to empathize with a colleague or teammate was helpful.

PRE WORK DAY 1

On a website, what is the purpose of HTML code? The purpose of HTML code on a website is to provide the text, and the basic structure of the website.

What is the difference between an element and a tag? Tags are containers and tell you about the information between the opening and closing tags. An element comprises the opening and closing tags and any information that lies between the two.

Why do we use attributes in HTML elements? Attributes indicate what kind of extra information you are giving to an elements content.