This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://kevdev90.github.io/potter-trivia/ | |
https://github.com/KevDev90/potter-trivia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |