NAME:
Age:
Location:
Occupation:
Time spent using the app/week:
Comfort with technology:
Personality (place an X):
Introverted ---------------- Extroverted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "char_id": 1, | |
| "name": "Walter White", | |
| "birthday": "09-07-1958", | |
| "occupation": [ | |
| "High School Chemistry Teacher", | |
| "Meth King Pin" | |
| ], | |
| "img": "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_walter-white-lg.jpg", |
This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.
- Fork this gist
- On your own copy, go through the listed readings and answer associated questions
- Comment a link to your forked copy on the original gist
- What are you going to work on? Resources here.
Typing
- I'm going to begin every coding session with <typing.io> exercises. I could really use that extra practice, and it works for a great warm-up.
Coding
- I have an account with <teamtreehouse.com>. They have lessons that line up pretty well with mod0 material, and exercises that I can practice outside of the lessons.
Drilling
- I'm going to have to drill some of these fundamentals into my head, like syntax and definitions. I'm going to use flashcards for definitions. For code, I'm considering both hand-writing and typing. I know that hand-writing code blocks will help me remember them with syntax and stuff, but it seems more sensical to type it. I'll see if typing it out helps, but I know I can always fall back on hand-writing if I feel like I'm just going through the motions on a keyboard.