Skip to content

Instantly share code, notes, and snippets.

@PintoGideon
Last active June 6, 2019 17:40
Show Gist options
  • Save PintoGideon/d818a1ed456bfe86287eb4ee0ef96456 to your computer and use it in GitHub Desktop.
Save PintoGideon/d818a1ed456bfe86287eb4ee0ef96456 to your computer and use it in GitHub Desktop.
Full Stack for Front End Engineers

Domains are just high level wrappers on IP addresses. Because we are humans, we can't remember most IP addresses.

DNS

domains

IP address-127.0.0.1 IP - Internet Protocol

Internet Protocols

  • DNS- Maps IP addresses to domains.
  • DNS- Domain Name system- (internet handbook).
  • DNS is a friendly way of resolving IP addresses to their domain names.

Cache

Local cache LAN DNS server ISP DNS server You always want to make the shortest hop possible so websites like Netflix or Facebook are probably on your local caches.

Security

People are always trying to break your computer. We always have to be mindful of security. SSL Client

Trace Route

ping tells us if the serve is alive. Tells us how many hopes that are required to reach the server.

cloud computing A VPS takes a dedicated server and breaks into smll chunks which we can all use.

  • flexbile
  • scalable
  • on demand

Providers

  • AWS
  • Rackspace
  • Digital Ocean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment