Prework Mod 1 Flashcards
how many phases is the bootcamp?
3
what are the phases of the bootcamp?
foundation - technical - performance
what does HTML mean?
HyperText Markup language
what is CSS?
Cascading Style Sheets
What is Javascript?
lightwieght programing language
What is the command line?
also called terminal: text interface for programs, files, folders etc
what is markdown?
simple markup language to create formatted text
What is GIT?
a free open source version control system: allows DEV’s to collaborate
what is Git Hub?
internet hosting of software and web dev code: central repository
what is build from scratch?
complete a task in linear fashin; creating or adding code
what is reverse engineering ?
work backwards with code: deconstruct for meaning
What is Debug?
find the broken code, and fix it, so code is functional
what is a user story?
description of the user you are creating the app for
what is acceptance criteria ?
list of things your app must achieve in order to be DONE
what are the 3 things we do to write code?
create content
style content
create logic