Frontend vs Backend

Front End, BackEnd or Full Stack – What do these terms mean.

  • Front End: what the user sees – basically the browser. Mainly how content is presented – making sure it is useable.
    • Tools needed: HTML, CSS, JavaScript, Photo Editing
  • Back End: all the other stuff! What makes a program happen. This is server side and is focused on getting the right data to the browser.
    • Database skills, e-commerce, programming, security
  • Full Stack: basically this means that a developer can do Front End and Back End development to create a whole end-to-end, cohesive application.

Leave a Comment