Skip to content

Commit f583cfe

Browse files
authored
chore: add lesson_03 pre-work (#65)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 01cb896 commit f583cfe

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

lesson_03/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Lesson 03: How Computers Work ([Slides](https://code-differently.github.io/code-differently-24-q4/slides/#/lesson_03))
2+
3+
## Pre-work
4+
5+
Please review the following resources before lecture:
6+
7+
* [Exploring How Computers Work (Video)](https://www.youtube.com/watch?v=QZwneRb-zqA&list=RDCMUCmtyQOKKmrMVaKuRXz02jbQ&index=1)
8+
* [What does what in your computer? Computer parts Explained (Video)](https://www.youtube.com/watch?v=ExxFxD4OSZ0)
9+
10+
## Homework
11+
12+
- [ ] Review [important reminders below](#important-reminders).
13+
- TODO(anthonydmays): Add more details
14+
15+
### Important reminders
16+
17+
* Make sure to sync your fork before creating a branch in order to pull in the latest changes.
18+
* Sync your branch often to avoid merge conflicts and execute `git pull` to bring the latest changes to your machine.
19+
* If your branch is too far behind or you run into too many issues, feel free to delete and re-create your repository. Make sure to review the article linked at the bottom of the [lesson_00](/lesson_00/README.md) README for instructions on how to create your fork and branch properly.
20+
* Remember, you should not reuse a branch you've used to submit a pull request. If you need to make changes, create a new branch and work from there after you've updated your fork to the latest.

0 commit comments

Comments
 (0)