Skip to content

Instantly share code, notes, and snippets.

@Callbritton
Callbritton / Gear Up Assignment.md
Last active July 17, 2020 20:07
2006 BE Mod 0 Gear Up Assignment

Gear Up Assignment:


Reflection on Empathy Questions & Responses:


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

>On a professional level, I have long lived by the code that "I will sweep". That is to say that, regardless of my position in an organization, I am not above the work that has to be done by those on the "floor level". I came to adopt this mentality because I recognized that if I was willing to run a broom or shovel that I would more easily earn the respect and buy in of my team members in order to achieve my goals. In addition to buy in I found that I was able to understand better what their specific struggles were prior to implementing policy. In my role as a safety manager this was particularly important as it ensured that the folks performing the work had a say and were far more likely to actually utilize a new policy, or alternate PPE, etc. Without that buy in, and without that ground-level perspective it is far too easy to implement changes that

@Callbritton
Callbritton / Beginners_Guide_To_Data_Types.md
Last active May 5, 2020 20:26
Mod 0 Session 1 Markdown Assignment

Beginners Guide To Data Types:

This document should serve to identify, define, and provide examples for the following basic data types to be utilized in Ruby:

  1. Strings
  2. Integers and Floats
  3. Boolean
  4. Arrays
  5. Hash/Object
@Callbritton
Callbritton / Career Journal.md
Last active January 18, 2021 14:58
Turing 2006 BE Career Journal
@Callbritton
Callbritton / Pairin Results.md
Last active May 20, 2020 19:04
Turing 2006 BE Mod 0 Pairin Results

Pairin Results:

Pairin Results

Project:

Group Member Names:

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?):

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

How we can use our strengths to overcome obstacles:

@Callbritton
Callbritton / Battleship DTR.md
Last active July 6, 2020 22:44
Battleship DTR

Project: Battleship

Group Member Names: Shaun James, Christopher Allbritton

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?):

  1. Get experience working with team members, Git workflow, and Ruby.
  2. Succesfully complete the project and increase proficiency with software development tools.
  3. The game functioning as it should, knowledge and proficiency increased, and building repore with team members.
@Callbritton
Callbritton / M2_intermission_check_for_understanding.md
Last active August 13, 2020 18:57
Chris Allbritton M2 Intermission Check for Understanding Deliverable

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.

  • HTML stands for Hyper Text Markup Language >- HTML describes the structure of a Web page

Project: Adopt Don't Shop Paired

Group Member Names: Christopher Allbritton, ??

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?):

Project: Monster Shop Group

Group Member Names: Christopher Allbritton, James Belta, Garrett Gerdsen, Drew Williams

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?):

Passing score for the project (https://github.com/turingschool-examples/monster_shop_2005 Complete User Stories 1-54 Satisfy the learning goals

Rails Step By Step “Guide”

Start a new rails project:

Reference: https://github.com/turingschool-examples/task_manager_rails

This will start a new Rails App with postgresql as database and skip the usage of Spring and Turbolinks (method used in task_manager):

rails new task_manager -T -d="postgresql" --skip-spring --skip-turbolinks