Skip to content

Instantly share code, notes, and snippets.

View Diana20920's full-sized avatar
:octocat:
Focusing

Diana Espinoza Diana20920

:octocat:
Focusing
View GitHub Profile
@Diana20920
Diana20920 / README.md
Created May 11, 2021 23:05 — forked from iandouglas/README.md
Intro to Co-Authored Git Commits

Intro to Co-Authored Git Commits

Why

In student projects, I commonly look at contribution graphs to see how much code they worked on, to get an idea if one student is doing more work than others on the project. This can be used for coaching and performance grading.

How

Start with your ~/.gitconfig file in your home folder. Add these lines:

@Diana20920
Diana20920 / heroku-remote.md
Created March 23, 2021 02:49 — forked from randallreedjr/heroku-remote.md
Add a Heroku remote to an existing git repo

Working with git remotes on Heroku

Generally, you will add a git remote for your Heroku app during the Heroku app creation process, i.e. heroku create. However, if you are working on an existing app and want to add git remotes to enable manual deploys, the following commands may be useful.

Adding a new remote

Add a remote for your Staging app and deploy

Note that on Heroku, you must always use master as the destination branch on the remote. If you want to deploy a different branch, you can use the syntax local_branch:destination_branch seen below (in this example, we push the local staging branch to the master branch on heroku.

$ git remote add staging https://git.heroku.com/staging-app.git
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@Diana20920
Diana20920 / intermediate_sql.md
Created March 18, 2021 20:19 — 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.

@Diana20920
Diana20920 / feedback_from_me.md
Last active December 16, 2020 18:04 — forked from megstang/feedback_from_me.md
Project Feedback (Mod 1 && Mod 2)

Project Feedback TEMPLATE

Directions

  1. For every partner you have, make a copy of this gist
  2. Fill out the copied gists with feedback for each group project partner (one gist per partner)
  3. Send us your feedback for each partner using the form posted in slack/assignment tracker (one submission per partner)
  4. Individually slack your partners the link of the gist you filled out for them
  5. Spend some time reviewing your partner’s feedback that they sent you
  6. Get on a video call with your partner(s) for the in person partner retro to discuss feedback.
layout title
page
Career Journal

Career Journal

Overview

  • What is a career journal? The journal will help guide you through the process of discovering who you are as a new developer and how that translates into your career goals. It’s a way to check in with yourself through self-reflection, prompts, and questions, organize your targeted job search, and remember who you met as you build a professional network.
  • Make it your own. Add questions and areas to reflect on each week. Just don’t forget to share all of your successes and achievements along the way!

Reflect

After reading the articles above, create a gist on Github and reflect (4-6 sentences) on the following prompts.

What role does empathy play in your life and how has it helped you?

Empathy plays a major role in my life because I believe it is very important to being a good human being. It has helped me with my customer service positions greatly because it allows me to be a better listener. It has also helped me significantly in my personal and spiritual journey. Empathy allows me to stop the harsh judgement on it's tracks, and instead, attempt to understand from a different perspective. And sometimes, it simply allows me to accept how people, things, or situations are. That part has been inmensely helpful when dealing with things that are out of my control.

How does empathy help you build better software?

My Top 4 Results from Pairin

0001