My Website Logo

Placeholder image for wireframe article

What is the purpose of a wireframe?

A wireframe is a simple layout plan for a webpage. It shows where content goes (header, sections, cards, buttons) before writing the final HTML and CSS. It helps you focus on structure, spacing, and hierarchy early.

Read more
Placeholder image for Git branch article

What is a branch in Git?

A Git branch is a separate line of development. You create a branch to work on a feature or fix without changing the main branch. When your work is ready, you can merge your branch back into main.

Read more