Skip to content

Instantly share code, notes, and snippets.

Day 1

  1. On a website, what is the purpose of HTML code? - HTML allows for a web browser to interpret the structure of the content that is on the webpage.
  2. What is the difference between an element and a tag? - Elements help to define the structure of the content. Tags typically enclose information by using brackets (usually opening and closing, some are just one)
  3. Why do we use attributes in HTML elements? - Attributes have a name and a value, this allows for further description of the function of an element.
  4. Describe the purpose of the head, title, and body HTML elements. - Body element will contain everything that is shown within the browswer. The head element is where information is contained about the page, title can be found within the head element. The title element are either shown in the top of the browser, above where you type your URL, or on the page tab.
  5. In your browser (Chrome), how do you view the source of a website? - View - Developer - View Source
  6. List fiv
My greatest strength is that I am willing to fail and stay resilient. I have always been imaginative and curious in timemy thoughts and my actions.
I have failed many times but I continue to persevere. I work best in a trial and error setting, where failing is hopefully encouraged.
I know that I am capable, and I know that I have a lot to learn about everything. I can always try harder and be more proactive.
My hopes in starting a new career are that I gain confidence through my skills and enhance my ability to lead. I can be quiet in
professional settings, I always feel like an imposter no matter the breadth of my knowledge. Knowing these attributes will be of
benefit to me because I will be pushed mentally like I have never been before. Achieving the satisfaction of learning new languages
and being able to apply them to build new projects will give me confidence and grit that I will use in the workplace. My ingenuity
and desire to be efficient and creative will also be applicable in new ways to me. I look

Session 2 Readings and Responses

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

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of this 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. Learning Fluency by Turing alum Sara Simon (30 min)

  • Your key take-aways OR how you're going to implement specific points (minimum 3):
  • Growth mindset is key in overcoming the challenges of learning a new language. Perseverence and discipline are paramount.

Session 2 Practice Tasks

The assignments listed here should take you approximately 2 hours.

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. Documentation and Googling (75 min)

Documentation of a langauge, framework, or tool is the information that describes its functionality. For this part of the practice tasks, you're going to practice digging into documentation and other reference material.

@julianenochs
julianenochs / mod_0_session_3_readings.md
Last active April 12, 2019 23:14 — forked from rwarbelow/mod_0_session_3_readings.md
Mod 0 Session 3 Readings

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 20 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.

Markdown Practice

Take a look at the Mod 0 Tech Setup instructions. Next, click the Raw button and compare the raw markdown to how the gist displays.

Look for the following elements, and under each bullet point, paste an example of the markdown that creates each.

  • Headings of various sizes
  • Links
  • Bold text
  • Auto-numbered lists

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.
@julianenochs
julianenochs / mod_0_session_4_readings.md
Last active April 17, 2019 22:43 — 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.
@julianenochs
julianenochs / mod_0_assessment_checklist.md
Last active April 17, 2019 20:26 — 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.