Skip to content

Instantly share code, notes, and snippets.

View joel-oe-lacey's full-sized avatar

Joel Lacey joel-oe-lacey

View GitHub Profile
@joel-oe-lacey
joel-oe-lacey / mod_0_session_1_readings.md
Last active September 9, 2019 09:59 — forked from damwhit/mod_0_session_1_readings.md
Mod 0 Session 1 Readings

Session 1 Readings and Responses

The readings and responses listed here should take you approximately 40 minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of this document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

  • Your key take-aways OR how you're going to implement specific points (minimum 3):
  • The very targeted quotation mark searches for specific phrases seems very helpful for very niched information.
@joel-oe-lacey
joel-oe-lacey / prof_dev.md
Last active September 8, 2019 18:27
Professional Development

Professional Development

What is the value of a checklist?

Checklists allow for a clear deliniation of tasks, as well as a record of personal accountability. As I touch on in the next section, I have trouble at times breaking down tasks into smaller pieces. I've found that checklists, when paired with similar techniques are an effective way to outline smaller component pieces that need to be worked on. They serve as an efficient track of status, and also give a nice little intrinsic reward when you can see yourself working through each piece.

What do you plan to improve upon while at Turing?

During my time Turing I hope to improve drastically on my organization and habits. While these are things I've tried to sink a lot of focus into in the past, i've had trouble nailing down a system that fits into my life. I've found more generally that the systems I try to set up end up being duplicate work, or when it comes to organizing notes, I find lots of things that don't fit in
@joel-oe-lacey
joel-oe-lacey / mod_0_session_3_practice_tasks.md
Last active September 11, 2019 22:50 — forked from damwhit/mod_0_session_3_practice_tasks.md
Mod 0 Session 3 Practice Tasks

Session 3 Practice Tasks

The assignments listed here should take you about 1 hour in total.

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.
@joel-oe-lacey
joel-oe-lacey / gear_up.md
Last active September 20, 2019 00:10
Gear-up

Gear Up Pre-Work

Turing Culture: Developing Empathetic Programmers

Directions: Submit your Gear Up Pre-Work reflections on the pre-work google doc.

Our mission is to unlock human potential by training a diverse, inclusive student body to succeed in high-fulfillment technical careers.

Why Empathy?

  • Interpersonal skills (including empathy) have a direct, significant impact on your professional success.
  • Empathy is a foundational interpersonal skill. Other skills, such as collaboration, communication, compromise all hinge on your ability to demonstrate empathy.
@joel-oe-lacey
joel-oe-lacey / mandy_and_joel_dtr.md
Created October 7, 2019 22:10
Intention Timer - DTR - Mandy & Joel

DTR: Define the Relationship

Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.

Guiding Questions to Define The Relationship:

  • What are each of our learning goals for this project? What drives us in this project?
    • Strengthen of skills or learning new skills
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
  • Pair programming, empathetic collaboration style.
  • How do you communicate best? How do you appreciate receiving communication from others?
    • Regular check-ins, open lines of communication.
@joel-oe-lacey
joel-oe-lacey / Group-project-dtr.txt
Last active October 21, 2019 19:20
Group Project DTR
Project: 1909 Mod 1 Group Project
Group Member Names:
Joel & Ryan
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? YES, you can still fully answer this question without knowing exactly what you're going to build.):
Make sure all the functionality works, try have a strong learning takeaway. Good javascript practice.
Team strengths & collaboration styles (consider discussing your Pairin qualities here):
Perseverance, self-reliance. Good planning skills, interested in understanding.
@joel-oe-lacey
joel-oe-lacey / whatscookin.md
Last active December 2, 2019 22:49
What's Cookin DTR

#DTR: Define the Relationship

Guiding Questions to Define The Relationship:

  • What are each of our learning goals for this project? What drives us in this project?
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
  • How do you communicate best? How do you appreciate receiving communication from others?
  • How would you describe your work style?
  • What are each of our strengths? How can our strengths complement each other?
  • What’s gone well or poorly in your previous projects?
  • How will we set direction and make decisions as a team?
@joel-oe-lacey
joel-oe-lacey / getnset_jquery.md
Last active December 13, 2019 18:47
Get & Set Content in jQuery

How do you get the text from an element (like a paragraph) with jQuery??

If you just retrieve .text() on a selected element will grab selected text for you The .text() method cannot be used on input elements. For input field text, use the .val() method.

How do you set the text of an element (like a paragraph)?

You can also use .text to replace text, by passing the desired text in as an an argument

How do you get the text / content from an input?

.val() without arguments

@joel-oe-lacey
joel-oe-lacey / wheel_class_str
Last active December 16, 2019 20:56
Wheel of Fortune Class Structure
Leaderboard class?
Game
players (instanciation of player class)
rounds (instaciation of Round for each round up to 4, handles bonus round)
puzzles (group of puzzle instanciations)
Puzzle
category
displayLetters (method to call on each guess to show letters

Runnerspace Instructions

  1. Visit runnerspace.com
  2. Scroll through the homepage with your partner, discuss the layout and design. Do you think its set up in a logical way? Why would someone use this website? Some logical structure, but there's too much going on, too busy. For an unfamiliar user it's a lot. Lots of jumping content, weird hover states that are persistent. Duplication, maybe?
  3. Complete the follow tasks below. As you go the list, make sure to discuss the steps you took and if things were where you expected them to be on the site.
  • As a guest user, add a comment to any article. It says you can add a comment in the text box, but clicking into it makes you create an account. The comment section is below article.
  • Find and watch a video associated with any team in Colorado on the runnerspace website. So much popping up and moving around.