Skip to content

Instantly share code, notes, and snippets.

I grew up playing hockey and this is where I discovered my skill at working as a team member. I was rarely the fastest, strongest or most skilled player on my team, but I was consistently picked for top compeditive teams, because of my ability to raise the level of play of my teammates. I did this by being flexible and well rounded, which allowed me to fill different roles depending on who I was teamed with.

As I grew up and time came to pick a profession I knew that technology is where I wanted to go. I always have had a knack for problem solving so tech was a good fit. I've been interested in many fields and at times I had dreamed about being a chemist, physicist, geologist and even got a degree in metallurgical engineering. I followed all of these because they were fascinating subjects and have I have moved away from wanting to pursue these careers when I realized what the work environments. A hugh time investment in research for little progress and huge ammounts of capital investments.

My first job ou

  • How you've used agile as a process at Turing and what kind of project management tools you utilized. Address these questions:
    • What were you already doing?
      • Working off of lists to make sure I have everything done. Didn't havea good method.
    • What did you put into place in Module Two?
      • Using lists must more and started using tools like waffle & JIRA
      • Group meetings & assign items together
      • Working off User Stories
    • What was effective?
      • The waffle & JIRA tools have been very useful with team collaboration.
  • Planning work around User stories has been very easy.

Setting Group Expectations

Group Member Names: Katy Welczyko, Zach Landes, Max Stackhouse

  1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed? Plan to get things divided up for individual work time by the end of the day. Katy - Leave by 6 Zach - None Max - Leave by 6
# Feedback III Reflection
* What are you doing well as a pair programmer and collaborator?
* I've been a good team member by being communicative, collaborative and helpful.
* My teams believe in my ability and trust me to get what I say I will do done.
* How do you use your strengths as a team member?
* I use my strengths to build a strong level of trust on a team that we will accomplish what we want to accomplish.
* I bring strategic thinking to a collaborative environment to help validate those strategies as a group.
* I'm able to effectively communicate my thoughts and ideas so that the other team members can support my ideas.
https://github.com/turingschool-examples/css-layout-challenges
##### Challenge 1:
I needed to make each of the smaller divs as inline-blocks to keep their size consistent inside of a flex box. I created a big flex box container for all 3, then a smaller container for 2 & 3. The big container uses justify-content to space out the boxes.
https://codepen.io/maxscores/pen/rpMeRQ
##### Challenge 2:
Nested each block inside another div that was using display:block; and used align-text to get them in the right spot.
https://codepen.io/maxscores/pen/NXRNVa
Practice
With a partner, see if you can complete each of the tasks below. After each section we will check in as a group.
SELECT FROM LIMIT
* All of the information on the stations table.
* SELECT * FROM stations;
* Max, min, and mean temp from the conditions table.
* SELECT max_temperature_f, min_temperature_f, mean_temperature_f FROM conditions;

Rails_new:

  • rails new project_name -T(no minitest) -d="postgresql" --skip-spring --skip-turbolinks
    • Add rspec-rails, capybara, databasecleaner, and launchy to test gems.
    • Uncomment bcrypt
  • rails g rspec:install
  • Add rails_helper to .rspec
  • What are my features?
  • Build out schema
    • What are my resources?
  • How do they relate?

Project: Black Thursday

Group Member Names: Nicholas Nbogo & Max Stackhouse

Project Expectations: What does each group member hope to get out of this project? Using a spec harness, simplecov, waffle.io Practice project organization to plan before we code. Nick - Practice refactoring

Goals and expectations:

@Maxscores
Maxscores / Strengths & Storytelling
Last active October 27, 2017 14:15
Strengths & Storytelling gear up - Max Stackhouse
Where I am….
I see myself using my strengths nearly every day at Turing. Specifically, my self-assurance when I’m working on a project.
I feel like I put a heavy reliance on knowing that I can figure out a problem on my own and I have been able to teach myself
quite a few things by researching them myself. I feel like this ties into the learner aspect because the drive to learn is
what is pushing me through this experience. It is odd that relator is one of my strengths because I tend to feel shy in new
groups, especially larger than a couple people. However, I see myself using it to build better relationships with specific
people and getting closer to them.
I feel like my understanding of these strengths has changed how I view myself, because it has allowed me to think more about
what I am good at rather than what I am bad at and need to improve. It has allowed me to be unashamed about who I am and
accept that I don’t need to be everything.
@Maxscores
Maxscores / EnigmaDTR.txt
Last active October 27, 2017 14:16
Enigma DTR - Max Stackhouse & Luis Senior
Project: Enigma
Group Member Names: Luis Senior & Max Stackhouse
Project Expectations: What does each group member hope to get out of this project?
Goals and expectations:
1) complete project
1) new enumerable. 2) reusing methods in different methods.