Skip to content

Instantly share code, notes, and snippets.

View KevDev90's full-sized avatar

Kevin Johnson KevDev90

View GitHub Profile
@KevDev90
KevDev90 / kevinjohnson-mod-0-capstone.md
Last active July 31, 2019 15:14
Kevin johnson mod0 capstone
Day 1
On a website, what is the purpose of HTML code? It describes the structure of pages.
What is the difference between an element and a tag? Each html element tells the broswer something about the information that sits between
its opening and closing tags. elements are usually made up of two tags, opening and closing tags.
Why do we use attributes in HTML elements? Attributes give us additional info about the contents of an element.
Describe the purpose of the head, title, and body HTML elements. Head- contains info about the page, you will usually see it before the body element and usually find a title element inside. Title- contents of the title element are usually shown on the top of the browser or on the tab for that page. Body- everything inside this element is shown inside the main broswer window.
@KevDev90
KevDev90 / day 3 career development.md
Last active July 28, 2019 20:24
Day 3 career development

What is your greatest strength and how do you know? My greatest strength is probably my work ethic. I know this because once I set my mind to a task; I truly believe that I will do whatever it takes in order to successfully complete that task. I've had to work very physically demanding jobs in the past, and those are nearly impossible to succeed at unless your have a great work ethic. I am confident that I will be able to continue this work ethic during my time at turing.

How do you work best? I believe I work best in groups. I like being able to bounce ideas off of different people and absorb information from other people that I'm working with. I adhere to the old adage that "two heads are better than one". The better a team of co-workers can work together without friction, the better the entire project will be.

What is your greatest area of improvement? I could definitely use more improvement in my coding skills and acumen. I don't have

@KevDev90
KevDev90 / mod_0_session_4_readings.md
Last active July 29, 2019 23:27 — forked from damwhit/mod_0_session_3_readings.md
Mod 0 Session 4 Readings and Responses

Session 4 Readings and Responses

The readings and responses listed here should take you approximately 50 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this 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.
@KevDev90
KevDev90 / beginners guide to git.md
Created July 29, 2019 23:27
Beginners guide to git

Git basics

  1. Create a repository
  2. Checkout a repository
  3. Workflow
  4. Commit
  5. Push changes

Branching

  • Branches are used to develop features isolated from each other
@KevDev90
KevDev90 / mod_0_session_4_practice_tasks.md
Last active July 30, 2019 00:21 — forked from damwhit/mod_0_session_3_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.
@KevDev90
KevDev90 / top down design.txt
Last active July 30, 2019 01:27
Top down design
1. Starting a campfire
1.1 preparing area
1.1.1 clear debris
1.1.1.1 remove wet leaves, rubble
1.1.2 set up ring
1.1.2.1 find stones
1.1.2.1.1 put in circle
1.2 building fire
1.2.1 gather wood & flammables
1.2.1.1 kindling materials
@KevDev90
KevDev90 / class.txt
Created July 30, 2019 02:25
class gist
Class vehicle
attributes
oil (string, float)
color (string)
make (string)
model (string)
doors (string)
body type (string)
@KevDev90
KevDev90 / object.txt
Created July 30, 2019 02:28
object description
Object/ instance Dodge charger
oil- conventional
color- red
make- Dodge
model- Charger
doors- 4
body type- sport
Give a paint job- change color to red
Gear up
What role does empathy play in your life and how has it helped you? Empathy plays a big role in my life because i was raised by my parents to treat others the way I would like to be treated. Being able to be self aware and also aware enough to notice and respond thoughtfully when someone is distressed will go a long way to help them calm down. It is important to be able to respond to people in a helpful, constructive manner versus a negative non helpful way. When I previously worked as a furniture mover I would always try to be empathetic towards the customers and treat their property like it was my own in order to maintain a positive relationship with them.
How does empathy help you build better software? empathy can help you build better software because it can help you identify with your target audience better. Instead of developing a program to your own personal preferences, you can use empathy and try to figure out which aspects of this program would be ideal for my target audience that's goin
@KevDev90
KevDev90 / mod_0_assessment_checklist.md
Last active July 31, 2019 23:36 — forked from damwhit/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • [x ] I named my directories correctly.
  • [x ] I named my files correctly.
  • [x ] I structured my files and directories correctly.
  • [x ] I made only one initial commit.
  • [x ] I pushed my initial commit to GitHub.