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 
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.
What is a feature?
 A functional part of the application website that has value or fulfils a business need
What is an example of the use of markdown?
We can use it in, read me files or forget hub issues
What do we often use insider issues?
Are use a story and acceptance criteria
What are some examples of issues hey
HTML CSS JavaScript read me deployment
What is the local environment?
It is where the developer works independently on their own computer
What is a GUI or graphical user interface?
It is for users to interact with the computer, visually
What is an IDE or integrated development environment?
 It is used by developers. It has many features so they can work in a single interface or a GUI.
What tools does an IDE have?
It as a source code, editor, local, build automation, 80 bugger and ability to extend ID is capabilities
What is VS code for visual studio code?
It is a code editor to write and view and edit
What is GitHub
It is keeping in sync a project in a local environment with I get hub repository
What is a branch?
It is a copy of version of the code that can be worked on independently, so changes do not destruct other team members who are also working on the code
What is an unstable state?
When we are working on code, this state is on stable i.e. glitches could occur
What is a feature
It is the first step in creating a local development version
What is the main branch?
It is the default branch
Do we work in the main branch or in the future branch?
We work in the future branch
What do we do to merge our changes to the main branch?
We open a pool request or PR
When a PR is approved, can you merge it to the main branch?
Yes

What do we do once APR has been created
We request that one or other team members review the code before it’s merged into the base branch