Skip to content

Instantly share code, notes, and snippets.

View fentontaylor's full-sized avatar

Fenton Taylor fentontaylor

  • Petal
  • Denver, Colorado
View GitHub Profile

Intermission Week

Morning

  • 8-9AM: Exercise
  • 9-10AM: Research job postings and companies over coffee/breakfast
  • 10-11AM: Send/Respond to outreach emails
  • 11-12AM: Cover letter / application: Try to send on before lunch
  • 12-1PM: Lunch
  • 1-3PM: Work on personal project
  • 3-4PM: Chores
@fentontaylor
fentontaylor / mod4-pair-dtr.md
Last active December 2, 2019 21:36
Nathan Thomas & Fenton Taylor DTR

Project: Mod 4 Paired

Group Member Names: Nathan Thomas, Fenton Taylor

  • What are each of our learning goals for this project? What drives us in this project?
    N: Have a better understanding of javascript syntax
    F: Get up to speed on testing frameworks in JS

  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
    N+F: Both. There is a time and place for both.

@fentontaylor
fentontaylor / project_pitch.md
Last active October 20, 2019 22:16
Project Pitch for Terrificus

Fantasy Fortuneteller

Pitch

Win your fantasy league the smart way.

Problem

In fantasy football, it can be difficult to choose what players to include on your roster on a given week. There are so many variables to consider, that it is impossible to keep track of them all in your head.

@fentontaylor
fentontaylor / mod_2_intermission.md
Last active August 10, 2019 22:06
CFU for Mod 2 Intermission Work

B2 Intermission Work

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

HTML

  1. What is HTML?
    Hypertext Markup Language: A series of elements represented by tags that tell the browser how to represent the contents.
  2. What is an HTML element?
    Answer: A piece of of the page with a start and end tag. Elements include: body, headings, paragraphs, images, line breaks, etc.
What is a Class?
- A class is a blueprint for a specific type of object. Each object has attributes (instance variables) and behaviors (methods).
What is an Instance?
- An instance is a specific example of a certain class. For example, the Person class could have instances of Fenton, Alec, and Nancy. All instances of person share the same attributes, but the values of those attributes can be different for each instance.
What is an Object?
- Everything in Ruby is an object. An object is an instance of a specific class. It can be a Class, String, Integer, Float, Array, Hash, etc. and each class of objects has unique methods that it can use to manipulate or be manipulated.
What happens when we call .new on an object?
@fentontaylor
fentontaylor / gear_up.md
Last active June 11, 2019 15:39
Gear up assignment for Mod 0 Capstone.

Gear Up Pre-Work

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

Empathy has helped me become a better teacher. Firstly, it has helped me identify and meet students' emotional or physical wellness needs before meeting their academic needs. For example, any time I saw a student with their head down, I would always ask them, "Are you okay?" instead of starting with, "Put your head up." If the student was actually fine, I could always tell from their reaction when they lifted their head. However, if the student seemed unwell, I would always follow up with, "Are you sleepy? Sick? Sad? Hungry?" Just asking those four questions would let the student know that I was not mad at them for sleeping in class, but that I was interested in helping them. These types of interactions help me build relationships with students, which in turn made them want to listen to my instructions and try hard in my class.

How does empathy help you build better software?

Empathy helps developers build better

@fentontaylor
fentontaylor / career_development.md
Last active June 5, 2019 17:30
Career development assignment for Mod 0 Capstone.

Turing Career Development - Mod 0 Capstone

img1 img2

What is your greatest strength and how do you know?

My greatest strength is to be the mediator of a group. On this Pairin survey, my strongest characteristic in the emotional intelligence category was "Group Expert." I've previously taken a Myers-Briggs personality test and was classified as a "Mediator," which is essentially the same classification. In any group, I excel at conflict resolution. I am able to understand conflicting points of view and communicate those

Start Campfire
1. Get set up
1.1 Gather materials
1.1.1 Get natural aterials
1.1.1.1 Get wood
1.1.1.1.1 Chop wood
1.1.1.1.2 Remove nails
1.1.1.2 Get kindling
1.1.1.2.1 Get pine needles
1.1.1.2.2 Get leaves
@fentontaylor
fentontaylor / beginners_guide_to_git.md
Last active June 3, 2019 20:19
A basic overview of everything I know so far about git.

A Beginner's Guide to Git

What is git?

Git is a version control software that allows us to save "snapshots in time" of files in a directory so that we can track changes over time and go back to previous versions if necessary.

Terminal Commands

Here is a list of the git commands I have learned so far:

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.