Skip to content

Instantly share code, notes, and snippets.

View shumaker100's full-sized avatar

shumaker100

  • Salt Lake City, Utah, United States
View GitHub Profile
https://docs.google.com/document/d/1TQ_bWd251MjTrdCVoaEcSnMhY5-8_OLjBwWXOYiY5_o/edit?usp=sharing
https://shumaker100.github.io/Dog-Breed-App/
https://shumaker100.github.io/Dog-Photo-App/
@shumaker100
shumaker100 / gist:eefb96949b4dbe703d6e7d714171e9ce
Created October 12, 2020 14:25
Basecamper Wireframe and User Flow
https://docs.google.com/document/d/1F0p4KVKgRFOeIOR_D_Wwx5Yk9cXCkDz_Ly6QP8-qjjA/edit?usp=sharing
https://docs.google.com/document/d/1a2FnrTdJB7Yd6qBu0kLPw0w5g7fRUqBwv8BnoZ0um-M/edit?usp=sharing
Web App User Stories
Role Task Importance
New User Easily begin a search High
New User Easily understand the information created by a search High
New User See photos of an area related to a search Medium
New User Click link to the source API site High
New User Book a reservation from my website Low
New User Able to use the keyboard to access full site High
Returning User See saved past searches High
Returning User Autofill from past searches High
The web app will allow the user to search campsites/campgrounds for a particular region or area. It will use the recreation.gov api and the activeaccess.com api.
https://github.com/shumaker100/Quiz-App
https://shumaker100.github.io/Quiz-App/
@shumaker100
shumaker100 / gist:ac2698c40f19eb0b874d81e55a44c2e8
Created September 16, 2020 19:17
Meet UP API Assignment 2
Does this API require authentication?
Yes
Does this API support CORS?
Yes
Find the events search endpoint documentation. Describe in detail the response format of the events search endpoint.
(HINT: You may need other keywords to find this endpoint.)
- https://api.meetup.com/find/upcoming_events
Youtube API Documentation:
Required Parameter
Part:
-Data Type: String
-Allowed Values: contentDetails
Optional Parameters
Order:
-Data Type: String
-Allowed Values: Alphabetical, Relevance, Unread
@shumaker100
shumaker100 / gist:a99d11ee84b168e4126aa8b09d61055c
Created September 14, 2020 21:48
Client and Server Assignment
When I go to a restaurant I like to sit at the bar. You get a more personalized service from a bartender mainly due to the fact that they stay in one place the entire time and will chat with you if they have some down time. Their work environment is more effiecient compared to a waitress or waiter who typically has to cover more ground between customers which takes longer. In any case, the communication between me, the customer, and the bartender is very much like the communication between clients and servers. I (client) ask my friendly bartender (server) for variable items and resources such as a gin and tonic to start then get an appetizer and then request a main course. I might even ask for the best local place to find good live music. This is an example of the relationship between a client and server where there is a give and take of requests and responses. The client requests things like the location of the document you are looking for and permissions to open a line of communication and the server respon
@shumaker100
shumaker100 / gist:28dfaff25bb96509afac4462a013b01c
Created September 14, 2020 16:08
Jason Shumaker Quiz App
https://shumaker100.github.io/Quiz-App/
https://github.com/shumaker100/Quiz-App