MGMatt Grahaminmattgraham.hashnode.dev·Oct 31, 2021 · 4 min readLoops for daysWhat are loops? Loops are a quick and easy way to do a task repeatedly. There are many different kinds of loops, but they all essentially do the same thing, they repeat an action some number of times. The various loop mechanisms offer different ways ...00
MGMatt Grahaminmattgraham.hashnode.dev·Oct 29, 2021 · 2 min readGit GoodnessGit is a free and open source version control system. It can handle everything from small to very large projects with speed and efficiency. Below are just a few snippets of the common Git commands that are useful to know. Repository Creation git in...00
MGMatt Grahaminmattgraham.hashnode.dev·Oct 24, 2021 · 6 min readCommanding the Command LineIt is a great advantage to understand the basics of the "shell", also known as "command Line" or "terminal". This tool allows the ability to accomplish and automate tasks on a computer without the use of a graphical user interface. It also allows sen...00
MGMatt Grahaminmattgraham.hashnode.dev·Oct 22, 2021 · 2 min readMarkdown MagicWhat is Markdown? It is a lightweight markup language (ironic) that is used to add formatting elements to plain text documents. It was created by John Gruber in 2004 and is dead easy. It can be seen for example as the README.md on Github, or even wri...00