ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
TopicWhat it isself-rating (how important/useful it is on scale of 1-5)add 1 if you also suggest this resource!Which Week should it be introduced?noteslinkperson who suggestedany particular reference/usefulness/comments related to projects/weeks in mod?
2
Atom - Git mergeAtom Merge-Conflict Package3?14?https://atom.io/packages/merge-conflicts@victoria.vasys
3
ExercisesExercism!412http://exercism.io/languages/ruby/about@victoria.vasys
4
Exercises
Whole gammit of Turing Exercises (do mythical creatures & command-query for sure!)
512https://github.com/turingschool/ruby-exercises@victoria.vasys
5
ExercisesDave's daily exercises; practice with shortcuts41https://github.com/davemaurer/daily_exercises/tree/8cf6baa702d70d8381ccdf8f041ac99cbf234685@victoria.vasys
6
ExercisesEnums Exercises! (will be given in class)512https://github.com/turingschool/enums-exercises/tree/master/exercises@victoria.vasys
7
ExercisesMythical Creatures!512https://github.com/turingschool/ruby-exercises/tree/master/mythical-creatures@victoria.vasys
8
GitGit ignore314?https://help.github.com/articles/ignoring-files/#create-a-global-gitignore@victoria.vasys
9
Git - BranchingGit Branching Tutorial414?http://learngitbranching.js.org/@victoria.vasys
10
Git - FixesHow to undo almost anything with Git412?https://github.com/blog/2019-how-to-undo-almost-anything-with-git@victoria.vasys
11
Git - Fixesoh shit, git!412?http://ohshitgit.com/@victoria.vasys
12
Git - GeneralUnderstanding GitHub workflow512https://guides.github.com/introduction/flow/?utm_source=onboarding-series&utm_medium=email&utm_content=read-the-guide-cta&utm_campaign=learn-github-flow-email@victoria.vasys
13
Git - GeneralAnother Git Tutorial312http://gitimmersion.com/lab_01.html@victoria.vasys
14
Git - GeneralJosh's Git Spike Repo512?https://github.com/josh-works/git_practice@victoria.vasys
15
Git - GeneralGit Cheatsheet312https://www.git-tower.com/blog/git-cheat-sheet/@victoria.vasys
16
Git - MergingGit- resolving merge conflicts413?https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/@victoria.vasys
17
Git - RemotesGit- working with remotes412?https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes@victoria.vasys
18
Ruby - ConstantsRuby Constants14?http://rubylearning.com/satishtalim/ruby_constants.html@victoria.vasys
19
Ruby - CSVsGuide to CSVs15https://www.sitepoint.com/guide-ruby-csv-library-part/@victoria.vasys
20
Ruby - DebuggingRuby Debugging 213?http://www.schneems.com/2016/01/25/ruby-debugging-magic-cheat-sheet.html@victoria.vasys
21
Ruby - DebuggingIntro to Pry Screencast412http://pryrepl.org/screencasts.html@victoria.vasys
22
Ruby - DebuggingRuntime fun with Pry (some of what's described in the Pry Screencast)412https://github.com/pry/pry/wiki/Runtime-invocation@victoria.vasys
23
Ruby - ExtrasRuby libraries, tools, frameworks and software13?https://github.com/markets/awesome-ruby@victoria.vasys
24
Ruby - File IOFile IO41http://ruby.bastardsbook.com/chapters/io/@victoria.vasys
25
Ruby - File IOFile IO code for running from startup file or standalone13?https://www.ruby-forum.com/topic/58437@victoria.vasys
26
Ruby - GeneralSandi Metz' (she wrote POODR!) Rules For Developers521https://robots.thoughtbot.com/sandi-metz-rules-for-developers@erinbassity
27
Ruby - GeneralDave Maurer's Intro to Ruby11Dave is a great mentor! Get in touch with him to set up a large-group discussion :)https://gist.github.com/davemaurer/bcbb2e08c9e406290e46881aab987a0f@victoria.vasys
28
Ruby - GeneralRuby glossary from Code Academy (simplified Ruby Docs)21https://www.codecademy.com/articles/glossary-ruby@erinbassity
29
Ruby - HashesLearn Ruby the Hard Way: Chapter on hashes12LOVED this resource! (and the whole book etc.)https://learnrubythehardway.org/book/ex39.html@erinbassity
30
Ruby - HashesHow to use #inject or #reduce with Hashes12http://stackoverflow.com/questions/19201124/using-hash-new-as-an-initial-value-when-reducing-an-array@victoria.vasys
31
Ruby - HashesLaunch School's bit on hashes522helpful info on hasheshttps://launchschool.com/books/ruby/read/hashes@erinbassity
32
Ruby - HashesHash tricks including memoization412http://thirtysixthspan.com/posts/hash-tricks-in-ruby@victoria.vasys
33
Ruby - SelfUnderstanding Self in Ruby15?https://hackhands.com/three-golden-rules-understand-self-ruby/@victoria.vasys
34
Ruby - StyleRuby Style Guide311https://github.com/bbatsov/ruby-style-guide@victoria.vasys
35
Ruby- DebuggingPry Tips!511https://www.bignerdranch.com/blog/my-top-5-pry-features/@victoria.vasys
36
Ruby- Flow ControlAnother reference for flow control (if/else, loops, redo)411http://zetcode.com/lang/rubytutorial/flowcontrol/@victoria.vasys
37
Ruby- TDDBest practice for TDD312https://gist.github.com/neomatrix369/6159068@victoria.vasys
38
Shortcuts - VSCVS Code Shortcuts11https://code.visualstudio.com/docs/customization/keybindings#_keyboard-shortcuts-reference@victoria.vasys
39
Turing - InfoTuring Posses411https://docs.google.com/document/d/1OKjq08T6Wrw9IZi_lAGCHvVbWFRItvI966SLstMXVew/edit@victoria.vasys
40
Turing - InfoStudent Links11https://github.com/turingschool/links/blob/master/README.md@victoria.vasys
41
Turing Mod1 - HW busy work - distracts you from drills/exercises/mythical creatures10
42
Gemsautomatically lists variables & values in your cli while in a pry session51in cli: `gem install pry-state`
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100