Skip to content

Instantly share code, notes, and snippets.

View ktsune's full-sized avatar

Sarah Tatro ktsune

View GitHub Profile

Project: Battelship

Group Member Names: Sarah & Jori

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?): Jori - get through iteration 3 Sarah - get better at making sure code passes and test are written accurately

Cohesiveness and work together well with minimum frustration. We'll know we're successful incrementally as we do check ins.

@ktsune
ktsune / mod_0_assessment_checklist.md
Last active April 17, 2019 19:04 — forked from rwarbelow/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made one initial commit.
  • I pushed my initial commit to GitHub.
@ktsune
ktsune / mod_0_session_4_practice_tasks.md
Last active April 17, 2019 23:08 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Beginners Guide to Git

Git Workflow

Git is a helpful tool used to track & save your code progress in projects. Using this version control system has a bit of a learning curve, but once you go through the motions a couple of times, you'll start to get a feel for the overall flow of tracking and commiting files.

The general workflow is as follows:

  • initialize a repository for your project
  • edit a file. the file will be untracked at this point
  • add the file to the git staging area. the file will then be tracked
@ktsune
ktsune / mod_0_session_4_readings.md
Last active April 17, 2019 22:47 — forked from rwarbelow/mod_0_session_4_readings.md
Mod 0 Session 4 Readings and Responses

Session 4 Readings and Responses

The readings and responses listed here should take you approximately 50 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
@ktsune
ktsune / mod_0_session_3_practice_tasks.md
Last active April 13, 2019 05:32 — forked from rwarbelow/mod_0_session_3_practice_tasks.md
Mod 0 Session 3 Practice Tasks

Session 3 Practice Tasks

The assignments listed here should take you approximately 25 total minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Creating Files and Directories (10 min)

Need help? You can go back to the files/directories portion of the lesson here.

@ktsune
ktsune / mod_0_session_3_readings.md
Last active April 12, 2019 23:26 — forked from rwarbelow/mod_0_session_3_readings.md
Mod 0 Session 3 Readings

Session 3 Readings and Responses

The readings and responses listed here should take you approximately 20 minutes total.

To start this assignment:

  • Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  • Click the Edit button when you're ready to start adding your answers.
  • To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1) What is your greatest strength and how do you know?

My greatest strength by far is my ability to persevere. As with most humans, I’ve faced a a decent amount of adversity in my day. I’ve always known that I’ll never be the smartest or most talented person in any given classroom. What I do know, however, is that if I really want something, I go for it with everything I have and don’t stop until I reach my goal. I’ve failed over and over again, been turned down, and made to feel like I’m not good enough. I try to take this feedback with a grain of salt; while keeping in mind that if I haven’t failed, I haven’t learned something. I’m like a slow moving turtle; learning and steadily moving forward until the day comes when my persistence and hard work pays off.

2) How do you work best?

I work best in an environment with people who are open-minded, accepting and empathetic towards others. I’ve found that in order for me to be effective in a work setting; that is, to be able to get my ideas, thoughts,

4/7/2019

1) What role does empathy play in your life and how has it helped you?

A reasonably universal thought of people I get to know is that they feel comfortable around me. Because I am open-minded and take the time to non-judgmentally, actively listen, and respond with care; people often find they they can be themselves around me. I’ve been able to forge deep connections with people more easily, which means they open up to me more. This insight gives me the gift of navigating facades and breaking down barriers to find out people really want, which has been a great tool for communication.

2) How does empathy help you build better software?

When building any product for someone else, in order to truly see their vision, you must possess empathy skills. Often, the only way to really get to know someone’s true desires is to dig below the surface of what they are saying; to step into their shoes. I used to be a kickboxing instructor at a local studio. We sold kickboxing memberships to clients who

@ktsune
ktsune / mod_0_session_2_practice_tasks.md
Last active April 9, 2019 03:59 — forked from rwarbelow/mod_0_session_2_practice_tasks.md
Mod 0 Session 2 Practice Tasks

Session 2 Practice Tasks

The assignments listed here should take you approximately 2 hours.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Documentation and Googling (75 min)

Documentation of a langauge, framework, or tool is the information that describes its functionality. For this part of the practice tasks, you're going to practice digging into documentation and other reference material.