Skip to content

Instantly share code, notes, and snippets.

Describe the person that you want to become? What have you done this week to work toward becoming that person? What habits, processes, and knowledge have you identified this week that you will need to improve on or obtain in order to become that person? What wins or appreciations do you have for this past week? What struggles did you encounter? How well did you stick to your calendar this past week? Did you spend more/less time in some areas than planned? If so, what areas and why? Do you need to adjust your calendar for next week?

@attom2
attom2 / Crate-DTR.md
Created August 17, 2020 20:22
Crate-DTR.md

Group Member Names: Danny Ramos, Derek Borski, Jack Gould, John Watterson, Andy Tom

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we’re successful?):

Get a full understanding of front end and back end, how they are married. Understand Redux. Lean into the code annotation, spend time getting an understanding of how the data flows.

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

Driver navigator when possible. Pair front end and back end and annotate together. Utilize the github project board.

Schedule Expectations (When are we available to work together and individually? What constraints do we have? Make sure to discuss the remote questions above in regards to this section):

Group Member Names: Andy Tom, Corbin March, Edwin Montealvo

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we’re successful?):

Corbin: Have a firm grasp on React Hooks. Andy: Have a better understanding of React fundamentals. Edwin: Start to understand Typescript.

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

Andy: Everyone willing to work, Lover of Justice. Corbin: Fully detailed workboard to work through. Edwin: Willing to help others along if they are willing to work.

@attom2
attom2 / gist:edc1463521da43e3a15477bf514f183d
Created July 20, 2020 17:43
Strech-Project-Name-That-Pokemon.DTR
Group Member Names: Andy Tom, Corbin March, Edwin Montealvo
## Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we’re successful?):
Corbin: Have a firm grasp on React Hooks.
Andy: Have a better understanding of React fundamentals.
Edwin: Start to understand Typescript.
## Team strengths & collaboration styles (consider discussing your Pairin qualities here):
Andy: Everyone willing to work, Lover of Justice.
Corbin: Fully detailed workboard to work through.
Edwin: Willing to help others along if they are willing to work.

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

Group Member Names: Andy Tom and Becca Steinbrecher

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we’re successful?):

Andy: I haven't built an app in react so I'd like to just have practice with that. Know more about react. Becca: Understand the router that creates multiple pages for the user experience. Asynchrous testing with jest. Both: If we learned what we want to learn. Hopefully be done with iteration 5 by next wednesday.

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

Andy: Likes to work step-by-step toward a goal. Becca: Straigtforward and sincere, optimistic. Both: Specialist, work hard and plan.

Schedule Expectations (When are we available to work together and individually? What constraints do we have? Make sure to discuss the remote questions above in regards to this section):

What is a "framework?" And how does it differ from a "library?"

A framework is a set of pre-written rules that allow a developer to perform certain tasks without writing all of the code. A library has less rules than a framework.

Why should we consider using a framework over vanilla JS like you have been doing in mods 1 and 2?

It allows us to write code more efficiently so we don't have to reinvent the wheel.

What is a "component" in React? Why is it useful to have components?

A component is a file that interacts with the dom in some way, it allows each file to be much smaller and more readable. It allows the UI to be updated with the current state.

What is JSX?

@attom2
attom2 / DTR-FitLit.md
Last active May 11, 2020 21:11
DTR-FitLit

aGroup Member Names: Andy Tom and Justin Volk

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we’re successful?):

Andy: I'd like to work more on testing for sad paths.
Justin: Get better with testing, have a better understanding of what each test is doing.
Both: Get back to DOM manipulation. We'll know if we can explain our code to someone else and have good workflow. We want ideally complete 4 iterations but if we don't, as long as we learned as much as we could. We want a working application with as little bugs as possible.

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

How we can use our strengths to overcome obstacles: We are different in a lot of ways, Justin can bring in the imaginitive part and Andy will be the objective-analytical part. Justin will bring the energy and enthusiasm and Andy will help carry this through to the end. We

Mod 2 Week 1: Creating Your Vision, Part I

  1. Start Where You Are (Empathize with the user -- you):
  • Health: how you answer “how are you”; intersection of physical, mental, and emotional health
    • How would you rate your overall health on a scale of 1-5? 4
    • How do you currently make time for activities associated with your health?
      Journaling, exercise, healthy eating is a priority for me.
    • What is a small change you could make here to readjust your health ratings?
      See more friends or go to new social gatherings to make new friends.
  • Work: what you do
  • Make a short list of all the ways you work right now.

Defining the Relationship

What are each of our learning goals for this project? What drives us in this project? We would like to learn how event handler's function and communicate with HTML. Andy wants to have a better understanding of what the DOM actually is. We are driven by the desire to learn and become programmers, find useful ways to use javascript.

What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches? Andy: I'm unfamiliar with pair programming, in the past my non technical groups have taken mostly a divide and conquer approach. I can see the downfalls of this, and I have in the past. Katy: This situation is unique, in the classroom it was easy to do driver navigator but we may need to approach this as divide and conquer.

How do you communicate best? How do you appreciate receiving communication from others?