Skip to content

Instantly share code, notes, and snippets.

View KaylaLawson's full-sized avatar

Kayla Lawson KaylaLawson

  • Frontend Software Engineer
  • Denver CO
View GitHub Profile
@KaylaLawson
KaylaLawson / DTR-IdeaBox.md
Last active December 23, 2018 23:20
DTR Idea Box:

Goals and Expectations for the Project:

What does each group member hope to get out of this project?

-Having a good understanding of the layout. Better understanding of localStorage, really use this project to grow into it. -Trying to work with the code on seperate branches to bring more ideas to the team. -I need consistent communication with the gorup. Specificaly, if we are going to commit || push a feature, will let the group know ahead of time to avoid merge conflicts.

What do we want to achieve as a team? How will we know that we're successful?

-Continue to develop git workflow, especially due to us needing to be working remote. Getting more reps with javascript.

Activity 1

  1. 18. Always code review your own work first. (Looking at my own work as if its someone elses will help me identify simple solutions that maybe I over thought. 15. Don’t count the number of hours.(Work hard not hardly work. Time is well spent when learning and absorbing new information.) 11. Take responsibility for your mistakes. (Accepting the mistake and then learning from it is key.)

Activity 2

1.Checklists can help you reduce complex situtaions. In the interview the 35% decrease in deaths soley due to a two min

@KaylaLawson
KaylaLawson / KaylaLawson_GearUp.md
Last active January 25, 2019 21:00
Pre Work Gear Up

Empathy

  • Empathy plays a big role in my life. Lisenting to the community I work for is key, as I cannot relate to the experiences they are going through and my job is to build tools to help them advocate for themselves.
  • If you take the time to listen to your consumers with empathy, the end product should be exactly what they wanted plus more. As a delevolper we are the tool that builds the vision others have. Its our job to make the vision come alive in its truest form.
  • Not one individual is alike, making group settings a challenge to navigate. Empathy can be a tool for navigating group interactions.
  • In the work place lots of unexpected things can come up. In my example a co-worker found something out that was very private and heavy with emotion. They shared with me what was happening and processing what they should do. Should they stay at work and get through the day? or Go home and handle what they needed to? They didn't want to show emotion or share with others. I took on the role of helping
@KaylaLawson
KaylaLawson / KaylaLawson_Prework.md
Last active November 7, 2018 23:16
Prework 1811-FE

Day One

  1. The purpose of HTML is to provide a foundation for the visuals and functions of a website. It's equal to the frame work of a building or home. You dont really notice it, cause it underneath all the other layers of what makes a building but its all right ther in front of you.
  2. An element is how you want a web server to communicate the instuctions of the page, examples are <titles>,<headers>, <body> etc. A tag surrounds the characters of elements, the characters that are communicating what you want displayed on the page. There are open tags and close tags. Tags can be looked at as containers.
  3. Attributes give us more information about the element. Attributes have two parts a name and a value. Attributes are extra information for the element. Instead of just a

    you can have ask for more <p lang="en-us">This will show english</p>
  4. The , and `` of HTML is a basic path in which you want the user to journey through a site. Moving from point A t