What is an HTML element? An HTML element is defined by a start tag, some content, and an end tag:
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. Get the Flight Out(GTFO) | |
| APIs: Skyscanner for flights: https://rapidapi.com/skyscanner/api/skyscanner-flight-search?utm_source=quora&utm_medium=link&utm_campaign=api-google-flights | |
| prices, times, and airlines, etc... helpful | |
| Hotels.com https://rapidapi.com/apidojo/api/hotels4 | |
| prices, locations, ratings, etc... | |
| 2. Organize Game Night | |
| APIs: Google Calandar and Gmail: https://www.nylas.com/integrations/google-calendar-api/?gclid=Cj0KCQiAlsv_BRDtARIsAHMGVSb3hyqy0dz_mTwsxxMHlmv9ZiYBaiXIBGSsjuEjoNjqBoeRP0nyAOUaArMsEALw_wcB | |
| schedule the game night, set reminders, e-mail invites and reminders etc... |
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
| What is a graphQL? | |
| GraphQL is a query language for your API, and a server-side runtime for executing queries by | |
| using a type system you define for your data. GraphQL isn't tied to any specific database or | |
| storage engine and is instead backed by your existing code and data. | |
| A new api invented and open-sourced by Facebook | |
| Enables declaritive data fetching via a single end-point and responding to queries. | |
| How can it be beneficial over RESTful CRUD endpoints? | |
| With a REST API, you would typically gather the data by accessing multiple endpoints. |
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
| IN YOUR OWN WORDS: | |
| 1) Classes are containers for what? | |
| methods | |
| 2) Classes have a pointer to what? | |
| superclass | |
| 3) Instances are containers for what? | |
| their class | |
| 4) Instances have a pointer to what? | |
| their class |
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
| Reflect | |
| After reading the articles above, create a gist on Github and reflect (4-6 sentences) on the following prompts. | |
| What role does empathy play in your life and how has it helped you? | |
| Understanding others situation and plights has helped me to understand how fortunate I am in this world to have what I do | |
| have and the blessings I possess. Traveling the world in the military showed me how blessed I truly am in this life and how | |
| others face challenges that many people will never understand nor have any idea of how difficult they can be. Simply being | |
| born in a free country is winning the life lottery. Taking tht opportunity and doing something with it is what I owe to all | |
| those that can only wish for the opportunities we all possess in this country. My empathy motivates me to accomplish what I can |
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
| Step 3: Please respond to the following questions in a reflection (4-6 sentences): | |
| What is your greatest strength and how do you know? | |
| Attitude, during my time in the military I always tried to keep people's chin up including my own. A | |
| bad attitude helps nothing and noone but the adversary your facing. I keep my composure in the face of danger, pressure, | |
| and duress. Actions inspire others and can have an immense affect on other members of your team. If there is a problem, accept help and seek help if needed. If none is available develop a plan that works best | |
| in the situation and execute. Morale is half the battle. | |
| How do you work best? |