Skip to content

Instantly share code, notes, and snippets.

View antoniojking's full-sized avatar
🏠
Working from home

AntonioK antoniojking

🏠
Working from home
View GitHub Profile
@antoniojking
antoniojking / viewing_party_partner_feedback.md
Last active September 2, 2021 17:31 — forked from megstang/partner_feedback.md
Partner Feedback (Mod 3)

Viewing Party Project Feedback

Partner: Scott Borecki

Project Reflection

  • What is one thing that went unusually well during this project?
    • Despite you having a more advanced technical skill set, I appreciate how patient you were with me. You did a great job explaining what you did and why in a way I feel confident I could repeat on my own if I had to. Pseudocoding your thoughts was really helpful too. I definitely picked up on the efficiency and quality of how you problem solve and probably learned more from you than any partner I've had up to this point.

Rails Database Development Checklist

Warning: This checklist does not rely on TDD to build up the rails app. It uses some MVC code snippets, so make sure to replace them with names you use on your project. Most references are from

https://backend.turing.io/module2/misc/blogger
https://github.com/turingschool-examples/task_manager_rails
  1. Create Rails Application
  • From the command line, start a new rails app. For example,
    rails new project_name -T -d="postgresql" --skip-spring --skip-turbolinks
    

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

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

  • I named my directories correctly.

Session 2 HW

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.

Session 1 HW

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.