Wireframe Basic knowledge

Hello and welcome to this programming blog, today you will learn about what is wireframe and why it so important in web development.


An image with the work Read ME with green color

READ ME.md file and what is purpose.

Readme.md is a type of file mainly to tell other other programmer, developer and other coder by to serve as the entry point and primary documentation for a software project, providing an overview that explains what the project does, why it is useful, and how to install and use it. It helps users quickly understand, set up, and contribute to the code

Read more
Is an example of how to design web layout

What is a wireframe and the purpose of it used

What is wireframe, wireframe is a way to design a website service at the structural level. A wireframe is commonly used to layout content and functionality on a page which takes into account user needs and user journeys. wireframes are used early in the development process to establish the basic structure of a page before visual design and content is added.

Read more
a detail map on what is git and branch

Git, repo and branch

Git, repo and branch are some basic knowledge that you should learn when you start programming. They can be a powerful tool that will help you on your journey, especially later on when you do a group project or your own personal project. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency, how ever they also allow you save, control and redo your project file version. Repository is when you work on a group project you can copy all of the files of the main project and make your self owner of that copy project. Branch is for when you want to make some change like adding image, changing color or add some functionality to the project doesn't effect the main original file.

Read more