Skip to content

Instantly share code, notes, and snippets.

View QuinnrElder's full-sized avatar

Quinn R Elder "Q" QuinnrElder

View GitHub Profile

DTR: Guiding Questions to Define The Relationship:

What is your collaboration style? (groups and individual)

Quinn:

  • (indi) I love to try and figure things out on my own. Especially when I am familure with the topic or task.
  • (group)I love to pair on new things that others and I are interested in learning. Also, when there is a big task at hand and all hand need to be on deck

What are my strengths? How can my strengths complement our team?

Quinn:

  • Motivated ~ I am always willing to put in the work.
  • Communication ~ I have a tendency to over communicate and ask lots of questions.
@QuinnrElder
QuinnrElder / SMART_GOALS_2022_Q2.md
Last active September 21, 2022 15:54
6 month goals

Specific - What is the specific task?

Measurable - What are the checkpooint and what outcome is expected?

  • Checkpoints:
    • Complete one section of the course other week and note the completion with a screen shot in lattice.
    • Recieve Certification of completion for finishing the course and post a screen shot in lattice.
  • Have a repo with the work required to complete the sections of the coarse.
@QuinnrElder
QuinnrElder / Catherine-Quinn-DTR.md
Last active August 24, 2022 13:51
Catherine and Quinn DTR

DTR: Guiding Questions to Define The Relationship:

What is your collaboration style? (groups and individual)

Quinn:

  • (indi) I love to try and figure things out on my own. Especially when I am familure with the topic or task.
  • (group)I love to pair on new things that others and I are interested in learning. Also, when there is a big task at hand and all hand need to be on deck

What are my strengths? How can my strengths complement our team?

Quinn:

  • Motivated ~ I am always willing to put in the work.
  • Communication ~ I have a tendency to over communicate and ask lots of questions.
@QuinnrElder
QuinnrElder / DCS-DTR.md
Last active June 8, 2022 21:40
DTR ~ Define The Relationship

DTR: Guiding Questions to Define The Relationship:

What is your collaboration style?

Quinn:

  • I love to try and figure things out on my own. At the same time I love to pair on new things that others are also interested in learning.

What are my strengths? How can my strengths complement the team?

Quinn:

  • Motivated ~ I am always willing to put in the work.
  • Communication ~ I have a tendency to over communicate and ask lots of questions.
  • I believe that if we take care of the small things the big things tend to work themselves out.

DTR: Guiding Questions to Define The Relationship:

What is your collaboration style?

Quinn: I love to try and figure things out on my own. At the same time I can loose track of time and spend to long on a specific item/ticket. ~ activly reminding myself to timebox and ask for help after 40 min of blockage.

What are my strengths? How can my strengths complement the team?

Quinn:

  • Motivated ~ I am always willing to put in the work.
  • Communication ~ I have a tendency to over communicate and ask lots of questions.
  • I believe that if we take care of the small things the big things tend to work themselves out.
#!/bin/bash
echo "Congrats on your new Mac! Let's get you setup, Quinn"
echo "***********************"
echo "* Installing Brew *"
echo "***********************"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo "**************************"

Q-1

What does it mean to create localizable web applications?

  • Don't hardcode English text, formats (numbers, dates, addresses, etc.), word order or sentence structure.
  • Don't put text or numbers in images.
  • Don't forget about right-to-left locales.
  • Take advantage of printf() (or equivalents) and use variables in the English strings.
  • Write semantic code (e.g. don't use text and for decorations; instead, use CSS).
  • Document your code so that localizers know what they're translating (e.g. in gettext use comments and contexts).

Q-2

Instructions

  1. Fork this gist, then "edit" the gist
  2. Fill out the questions below
  3. Click the "Add file" button and add your source code to the gist
  4. Submit by the due time as instructed in Zoom

Do not publish your code on a public repl.it or repo or other public means.

Prompt

@QuinnrElder
QuinnrElder / MOD4-FINAL-DTR.MD
Last active July 15, 2020 00:27
CROSS-POLL MOD4 FINAL PROJECT

DTR: Define the Relationship

Guiding Questions to Define The Relationship:

What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?

  • Tyler: Teams BE , FE || paired programming. If there is a time to divide and conquer do it as a pair.
  • Zach: Paired is preferred, can divide and conquer if needed. Likes to study on own.
  • Michelle: Flexible, Be and Fe teams. When splitting up between BE and FE keep up strong communication, paired programming, cross-poll pairing
  • Collin: impartial, paired high level overview, create confidence to approach things on own.
  • Quinn: Paired programming, study on own for delegated work

What are each of our strengths? How can our strengths complement each other?