Web Development Foundation

There are some frequently asked questions for beginner developers.

1. What is the purpose of a README file?

README file is the foundation document which ask user to Read Me First before doing anything in the project. It provides some concept explanation or basic requirements that user have to know. Sometimes it mentions contributin, licensing details and guideline for other developers who wants to contribute.

Read more

2. What is the purpose of a wireframe?

Wireframe is a blueprints which can help teams to visualize the layout, user flow and hierarchy before committing to the colour or final UI design.

Read more

3. What is a branch in Git?

A branch is a copied workspace from the main development and developers can modify and fix on her/his own branch of project without messing the main development.

Read more