Create a Website with Github Pages
If you have a project, blog, or documentation that you need to have hosted in a site, Github Pages can be a great way to host your site for free straight from the repository.
If you have a project, blog, or documentation that you need to have hosted in a site, Github Pages can be a great way to host your site for free straight from the repository.
A list of all the different programs, packages, and tips for how I configure my Mac for development.
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.
If you find yourself running a bunch of bash commands that you would like to version control and share with others, shell script is what you are looking for.
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!