Skip to content

Instantly share code, notes, and snippets.

@richardltyler
richardltyler / breakingbadcharacters.json
Created February 13, 2024 20:07 — forked from glitchedmob/breakingbadcharacters.json
Breaking Bad Characters JSON
[
{
"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",

USER 1

NAME:
Age:
Location:
Occupation:
Time spent using the app/week:
Comfort with technology:
Personality (place an X): Introverted ---------------- Extroverted

React Router Prework

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.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions
  3. Comment a link to your forked copy on the original gist

Questions / Readings

@richardltyler
richardltyler / nextStepsRichard.md
Last active September 16, 2020 03:37
Richard's Final Project - Next Steps
  1. 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.