Programming

Programming is the process of designing, writing, testing, and maintaining computer programs or software. A program is a set of instructions that tells a computer what to do, and programming involves creating these instructions in a language that the computer can understand.

Version Control: Git

Git is the most popular open-source version control software available for software projects large and small. Git has become the leader in version control software and grown in popularity throughout the past few years. 0:00 Git Version Control Overview 1:16 Using Git 2:05 Git Commands 2:44 Why Use Git 3:20 Git Wrap-up Popular Git commands

Version Control: Git Read More »

JavaScript: Part 7 – Var, Let and Const Variables

This is the seventh part of our JavaScript Tutorial series. In this tutorial, we will cover the general overview of JavaScript variables. The Var, Let and Const Variables are what we will be discussing in this tutorial. The Var, Let and Const variables are all popular JavaScript variables you will encounter. View on YouTube: JavaScript

JavaScript: Part 7 – Var, Let and Const Variables Read More »