Skip to content

Instantly share code, notes, and snippets.

@tylrs
tylrs / technical_challenge_reflection.md
Last active September 17, 2021 16:58
Technical Challenge Reflection

What do you want to continue working on?

  • Slow, thorough pseudocode, and hardcoding simple cases for a problem to identify patterns more easily
  • Being willing to ask for help from an interviewer if need be
  • Recursion

How will you continue working on it?

  • Leetcode and codewars challenges every day
  • Sharing solutions and reviewing solutions with cohort mates

Project: Stretch Tech

Group Member Names: Steven, Shauna, Taylor

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

  • Group goals
    • Effective communication while learning something new in a group setting
    • Sharing resources consistently
  • Building a database

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions

You will not be turning this in; it's for your own understanding/learning/benefit 😁

Project: Rancid Tomatillos

Group Member Names: Andrew and Taylor

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

  • Group goals
    • Taking the time to have solid plans before work sections
    • reaching MVP ahead of time
  • be ambitious only if we complete original requirements

Mod 3 Pre-work Questions:

What is a "data model", and how does it relate to the DOM in a front-end application?

  • The data model describes the sections of your code which contain information to be rendered to the DOM. It is important that your data model and what is displayed on the DOM are exactly aligned. The data model should be the only source of information for what should be displayed.

What is a "framework?" And how does it differ from a "library?"

  • Frameworks and libraries are packages of reusable code which developers can integrate into their projects. They provide tools for developers to optimize or add new functionality to their code. Unlike libraries, frameworks have stricter rules about how they are to be used. Frameworks are in charge of the flow of the code, and have spots for a developer to plug their own code in. Whereas with a library, the developer has spots in their code for code from the library to be plugged in.

Why should we consider using a framework over vanilla JS like you ha

@tylrs
tylrs / whats_cookin_dtr.md
Last active May 14, 2021 20:47
Whats Cookin' DTR

Project: Whats Cookin'

Group Member Names: Andrew and Taylor

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

  • Group goals
    • Taking the time to have solid plans before work sections
    • pseudocoding when necessary
  • reaching MVP way ahead of time
@tylrs
tylrs / intentiontimer.md
Last active April 17, 2021 19:17
Project Intention Timer

Project: Intention Timer

Team Members: Taylor, Ashley, Bobby

  • What are each of our learning goals for this project? What drives us in this project?
    • Quest for knowledge
    • Interaction between classes and our previous work on webpages
    • Event Bubbling
    • Iteration 5
  • Making sure everyone is up to speed

Project: RomCom

Team Members: Em and Taylor

  • What are each of our learning goals for this project? What drives us in this project?
    • Better understanding of For Loops
    • Understand the interaction between CSS, HTML and JS better
    • Understanding class and instances
    • Better grasp of event listeners and the DOM
  • Experience pair coding and effective project management
@tylrs
tylrs / gearup-taylor.md
Last active April 9, 2021 20:10
Gear Up -Taylor

Reflection on implicit/ unconscious bias videos

  1. What were your reflections from the video?

    • I really appreciated the emphasis on eliminating any potential sources of bias before even beginning to look at data or start to make decisions. Its so easy for your brain to come to quick conlusions about things/ people before you are consciously aware of it. Anticipating this beforehand is critical to making better decisions
    • Everyone's brains make unconscious assumptions as shortcuts for processing information. It is important not to punish yourself for having a brain which functions in the way it has evolved to function, but to instead constantly work to make yourself aware of and to challenge your own assumptions.
    • No matter what your identities are, there are strengths to your identities. There are ways in which your individuality can be an asset.
  2. In what ways have you examined your implicit biases before coming to Turing?

  • _Prior to joining Turing, I have participated in mult

Pre-Teaching Practice

CAREFULLY READ ALL THE INSTRUCTIONS BEFORE STARTING THESE EXERCISES!

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.