Summer Coding Camp Week 1

Hi all, I am coaching a small group of high schoolers this summer on coding and technology in general.  I would like to share the materials and hope you will…

Setup Git on Your Window 10 Machine

What is Git and Why Does it Matter?

Git is a very commonly used version control system. It tracks the changes you made to files.

Git is very useful because it allows you to effectively manage code changes. For this Coding Camp, since we will be hosting our website on GitHub Pages. We will need to install Git locally.