Prework module 1 Flashcards
how many phases in bootcamp? and what are they called?
3 - foundation, technical, performance
what is HTML?
Hypertext Markup Language
what is CSS?
Cascading Style Sheets
what is javascript?
lightweight programming language
what is command line?
also called terminal: is a text interface for running programs etc
what is markdown?
simple markup language to create text
what is GIT?
free open source version control system that allows dev to colab
What is Git Hub?
largest provider of internet hosting for software and web dev code: repo
what is deployment?
process that makes website etc available to users
what is build from scratch?
creating new code or adding code to existing codebase
what is reverse engineering ?
working backwards, deconstructing code to understand what is does?
what is debug?
find broken code:bug, and fix it
what is user story?
description of user you are creating app for
what is acceptance criteria?
list of things your app must achieve to be done!
what are 3 aspects of writing code?
create content
style content
create logic