Skip to content

Commit

Permalink
Update all lesson links
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed May 9, 2024
1 parent adea708 commit 12e5d35
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions lessons/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: Mod 0 - Back End
title: Mod 0
---

## Prework
Expand All @@ -11,37 +11,37 @@ title: Mod 0 - Back End

## Session 1
### Live Sessions
* [Data Types]({{ site.url }}/back-end/data_types)
* [Arrays]({{ site.url }}/back-end/arrays)
* [Data Types]({{ site.url }}/lessons/data_types)
* [Arrays]({{ site.url }}/lessons/arrays)

### Assignment - Complete Before Session 2
* [Asking Technical Questions]({{ site.url }}/shared/asking_qs)
* [Git Workflow]({{ site.url }}/shared/git)
* [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`, and `Git Workflow`.

## Session 2
### Live Sessions
* [GitHub]({{ site.url }}/shared/github)
* [GitHub]({{ site.url }}/lessons/github)

### Assignment - Complete Before Session 3
* [DTR Prep]({{ site.url}}/shared/dtr)
* [Calendaring & Time Management]({{ site.url }}/shared/calendaring)
* [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`, and `Calendaring & Time Management`.

## Session 3
### Live Sessions
* [Conditionals]({{ site.url }}/back-end/conditionals)
* [Methods]({{ site.url }}/back-end/methods)
* [Conditionals]({{ site.url }}/lessons/conditionals)
* [Methods]({{ site.url }}/lessons/methods)

### Assignment - Complete by Sunday Evening
* [Problem Solving]({{ site.url }}/shared/problem-solving)
* [Beyond Mod 0 Plan]({{ site.url }}/shared/plan)
* [Final Reflections]({{ site.url }}/shared/final-reflections)
* [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`, and `Final Reflections`.

## Complete Before Mod 1
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 }}/back-end/testing) lesson.
* Pre-teach this [Testing]({{ site.url }}/lessons/testing) lesson.
* Complete some [Ruby Exercises](https://github.com/turingschool-examples/mod-1-be-exercises). We'd like you to focus on the `data-types`, `ints-and-floats`, and `strings` folders.

<br>
Expand Down

0 comments on commit 12e5d35

Please sign in to comment.