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
@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)