Skip to content

Instantly share code, notes, and snippets.

Walking a Dog
1. Get dog ready
1.1 Call dog
1.1.1 Locate dog
1.1.2 Use appropriate command
1.2 Put on harness and leash
1.2.1 Grab harness
1.2.1.1 Loosen harness
1.2.1.2 Lift over head
1.2.1.3 Secure in place
@slkarsh
slkarsh / mod_0_session_4_practice_tasks.md
Last active May 15, 2019 22:44 — 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.
@slkarsh
slkarsh / beginners_guide_to_git.md
Last active May 14, 2019 21:18
Beginners Guide to Git

Beginners Guide to Git

What is Git?

  • Git is a Version Control System (VCS)
    • Version Control System: a system where edits to a file or files can be tracked over time. Each "save" acts as a snapshot version of the file at that particular time, allowing developers to go back and review the file(s) in their various iterations over time.
  • Rather than each "save" overriding previous versions, each "save" captures the work in that particular moment in time
  • Git is a way to ensure that nothing is ever lost

The Basic Steps to Git

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.

@slkarsh
slkarsh / mod_0_session_3_readings.md
Last active May 11, 2019 17:06 — 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 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.

@slkarsh
slkarsh / mod_0_session_2_readings.md
Last active May 9, 2019 01:39 — forked from rwarbelow/mod_0_session_2_readings.md
Mod 0 Session 2 Readings

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):
  • I actually identify a lot with this piece. First, I never thought I'd end up in anything STEM related. I was mostly fine with science and math (except chemistry) but I have always been a language/writing/social science person. Like the author, though, I have learned different languages and the one I succeeded at and have attained some sembl