Prework Module 2; Lessons 3&4 Flashcards
What is the first step in creating a web development project?
 Thinking about a real world problem that we want to solve
What do web developers do?
Work on teams to build and maintain web apps
What specific things do web developers do?
 Create products that users interact with to do things like get information, make purchases and socialise
What is the web development process?
One identify the problem.
Plan and gather requirements.
Design requirements for the application.
Develop code.
Test to make sure the application runs correctly.
Deploy, so end users have the application available?
Maintain – developers run test and write code to improve performance and other features.
What are some web development methodologies?
Waterfall where each step is completed sequentially.
Agile, the project is broken down into smaller components and built incremental Lee.
What website will we build in the pre-work?
A study guide
What is an MVP?
 A minimum viable product
Is agile development, all about iteration, or repeating the process till the project is complete?
Yes, it is
What is version control?
It is the system to track and manage changes to a code base
What is SAH or hash?
A long string of numbers or letters that helps access a version of code
What is the git revert command?
Reverts to an earlier version of code to fix a mistake without losing work
What is the git checkout command?
To move the working branch to a new branch.
What does in the cloud mean?
Software or servers that run on the Internet and store your data remotely
What is Git?
A version control system that lets you manage and keep track of each version of your project
How do we access git?
We use the command, line or terminal 
 Do you get commands always start with get?
Yes