Skip to content

Instantly share code, notes, and snippets.

View kylejschulz's full-sized avatar

Kyle Schulz kylejschulz

  • Providence
View GitHub Profile
@kylejschulz
kylejschulz / intermediate_sql.md
Created March 10, 2021 17:27 — 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.

@kylejschulz
kylejschulz / b2_intermission_work.md
Last active January 30, 2021 20:50 — 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

What is HTML? Stand for hyper text markup language, common language used by browser to render text. describes the structure of a webpage.

What is an HTML element? defined by start tag, content, end tag. The wrappers of content. not all have end tags.

Mod 0

  1. When you've worked towards a goal in the past, what systems or tools have been helpful for you in accomplishing that goal? How could you adapt those same systems/tools to use while at Turing?
    In the past I've been able to prioritize the goal and allocate time and resources accordingly. I used rote memorization, repetitive exercises, regular assessments, and reflection. I think using rote memorization for learning and internalizing methods, processes, and syntax will be helpful. Working through the provided exercises will allow for me to work through the material at a pace that's comfortable and then continue building on it once I feel good about the content. Having regular assessments at Turing will help me understand what I know, and what I need to keep working on in preparation of the final assessment.

  2. As you start this new career, what is one of your strengths and how do you know?
    One strength is being able to check-in with others and groups about the project we're working on,

We couldn’t find that file to show.
- What role does empathy play in your life and how has it helped you?
I feel that empathy plays a central role in my life, especially how I approach just about every relationship i'm in. I think being empathetic is crucial to building long-lasting and meaningful friendships. Demonstrating empathy and helping others not feel alone in tough moments allows for a depth and level of trust that's invaluable. Empathy has allowed me to work through tough moments and misunderstanding with friends, family, and other aquaintances.
- How does empathy help you build better software?
It's important that engineers and designers don’t create solutions and products that they deem useful, but instead design things based on the needs, desires, and ease of use for the user. In most cases it's the client that faces that issue or problem everyday that has the most valuable insight in how to solve it and how it needs to function. We're the experts of our own experience.
- Why is empathy important for working on a team?
Being pa
@kylejschulz
kylejschulz / mod_0_session_3_practice_tasks.md
Last active October 14, 2020 17:03 — 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.
@kylejschulz
kylejschulz / mod_0_session_3_readings.md
Last active October 13, 2020 15:39 — forked from damwhit/mod_0_session_3_readings.md
Mod 0 Session 3 Readings and Responses

Session 3 Readings and Responses

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

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this 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.
@kylejschulz
kylejschulz / mod_0_session_2_practice_tasks.md
Last active October 13, 2020 19:48 — forked from damwhit/mod_0_session_2_practice_tasks.md
Mod 0 Session 2 Practice Tasks

Session 2 Practice Tasks

The assignments listed here should take you approximately 55 total minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the 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.

1. Creating Files and Directories (10 min)

Need help? You can go back to the files/directories portion of the lesson here.

@kylejschulz
kylejschulz / mod_0_session_2_readings.md
Last active October 7, 2020 22:31 — forked from damwhit/mod_0_session_2_readings.md
Mod 0 Session 2 Readings

Session 2 Readings and Responses

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

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this 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.
@kylejschulz
kylejschulz / mod_0_session_1_readings.md
Last active October 7, 2020 16:04 — 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): It's very common to use google. There's value in know what you know and don't know, and knowing where/how to find it.
  • I think it's a good reminder that reaching out for help, whether it's google or a co-worker, doesn't make you a bad programmer.