Skip to content

Instantly share code, notes, and snippets.

View KieraAllen's full-sized avatar
👋

Kiera KieraAllen

👋
View GitHub Profile
@KieraAllen
KieraAllen / heroku-remote.md
Created December 2, 2020 03:22 — forked from smcunning/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
@KieraAllen
KieraAllen / DTR_FUTBOL.md
Created April 6, 2020 22:18 — forked from muydanny/DTR_FUTBOL.md
DTR for Kiera, Judith, Madeleine, and Danny

Project: Fútbol

Group Member Names: Kiera, Judith, Madeleine, and Danny

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?): Kiera suggested we establish hard dates for things we want to accomplish using a github project board. For instace, we would like to complete Iteration 1 & 2 by Saturday at noon to get a head start on Iteration 3 and have in prepared for Monday morning(one of are due dates). Madeleine declared complete ITERATION 3!!! At minimum hit all 3s (meeting expectations) within the rubric plus a 4 (exceptional) in version control. Something Danny would like to accomplish is look for learning moments from the group or even teaching moments.

Team strengths & collaboration styles (consider discussing your Pairin qualities here): Madeleine - Executing Kiera - Influencing

@KieraAllen
KieraAllen / mod_0_session_4_assignments.md
Created December 17, 2019 04:27 — forked from damwhit/mod_0_session_4_assignments.md
Mod 0 Session 4 Assignments

Session 4 Practice tasks:

The tasks listed here should take you approximately 160 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.
@KieraAllen
KieraAllen / mod_0_session_3_practice_tasks.md
Last active December 17, 2019 04:09 — 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.
@KieraAllen
KieraAllen / mod_0_session_3_readings.md
Last active May 9, 2020 17:32 — 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.
@KieraAllen
KieraAllen / mod_0_session_2_practice_tasks.md
Last active December 12, 2019 21:03 — 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.

@KieraAllen
KieraAllen / mod_0_session_2_readings.md
Last active December 12, 2019 19:48 — 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.
@KieraAllen
KieraAllen / mod_0_session_1_practice_tasks.md
Last active December 6, 2019 00:00 — forked from damwhit/mod_0_session_1_practice_tasks.md
Mod 0 Session 1 Practice Tasks

Session 1 Practice Tasks

The assignments listed here should take you approximately 60 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. Documentation and Googling (20 min)

Documentation of a language, framework, or tool is the information that describes its functionality. For this part of the practice tasks, you're going to practice digging into documentation and other reference material.

@KieraAllen
KieraAllen / mod_0_session_1_readings.md
Last active December 5, 2019 23: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):
  • Experienced programmers may still run into new topics and languages, and mastering Google search can be like a tutorial for novel information.
@KieraAllen
KieraAllen / mod_0_assessment_checklist.md
Last active August 30, 2019 00:05 — forked from damwhit/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made only one initial commit.
  • I pushed my initial commit to GitHub.