Skip to content

Instantly share code, notes, and snippets.

View KevDev90's full-sized avatar

Kevin Johnson KevDev90

View GitHub Profile
@KevDev90
KevDev90 / gist:7c8449edf9ad7b5f7313ddb9bb81aea6
Created November 27, 2020 23:38
Reading api documentation assignment 2
1.Does this API require authentication?
Most requests must be authenticated. Unless otherwise specified, response payloads are returned in JSON format.
2.Does this API support CORS?
The Meetup API supports the CORS specification which allows browser clients hosted on a domain other than api.meetup.com to communicate directly with the API.
3.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.)
GET /find/groups - contains many properties such as approved: boolean, category: '', city '' etc.. that all provide additional
attributes to search events through.
@KevDev90
KevDev90 / gist:755aadf5f72e72061a818dbc778abdb2
Created November 27, 2020 23:24
Reading api documentation assignment 1
Visit the YouTube API documentation discussed above and find the subscription list endpoint documentation. List 1 required parameter and 2 optional parameters for this endpoint. For each parameter listed, state the data type and give an example of the allowed values.
1. Requred parameter- part
2. Optional parameters - forChannelId, maxResults
Visit the Google Maps Geocoding API documentation found here: https://developers.google.com/maps/documentation/geocoding/intro. Construct the full URL for requesting the geographic coordinates of The Statue of Liberty in JSON format. Do the same for your own address.
1.https://maps.googleapis.com/maps/api/geocode/json?address=Statue+Of+Liberty,+New+York,+NY&key=YOUR_API_KEY
2.https://maps.googleapis.com/maps/api/geocode/json?address=9222+E+Arbor+Cir,+Englewood,+CO&key=YOUR_API_KEY
@KevDev90
KevDev90 / gist:92bb333bf4675d371323f86a107cbe5b
Created November 25, 2020 18:57
How web apps work assignment
My anaolgy to describe the relationship between clients and servers is a restaurant. A client is a customer in this scenario, whereas the waiter is the server. When a customer goes to a restaurant, this is similar to a request. The customer is requesting service from the waiter. The waiter, in response, comes to the customer and takes initial drink and appetizer orders. The customer tells the waiter, who then takes the order (request) back to the kitchen to be handled appropriately. While the cooks are putting together the appetizer, the waiter would be preparing the drinks. The waiter then returns what the customer ordered, a response to the customer. The customer would then order their main course (another request). The same thing would occur as with the drinks and appetizers. After the customer has eaten their food, they would request the check. The waiter would process (handle) their request and return a bill in response. The customer would then request that the money be picked up for the payment to be pr
@KevDev90
KevDev90 / gist:e5cdbac7dd0d57a5a2c2341186829261
Created November 24, 2020 22:39
Harry Potter quiz app links
https://kevdev90.github.io/potter-trivia/
https://github.com/KevDev90/potter-trivia
@KevDev90
KevDev90 / gist:e128a96f55dd14ac8d39d5a884e3ca1f
Created November 19, 2020 22:01
Questions and answers for quiz app
1. In the sorcerer's stone, how many obstacles were left out at the end of the movie compared to the book? There were 5 total
in the movie. Fluffy being the first.
a-0
b-1
c-2 *** correct answer
d-3
2. In the chamber of secrets, what plant helped students to recover from the paralysis from the basilisk?
a-gillyweed
b-mandrake *** correct answer
@KevDev90
KevDev90 / gist:ce24478a1b2ae78c8f0bce4ce27512eb
Created November 18, 2020 21:06
Shopping List User Stories
addItems()-
// event listener on the shopping list form
// on submit event.preventdefault
// find the new shopping list entry and save the value to a variable, itemName
// append a new li card to the shopping list
// interpolate the itemName in the li
toggleCheckedItems()-
// event listener on the toggle button
// on click find the closest li to that click
@KevDev90
KevDev90 / gist:4117135ece9e95f5e0d035caeb87c9f1
Created November 16, 2020 17:16
Questions about jQuery
1. What all will I be expected to do on the quiz app at the end of this module?
2. How does the jQuery event object differ from the regular javascript event object?
3. Is jQuery a dying library?
4. How often is it used in professional codebases?
5. Can you integrate some jQuery with react or a different javascript framework?
11/16 - Kevin Johnson, 5 questions about jQuery going into the module.
@KevDev90
KevDev90 / gist:3da7b777ee4f283c5b819ac93de5437d
Last active February 28, 2020 03:36
Refractor Tractor DTR
Project: Refractor tractor
Group Member Names: Kevin Johnson, Mandy Alford, Ed Stoner
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?):
Getting comfortable with the new technologies, getting comfortable with someone else's codebase, effectively collaborating and practicing good github workflow and improving pull request ettiquette.
Team strengths & collaboration styles (consider discussing your Pairin qualities here):
Project: FitLit
Group Member Names: Kevin Johnson, Megan Venetianer
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?):
Having a good grasp on the building out the tests for the project, reaching for an mvp on the project and trying to push for implementing an extension if time is permitting.
Team strengths & collaboration styles (consider discussing your Pairin qualities here):
Who your contact is, why you want to connect with them, and what you want to talk about
Sam Landfried, he's an established developer in denver and is a good friend as well.
When you will contact them by and how you plan to meet
I plan to contact him in mod3, and we will probably meet up at a coffee shop or something.
What your follow-up will look like once you've met with them
I will try to do some networking on my own by going to meetups and reaching out to recruiters. I will then try to relay what networking i've done on my own to Sam and see if he can give me any feedback on my networking process.
What other steps will you take to start building a stronger network in the tech community?