layout | title |
---|---|
page |
Mod 0 - Lessons |
The prework linked below must be completed BEFORE your first session! Reach out via Slack if you have any questions.
- [Mod 0 Prework]( {{ site.baseurl }}/prework)
- Before session 1, your Mod 0 Gist should contain sections for
About Me
andIntro Video Link
.
- [Data Types]({{ site.url }}/lessons/data_types)
- [Arrays]({{ site.url }}/lessons/arrays)
- [Asking Technical Questions]({{ site.url }}/lessons/asking_qs)
- [Git Workflow]({{ site.url }}/lessons/git)
- Before session 2, your Mod 0 Gist should contain sections for
Data Types
,Arrays
,Asking Technical Questions
, andGit Workflow
.
- [GitHub]({{ site.url }}/lessons/github)
- [DTR Prep]({{ site.url}}/lessons/dtr)
- [Calendaring & Time Management]({{ site.url }}/lessons/calendaring)
- Before session 3, your Mod 0 Gist should contain sections for
GitHub
,DTR Prep
, andCalendaring & Time Management
.
- [Conditionals]({{ site.url }}/lessons/conditionals)
- [Methods]({{ site.url }}/lessons/methods)
- [Problem Solving]({{ site.url }}/lessons/problem-solving)
- [Beyond Mod 0 Plan]({{ site.url }}/lessons/plan)
- [Final Reflections]({{ site.url }}/lessons/final-reflections)
- By the end of the day Sunday, your Mod 0 Gist should contain sections for
Conditionals
,Methods
,Problem Solving
,Beyond Mod 0 Plan
, andFinal Reflections
.
Note: You are not expected to be experts on these topics, but you should come to Mod 1 ready to ask questions about the topics covered in these lessons.
- Pre-teach this [Testing]({{ site.url }}/lessons/testing) lesson.
- Complete some Ruby Exercises. We'd like you to focus on the
data-types
,ints-and-floats
, andstrings
folders.