Skip to content

Instantly share code, notes, and snippets.

View James-E-White's full-sized avatar

James White James-E-White

View GitHub Profile
@James-E-White
James-E-White / Tech Challenge
Last active March 3, 2023 19:55
Tech Challenge reflections
2/28- Solo
Reflection Questions
What worked well in your process? The thought process, how to break down the problem.
What was difficult/where did you struggle? Getting started- Should have psuedo coded first- need to slow down work through my process
What feedback/discussion did you have with your peer? We spoke about how we would do this in front of an interviewer. Adding other possible solutions. Turn it into a key value pair.
Is there anything you want to change about your approach to the next technical challenge? Thinking about the all possibilities of the answers before trying to solve it one way.
If this isn’t your first technical challenge:
Were you able to improve your approach? What went better? Not in this format. learned a lot though.
@James-E-White
James-E-White / intermediate_sql.md
Created November 21, 2022 21:18 — forked from case-eee/intermediate_sql.md
Intermediate SQL

Intermediate SQL Workshop

  • Run psql
  • You may need to run CREATE DATABASE intermediate_sql;
  • To exit this shell, you can run CTRL d

Create tables

Let's create some tables in the database.

@James-E-White
James-E-White / b2_intermission_work.md
Last active October 7, 2022 21:01 — forked from mikedao/b2_intermission_work.md
B2 Intermission Work Submission

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML? Hyper Text Markup Language
  2. What is an HTML element? Elements - An HTML element is defined by a start tag, some content, and an end tag: Tells the webpage how to display the content.
  3. What is an HTML attribute? Providing additional information from elements
  4. What is the difference between a class and an id? When would you use one vs. the other? The class attribute is often used to point to a class name in a style sheet. It can also be used by a JavaScript to access and manipulate elements with the specific class name. Like in ruby class City than def initialize it gives it attributes that wiuld carry over for each class of city. ID only one element can have an id. The id attribute is used to point to a specific style declaration in a style sheet. A class name can be used by multiple HTML elements, while an id name must only be used by one HTML element within the page: Y

Git - Check For Understanding

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.

Git Workflow

Atom & Markdown - CFU

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.

Self Evaluation

James White's plan for success

Owning

I will ask for help
I will fail forward

I will be bold

Mentee: Define the Relationship (DTR) Prep

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.

Please use the following gist to capture your thoughts, goals, priorities, etc. as outlined by each question. You will be using these questions to help give your mentor a better idea of who you are and want to become as a developer! Please note, this is meant to be a starting point for building your norms with your mentor - you may need to adjust scheduling expecations, communication expectations, etc. when you start working with your mentor!

Mentee Details

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.

Guiding Questions

Terminal - CFU

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. Type your answers directly into this document.
  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.

Exercises