Prework Module 2; Lessons 3&4 Flashcards
(42 cards)
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 
Does it allow us to track or changes locally on our own computer?

Yes
Does GitHub allow us to track a Projects inside repositories that are stored remotely?
 Yes
Repositories or Repos store? What in particular?
 Files that contain code files that contain information about code like read me files, as well as version history of all files
How can we create a repository?
We go to our get hub account we select new repository we name our repository, we add a description we make it public or private. We add a read me file and we select an MIT license.
When we have a file ending in.md what does it mean?
It means a markdown file, which is a plaintext formatting language
what is GitHub issues?
It is a task management tool to keep track of tasks and progress
What does blocker mean
It means you’re stuck on a particular problem that’s preventing you moving forward
Where do we create issues?
We navigate to our repository, we click on the appropriate guys. Then we click on the issues tab. Then we enter a title and description for issue.