Skip to content

Instantly share code, notes, and snippets.

View TwirlingTechGoddess's full-sized avatar
:electron:
Working hard

LeeLee James TwirlingTechGoddess

:electron:
Working hard
View GitHub Profile
@TwirlingTechGoddess
TwirlingTechGoddess / LeeGraham_GearUpPrework.md
Last active January 15, 2018 23:13
Turing Gear Up Prework

Empathy

Empathy has helped me tremendously in my own life, as a figure skating coach and choreographer. It was very important that I become an active listener AND an active watcher in order to better understand my students' styles of learning. That skill crosses over into software development in so far as truly understanding the needs of my clients from their own perspectives, not just my own. Empathic thought and expression is also an important skill to implement in team building and teamwork. I also find that group empathy can be exercised into corrolating to community building. I recall having a very heated and intense discussion with a coworker about his attitude in the workplace, and subsequently the impact that his attitude has on our clients, our coworkers, and ultimately the business.

He later explained to me that it was the 1-year anniversary of the day that he'd lost his daughter in a car accident. I was able to immediately empathize with what he was experiencing inside, allowed him to exp

@TwirlingTechGoddess
TwirlingTechGoddess / LeeGraham_TechnicalPrework.md
Last active January 15, 2018 20:50
Turing Technical Prework

DAY 1

Chapters 1 & 2

  1. On a website, what is the purpose of HTML code? To create the structure and layout of the webpage.
  2. What is the difference between an element and a tag? An element comprises the opening tag and the closing tag and any content that lies between them.
  3. Why do we use attributes in HTML elements? Attributes provide additional information about the contents of an element.
  4. Describe the purpose of the head, title, and body HTML elements. They're use is to reflect a hierarchy of information.
  5. In your browser (Chrome), how do you view the source of a website? From the "customize and control" button on the top right, select "more tools," followed by "developer tools."
  6. List five different HTML elements and what they are used for. For example, is a paragraph element, and it is used to represent a paragraph of text. is used for main headings, `````` is used for subheadings, <b></b> make characters appear bold, `````` make char