Skip to content

Instantly share code, notes, and snippets.

@MarchCorbin
MarchCorbin / mod_0_session_1_readings.md
Last active December 9, 2019 06:14 — 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 25 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 2):
  • Programmers regularly google problems they are having in order to see how other people have resolved similar issues.
@MarchCorbin
MarchCorbin / gist:555041304a79ec886fd5e786b64748f5
Last active December 4, 2019 23:09
The Beginners guide to GIT by a beginner :D

Here is some text

And here is some more in order to emphasize a list of kinds of pancakes

  1. Regular
  2. Chocolate Chips
  • Dark Chocolate
  • White Chocolate
  1. Bannana
  2. Smile face cakes

IHOP makes the best pancakes in the entire world

@MarchCorbin
MarchCorbin / Career_Development.md
Last active December 16, 2019 22:44
Mid_0_Capstone_Career_Development.md

Pairin Results

Alt Text

Step 3 questions

What is your greatest strength and how do you know?

  • My personal greatest strength is being logical and problem solving. I have been independent (fiscally and in residence) from a young age and I have developed a set of work ethics and principles to assist in my day to day life. Such principles include never lying to yourself and work hard and honestly for others in order to maintain employment and good graces when possible.

How do you work best?

  • I work best in an environment that allows for me to learn and then adapt. I also work best in an environment that allows me to learn through trial and possible errors. My ideal work environment is one in which I can understand the logic and resoning of those that I am listening to. If I am able to understand the reasoning behind what I am doing I am significantly more motivated to do exceptional work. In the
@MarchCorbin
MarchCorbin / capstone_gearup_assignment.md
Last active May 22, 2020 20:01
Capstone_Gearup_assignment.md

Reflect on Empathy

  • From reading/watching the articles it seems that empathy is an important factor in the field of software development for a variety of reasons. First, empathy is an important element of product or service design. One of the articles described the process of creating products to help people in the business place however, upon conducting onsite research (empathetic research) the team found that their products were frequently being used by elderly and disabled people in order to read pill bottles or small text on packages. The team used this information to iterate upon their ideas to create a portable version of this device that people could use while out of the home and to make it so the product would easily hold cylindrical objects in place for people with disabilities that were having trouble using the device as intended. Another one of the articles discussed the nature of empathy and how it really only requires a very small amount of empathy and care in order to help someone who is in
@MarchCorbin
MarchCorbin / DTR_Mike_Corbin.md
Created February 3, 2020 18:37 — forked from m-delarosa/DTR_Mike_Corbin.md
Mike & Corbin's

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?
  • Corbin: Learing fundational JS concepts. Solidifying their application.
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
@MarchCorbin
MarchCorbin / intention-timer-reflection.md
Last active March 4, 2020 16:35
Overall reflections of the projects in mod1

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you’d potentially be interviewing with who knows nothing about Turing.

Overall (Choose One)

  • Creating an app that allows users to set a personal written goal and set timed goals for themselves. The app will time them and their activity then will log their progress and keep track of completed tasks.

  • Creating an app that tests the users memory by having them flip cards to find a matching wu tang member and then racing against their best times.

  • Creating an app that allows the user to create to do lists and prioritize them according to their own needs.

What role do you typically play on a team? (If you answer, provide an example from this project)

  • I am someone who tries to break complicated problems down to the most simple of terms so that everyone can work efficiently and on the same (or similar) page.

What is your goal repeating this time around?

  • My current weakness is targeting within JS so I would like to make my goal to be able to have a strong understanding of JS targeting and writing by the end of this mod.
  • Last mod I feel as though I had a decent grip on the reading and interpreting of the JS but struggled whenever it came to writing JS that was syntactically correct. I have been working over break to make my syntax more concise and to understand the scope in which to tackle problems. I am hopeful that I will be able to write fluently in JS by the end of this 6 week period even if some areas are still outside of my understanding, namely mod 2 content.
@MarchCorbin
MarchCorbin / Hang-in-there-DTR.mdn
Created March 30, 2020 15:14
Corbin Keith DTR notes
Project:
Group Member Names: Corbin March, Keith Crofton
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?): To finish the project and to learn all the skills necessary to reach iteration 4.
Team strengths & collaboration styles (consider discussing your Pairin qualities here): Self awareness, relaxed and flexible collaboration style and some experience in working with JS.
How we can use our strengths to overcome obstacles: We will apply our understanding of JS from the lessons and from personal practice to problem solve through the course of the project.
@MarchCorbin
MarchCorbin / 8ball.mdn
Created March 30, 2020 17:34
How to Make an 8 ball magic
Start by making an array of strings that can be potential returns from the magic 8 ball.
Turn this array into a variable that we can reference later lets call it 'answers'
create a function called magicBallOfMagicEight
Create a for loop that is going to go through the length of the array of potential answers.
create a function that will draw a random index number from our array using Math.random * answers.length and make it into a variable 'randomAnswer'
Now we will reference our randomAnswer and pull from the list using bracket notation so we dont just get back a number but the answer itself and lets make it a variable called 'myOwnAnswer'
make the function RETURN myOwnAnswer
Fire!
@MarchCorbin
MarchCorbin / Corbin-project-reflections.md
Last active April 22, 2020 15:06
Corbin-project-reflections

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you’d potentially be interviewing with who knows nothing about Turing.

  • The project was to make a meme generator that would auto populate a title a quote and a large image. The website allows the user to make their own custom meme poster and to save any poster into a page of 'saved posters for later fulfillment.
  • In this project we had to create an idea card generator that would allow the user to create their own idea cards and titles and then organize them according to a favorites function and then has the ability to search through them using a dynamic search bar.
  • In this project I had to make a working tic-tac-toe board that records the game boards for each players wins and then keeps track of them on the players corresponding side of the page.

What role do you typically play on a team? (If you answer, provide an example from this project)

  • Previ