Skip to content

Instantly share code, notes, and snippets.

View GDemps's full-sized avatar

GDemps GDemps

View GitHub Profile
@GDemps
GDemps / Project API Research
Last active January 4, 2021 12:14
Project API Research
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...
@GDemps
GDemps / GraphQL
Created January 4, 2021 01:42
GraphQL
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.
@GDemps
GDemps / GrantDempseyMod2Prework.md
Last active August 15, 2020 22:00
Mod2 Prework

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

What is HTML? Hyper Text Markup Language

What is an HTML element? An HTML element is defined by a start tag, some content, and an end tag:

@GDemps
GDemps / Object_Model_Grant_Dempsey
Created April 17, 2020 17:10
Object Model Exploration Task
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
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
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?

Data Types Beg Guide

Inline-style: alt text

Attribute

Data Types

  1. A string is a data type used represent text. Strings can contain alphabet characters in addition to spaces, numbers, and special characters.