Skip to content

Instantly share code, notes, and snippets.

Images in the Comments :D

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

  • What is your greatest strength and how do you know?
  • My greatest strength is relationship management and people. As a die hard hufflepuff, I am a loyal human being and I am a team player through and through. I will choose people and relationships over most things 100% of the time. I recently was an Operations Director for Teach for America and the biggest praise I receieved was creating such a great and positive culture within my team.
  • How do you work best?
  • It depends on the exact situation. If it is something that I need to indidivually crank out and do some reflection and my own work, then I find a nice quiet place with some headphones and do that. If it is something more creative that would need collaboration and brainstorming, then I work best by talking things through. Overall, it depeneds on the nature of the project, but I would say in terms of efficiency

Day One


Chapter 1 and 2 - Structure and Text (HTML and CSS: Design and Build Websites):

1. On a website, what is the purpose of HTML code? The purpose of HTML code is to put your text in a text document essential. It's for the core content (words).

2. What is the difference between an element and a tag? An element is something that you use in order to manipulate the text or information. Tags are similar, but there is usually an opening and closing 'tag' to represent the start and end.

3. Why do we use attributes in HTML elements?
@nicknist
nicknist / mod_0_assessment_checklist.md
Last active May 16, 2019 01:08 — forked from rwarbelow/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

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

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made one initial commit.
  • I pushed my initial commit to GitHub.
Object: The Book Thief
Attributes:
Title: "The Book Thief"
Number_Of_Pages: 525
Author: "Mark Zusak"
Cover_Color: "Brown"
Genre: "Historical Fiction"
Number_Of_Chapters: 60
Fiction: True
Class: Book
Attributes:
Title (String)
Number_Of_Pages (Integer)
Author (String)
Color (String)
Genre (String)
Number_Of_Chapters (Integer)
Fiction_Or_NonFiction (Boolean)
Scenario: Walking a Dog
1. Get Dog Ready
1.1 Call Dog
1.1.1 Locate Dog
1.1.2 Use Command
1.2 Put on Harness
1.2.1 Grab Harness
1.2.2 Have Dog Sit
1.2.3 Latch Harness On

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.
@nicknist
nicknist / Guide_to_Git.md
Last active May 12, 2019 15:53
Beginner's Guide to Git

Beginner's Guide to Git

To start off, Git is a Version Control System. Think of this like Google Documents, where you can go back to previous versions of something whenever you want to (However, Git is more complicated than that). Another great thing about Git is that you can work collaboratively on it. Let's move on to some of the commands that you can use in Git:

There are two types of commands in Git, which are

  • Action commands
  • Safe Commands.

Action Commands:

@nicknist
nicknist / mod_0_session_4_readings.md
Last active May 15, 2019 23:06 — forked from rwarbelow/mod_0_session_4_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.

Session 3 Practice Tasks

The assignments listed here should take you approximately 25 total minutes.

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

1. Creating Files and Directories (10 min)

Need help? You can go back to the files/directories portion of the lesson here.