Module Onboarding

Three things we use all the time.

readme

What is the purpose of Readme file

README files are created for a variety of reasons:

  1. To document changes to files or file names within a folder
  2. To explain file naming conventions, practices, etc. "in general" for future reference
  3. To specifically accompany files/data being deposited in a repository

Read More
what is wireframe

What is the purpose of a wireframe?

The primary purpose of a wireframe is to create a visual representation of a website, mobile app, or digital product's layout and structure, focusing on user experience and functionality before detailed design and development.

Read more
gitpicture

What is a branch in Git

A branch in Git is simply a lightweight movable pointer to one of these commits.

Read more