Skip to content

Instantly share code, notes, and snippets.

View coopterrones's full-sized avatar

Cooper Terrones coopterrones

View GitHub Profile

Problem

Robot

You are working with a computer simulation of a mobile robot. The robot moves on an plane, and its movements are described by a command string consisting of one or more of the following letters:

  • G instructs the robot to move forward one step
  • L instructs the robot to turn left
  • R instructs the robot to turn right

Module 3 Week 5 Joural Prompts

Reflect on these questions:

  • AKQA - Advertising Agency Hiring a front end dev Why do you like this company?
  • With my undergraduate degree being in Advertising and Media Design, I think this is one of the best ways I can blend past skills with the new skills I have learned at Turing. What makes you want to work there?
  • The type of design work gets me really excited to explore learn and grow. Why are you a good fit for this company?
  • My background in design / creative and my newly learned skills at Turing.
@coopterrones
coopterrones / mod-3-career-journal-week-4.md
Last active January 11, 2021 13:14
Career Development Week 4 Prompt

Module 3 Week 4

Prepare for Job Shadow: AEIOU

Activities: what questions do you have about the activities that a software developer does on a daily basis?

  • What are Junior Dev's expected to do on the job. What type of work is delegated to them.
  • How much work is expected to be completed each week? Each Day? Environment: what questions do you have about the overall environment and culture of this workplace?
    I am curious as to how the remote work culture is going. Will there be a hybrid work style in the future? What types of issues have been created with the remote style of work. Is innovation still moving at an adequate pace?
    Interactions: what questions do you have about the team at this company? What do you hope to see in your interactions during the shadow?
    -Mainly what the remote style of interaction looks like? Is collaboration strictly through Github? Stand ups? In terms of mobile what languages are they using and how does that work with?
@coopterrones
coopterrones / mod-3-career-journal-week-3.md
Created January 5, 2021 22:25
Career Development Week 3 Prompt

Module 3 Week 3

Back to your resume and cover letter you've been working on: What other next steps do you want to take to make these two components stronger?
-I want to feature more applicable resume projects in my portfolio. Additionally I have tailored my cover letter to be more approriate and specific for a given position like the Open Table position. I hope to have multiple resumes built out for different positions and industries specifically.
Outreach Brainstorming: Either explore the company you wrote a cover letter for or find a new company to explore this week; Go to their company LinkedIn page and start to explore the employees. Who are a couple people you could reach out to? Why? -I have found lead developers / HR Recruiters that I will be reaching out to at Open Table. Finalize Your Plan: Who have you decided to reach out to? Why that person? How will you contact them? What do you want to talk to them about? How will you follow up? Execute your plan:

@coopterrones
coopterrones / module-3-week-2-career-journal.md
Last active January 5, 2021 22:38
Week 2 of module 3 journal prompt

Module 3 Week 2

Post the link to your cover letter here
Open Table

Review your cover letter with a peer some time this week. What feedback did your partner give you? What next steps will you take to make your cover letter even stronger?

  • Small points about being more concise and speaking to my skills. How will I specifically help this company with my skillset.
    If you were to apply to this position (and you should!), how will you customize your resume for it? What other next steps would you need to take here?
  • My resume would need some updating with projects that showcase the necessary skills learned in Turing. Fortunately, a lot of the tech we have learned / used is applicable to this position.
@coopterrones
coopterrones / mod-3-career-journal-week2.md
Last active December 8, 2020 20:57
module-3-week-2-career-development

Mod 3 Week 2: The Application Process

Find a position or use a position you’ve put on your Huntr board and write a cover letter for that position in a Google doc or gist. Reference these cover letter resources as well as the session to complete your cover letter.

Twitch Internship

Post the link to your cover letter here

Review your cover letter with a peer some time this week. What feedback did your partner give you? What next steps will you take to make your cover letter even stronger?

If you were to apply to this position (and you should!), how will you customize your resume for it? What other next steps would you need to take here?

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
  3. Comment a link to your forked copy on the original gist
@coopterrones
coopterrones / module-3-career-dev-journal-prompts.md
Last active January 20, 2021 21:40
Module 3 Career Development

Module 3 Journal Prompts

Week 1: Week 1

  • (completed)
  • (partially complete)
  • (not started)

Week 2: Week 2

  • (completed)
@coopterrones
coopterrones / mod-3-career-journal-week-1.md
Last active January 11, 2021 18:07
Module 3 Professional Development Journal Week 1

Module 3 Week 1

Refine your career vision:

-What are the values that will drive your job search?

  • My goals for the job search are to find newtworking connections that will guide me into the position I want. I hope to explore all sorts of options and find and industry / position that suits me.
    What kind of role do you see yourself pursuing in your job search?
  • I am thinking a tradtional dev team environment or something in creative with an agency.

Based on your latest version of your career vision, list the top 3-5 industries and companies you’ll pursue in your job search as of right now. Why did you pick these industries/companies?

How do they relate to the values and goals you have for yourself in your job search?

@coopterrones
coopterrones / mod3PrepworkReasearchQuestions.md
Last active November 22, 2020 19:49
mod-3-prep-questions

MOD 3 PREWORK QUESTIONS

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

  • The data model is the most true state of your application or data. In relation to the DOM, the Document Object Model will be the forward facing object that reflects the current version of your data.

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

  • A library is a set of code that was previously written, that can be called upon when building your own code.. Typically collections of codes that can be used and packaged together..
  • An example of a library could be chai.. Typical syntax is a require statement.
  • The biggest use-case for libraries seems to be reusability and efficiency for problems that are often met when creating programs.
  • Another example I have seen is the use of an email-validator library that allows a quick require. This standard and common problem that is often found in the IOT is something that has been tackled and