Skip to content

Instantly share code, notes, and snippets.

@adamsjr8576
adamsjr8576 / Top_Down_Design_DogWalk.txt
Created July 10, 2019 01:11
Notating Top Down Design
1. walking a dog
1.1 get dog ready
1.1.1 get leash/harness
1.1.1.1 take from dog closet
1.1.2 put on leash/harness
1.1.2.1 put harness over head
1.1.2.2 buckle harness under chest
1.1.2.4 attach leash to harness
1.2 get self ready
1.2.1 put on shoes

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.
@adamsjr8576
adamsjr8576 / A_Beginners_Guide_To_Git.md
Last active July 9, 2019 22:44
Documenting Git knowledge thus far using Markdown

A Step-By-Step on Git Flow

  1. Initilize git using git init once you are in the working directory you would like git to track
  2. Git is now tracking the working directory
  3. at any point you can use git status to check the status of the files in your directory
  4. If a file is added to the directory then it will initially be untracked
  5. add file to staging area via git add <file>
  6. commit file to finalize addition via git commit -m '<insert text>'
  7. once you run git status it should say "nothing to commit, working tree clean"
  8. Any time a file is modified or created then you will need to repeat the git add and git commit commands to finalize those modifications
@adamsjr8576
adamsjr8576 / mod_0_session_4_readings.md
Last active July 9, 2019 22:45 — 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.

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 (60 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.

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):
  • One of the key take-aways for me is the idea that Sara Simon explains as practiced skill. The idea that in order to gain fluency or even just a comprehensive understanding of a skill, language, or concept we need continual practice and immersion over time. Within this is the need for patience, as the earlier stages of the process can seem t