Skip to content

Instantly share code, notes, and snippets.

View takeller's full-sized avatar

Taylor Keller takeller

View GitHub Profile
@takeller
takeller / mod4_journal.md
Last active September 22, 2020 20:06
Career Journal Mod4
@takeller
takeller / terrificus_ideation.md
Created July 14, 2020 17:17
Round Tracker Project Idea

[Project Title]

Pitch

An app to easily keep track of you and your friends scores during a round of disc golf. Integrates with google maps to find nearby courses. Rounds are saved to a user's profile, and can be shared with friends in the app who played the round with you.

Features

Internal API to hold information about different disc golf courses

  • Location to integrate with google maps

Project Feedback

Name: Taylor Keller

Partner: Madeleine Hallé

Project Reflection

@takeller
takeller / MS2003_Antonio.md
Created June 5, 2020 21:45
Monster Shop Group Feedback Antonio

Project Feedback

Name: Taylor Keller

Partner: Antonio Jackson

Project Reflection

@takeller
takeller / MS2003_Ana.md
Last active June 6, 2020 17:14
Monster Shop 2003 peer feedback

Project Feedback

Name: Taylor Keller

Partner: Ana Pérez Santos

Project Reflection

@takeller
takeller / adopt_dont_shop_feedback.md
Last active May 21, 2020 15:57
Adopt Don't Shop Partner Feedback

Project Feedback

Name: Taylor Keller

Partner: Ashkan Abbasi

Project Reflection

  • What is one thing that went unusually well during this project?
@takeller
takeller / career_journal.md
Last active August 23, 2020 20:10
Career Journal

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?
      • Call family couple times a week. Read in the mornings.
    • What is a small change you could make here to readjust your health ratings?
      • Better workout schedule
  • Work: what you do
@takeller
takeller / b2_intermission_work.md
Last active April 29, 2020 16:37
Mod1 -> Mod2 intermission work

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

1.) What is HTML?

  • HTML is the standard markup language for creating web pages
  • Hyper Text Markup Language
  • Describes the structure of a web page
What have you learned about the use of agile vs. waterfall in software projects?
I have learned that agile seems to be the preferred method within the industry. Agile allows for quicker identification of
issues that may develop. It also allows for a constant feedback loop that leads to a better overall design. Waterfall seems
inferior in the sense that their is not as much interaction between the different teams. The project is passed from one team
to the next without a feedback loop to indentify/correct potential issues, or seek customer input to improve design.
How did you and your group approach project management in this project (what tools did you use, how did you hold each other accountable, etc.)?
We had daily meetings to talk about what needed to be done in the project, and then would work as a team, in groups, or individually
to accomplish those tasks.
1) Classes are containers for what?
Classes are containers for methods
2) Classes have a pointer to what?
Classes have a pointer towards it's superclass
3) Instances are containers for what?
Instances are containers for attributes
4) Instances have a pointer to what?