Skip to content

Instantly share code, notes, and snippets.

View allisonjw's full-sized avatar

Allison Wagner allisonjw

View GitHub Profile

Turing Module 0 Capstone

Day One Homework

Chapter 1 and 2 Answers

  1. HTML code provides the structure, or the skelton, of a website.
  2. An element comprises the opening tag and the closing tag and any content that lies between them.
  3. We use attributes to provide additional information about the contents of an element.
  4. The head is before the body and contains information about the page and you will usually find the title inside the head element. The title element, is as it sounds a title of something. It's contents are either shown in the top of the browser or the tab for that page. Everything inside the body element is shown inside the main browser window.
@allisonjw
allisonjw / mod_0_session_4_practice_tasks.md
Last active March 27, 2019 00:31 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Gear Up Empathy Assignment

(4-6 sentences) on the following prompts.

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

In so many ways. All of my family say I'm the "emotional one". Which may be true, but its a compliment to me. It's pretty amazing what happens when you actively listen to someone, friend or coworker, and really pay attention to what someone has to say. I try to relate to what a person is feeling, where they are coming from and what stresses they may have. You may be feeling the exact same but without listening and understanding with empathy, you wouldn't know.

relateable empathy

@allisonjw
allisonjw / AllisonWagner_PD_prework.md
Last active April 9, 2019 18:06
Professional Development

Mod 0 Professional Development

Please respond to the following questions in a reflection (4-6 sentences):

  1. What is your greatest strength and how do you know?
  • I believe that I'm very accountable and loyal person. People tend to confide in me and come to with problems. In previous jobs I always volunteered for training new employees or teaching workshops. I know this is my strength, not only because I've told, because I try to be the person that I would want to depend on.
  1. How do you work best?

Company XYZ is looking for you!

As a team member embedded in an energetic team of Software Engineers, you will create software products utilizing state of the art technologies. Working on a team, you’ll celebrate all the hard work that goes into a successful software development. The culture at XYZ fosters collaboration, innovation, integrity, mentorship, commitment to success and fun. Our company is dedicated to growing their people and offering an opportunity that allows you to make impact in your career.

If you love technology, are hungry to learn, and are looking for a creative, fun and friendly workplace where you get to develop software that will transform the insurance industry, we would love to get in touch with you.

Project: FitLit

Group Members: Allison Wagner and Victor Abraham

DTR

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

Better understanding and implementation of array prototypes. Getting better at ES6 syntax and a better understanding of working with larger data sets. Getting more efficient working with Mocha and Chai

Exam Checklist

Mid-Mod Notes

Time: 3 hrs

  • Spec like IdeaBox
  • Build out an app from a boilerplate / work through iterations
  • Dependencies installed
  • 2 repos (1 FE and 1 BE)
  • Bring in data from an API
@allisonjw
allisonjw / Creating-a-React-app.md
Last active January 15, 2020 15:57
React w/ Jest, Router, Redux