Web Fundamentals!!!

Understanding README files, wireframes, and Git branches

Wireframe sketch showing page layout

What is a wireframe?

A wireframe is a simple visual guide that shows the structure and layout of a webpage before any code is written.

Read more
Diagram illustrating Git branches

What is a Git branch?

A Git branch allows developers to work on new features or fixes in isolation without affecting the main codebase.

Read more