Skip to content

Instantly share code, notes, and snippets.

View wthompson92's full-sized avatar

Will Thompson wthompson92

View GitHub Profile

Sleep Safe

What we are Working On

Will

I am able to send a webhook post request from the Sinatra app to the Rails app with a text message but am getttig blocked by the forgery protection method on the Rails, side even when I comment the protect from forgery method out.

I need to learn how to whitelist apps in rails to get the post request to go through. I am currently gettig a 422 Unprocessable Entity status code.

@wthompson92
wthompson92 / diagnostic.md
Created August 28, 2019 16:38
Diagnostic Review

Diagnostic Review Notes

User Story

`As a user When I visit "/" And I fill in the search form with 80203 (Note: Use the existing search form) And I click "Locate"

Rails

Setup

####Terminal

  • $ rails new house-salad -T -d postgresql
  • cd house-salad

Gemfile

@wthompson92
wthompson92 / agile.md
Created May 31, 2019 22:37
Agile Markdown

What have you learned about the use of agile vs. waterfall in software projects?

Agile is superior, there are so many small problems that can destroy a project if you are using a waterfall method. It is important it is to evaluate the project multiple times during the workflow. We had a lot of communication errors and had a more waterfall style approach that led us to fail some portions of the project. We did not

How did you and your group approach project management in this project (what tools did you use, how did you hold each other accountable, etc.)?

We really failed to use agile practices and this severely hindered our ability to complete a functional version of your project. Instead of attacking problems together and revisiting the issues as a team if rspec was no t working we all tried to get the completion done independently

Tay DeHerrera [4:07 PM]
Project: Battleships
Group Member Names: Tay & Will
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?):
We have aspirations to learn more about TDD and how to write efective code.
Team strengths & collaboration styles (consider discussing your Pairin qualities here): Will is good at working long hours and Tay is good at moderating work hours.

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

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.
@wthompson92
wthompson92 / mod_0_session_2_readings.md
Last active March 21, 2019 00:44 — forked from rwarbelow/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 60 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.

1. Learning Fluency by Turing alum Sara Simon (30 min)

  • Your key take-aways OR how you're going to implement specific points (minimum 3):