Skip to content

Instantly share code, notes, and snippets.

View Davidschlundtbodien's full-sized avatar

David Schlundt-Bodien Davidschlundtbodien

  • Turing School of Software & Design
  • Lakewood CO
View GitHub Profile

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

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

  • I named my directories correctly.
@Davidschlundtbodien
Davidschlundtbodien / til.md
Last active May 1, 2019 17:51
Today I learned...

04-29-19:Today I learned how to create a new gist through GitHub. How to do basic terminal commands such as navigating directories creating and editing. As well as logging changes using git.

04-30-19: Learned how to generate SSH key's, downloading and uploading repositories through the terminal if maintain up to date files.

05-01-19: {} and () are sometimes optional in ruby, as well as some class method shortcuts such as (attr_reader, attr_writer, attr_accessor)