Skip to content

Instantly share code, notes, and snippets.

@BobGu
Created June 3, 2017 13:41
Show Gist options
  • Save BobGu/c1baf7e130763ca07343f0902e907189 to your computer and use it in GitHub Desktop.
Save BobGu/c1baf7e130763ca07343f0902e907189 to your computer and use it in GitHub Desktop.

What is front end engineering

  • The part of a website or application that a user interacts with. What they click, touch, see, etc.
  • FEE deals with the part of the code base that is responsible for handling
  • Static -> Rich interactive experiences
  • Show Code Pens
  • Deisgners and comps, don't have to be a design genius

What technologies are used on the front end

  • HTML - The structure and semantics of the web page
  • CSS - Make things looks amaaaazing
  • JavaScript - Helps us define user interactions. When I click on this thing, what happens?
  • Going to focus more on tools today and less on the design aspects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment