Skip to content

Instantly share code, notes, and snippets.

What is a Class?

A class is a blueprint from which specific things can be built.

What is an Instance?

An instance is a specific thing built from a class.

What is an Object?

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

Looking at the roles I have held in the past, I can see that empathy was especially vital as a teacher. On my first day teaching, I can remember specifically setting aside time to introduce myself as a person, and to get to know my students as people. I needed to understand them, and they needed to understand me, before they could learn math in my classroom. For a few years, I tutored in a program specifically designed around restorative practices for juveniles in probation. These young people did not lack intelligence, rather they often lacked someone who would listen to them. Much of my time in that program was spent listening and helping these young people feel like a part of a community. Currently, empathy is vital in my relationships with my wife and kids. The biggest struggle I face is that empathetic understanding does not happen by accident- it must be intentional.

How does empathy help you build better software?

Buildi

Pairin Results

What is your greatest strength and how do you know?

My greatest strength is the ability to approach problems and projects calmly with a reasonable, logical flow. I like to break down projects into their respective components, and then to start working through the components. Lists often help me to keep lots of information organized. In fact, my coworkers at my current job refer to me as the "spreadsheet guy." I also get satisfaction from evaluating any data gleaned from a project. When I worked as a math teacher, I collected and sorted much of the data to help our school make data-driven decisions. I do this for my fantasy football teams as well. :)

How do you work best?

This question is pretty broad, so here are some aspects of my own work preferences:

  1. I work best late at night but this doesn't fit with typical societal norms, so I accomplish most of my work in the mid-morni
@tschaffer1618
tschaffer1618 / mod_0_assessment_checklist.md
Last active May 16, 2019 04:20 — 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.
Object 1: Blackhawk helicopter
Attributes:
available_colors: ["Black", "Army Green"]
max_speed: 222
does_it_fly: true
original_manufacture_year: 1974
maker: "Sikorsky"
current_speed: 70
fuel_level: 150
Class: Vehicle
Attributes:
available_colors (array)
max_speed (integer)
does_it_fly (boolean)
original_manufacture_year (integer)
make (string)
current_speed (integer)
fuel_level (integer)

Start a Campfire

  1. Gather Wood

    1.1 Gather kindling

    1.2 Gather branches

     1.2.1 Break into appropriate pieces
    
@tschaffer1618
tschaffer1618 / beginners_guide_to_git.md
Last active May 14, 2019 02:42
Beginner's Guide to Git

Beginner's Guide to Git

Git-Image

What Is Git?

Git is a DVCS (Distributed Version Control System). A Version Control System (VCS) allows users to manage files associated with a project by tracking past and present iterations of the files. A VCS can oversee multiple collaborators editing files in an organized fashion. Git is a Distributed VCS because every editor in a project can have a full copy of the version history of the project locally.


How Does Git Work Locally?

@tschaffer1618
tschaffer1618 / mod_0_session_4_readings.md
Last active May 15, 2019 22:59 — 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.

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.