Skip to content

Productivity

Markdown Cheatsheet

Markdown is a shorthand syntax for writing highly stylized text. It can be a great tool when you are taking notes, documenting code, or even writing a site like this one.

Below you will find a cheat sheat of all the different types of markdown text available for most markdown flavors, as well as some extensions utilized in this site.

How to Use SSH

Before getting into the professional field of software development, I had always used https for cloning all of my git repositories. It wasn't until I started juggling three different github accounts between personal, school, and work, that I realized there had to be a better way. In comes secure shell, or SSH for short, to never need to enter in a login password again!