Blog

Author Archive


Basic Node.js Code for the express-handlebars Module
Posted on June 20, 2016 in Node.js by Matt Jennings

Steps:

To install the express-handlebars module, in your shell navigate to your root directory and type in the three …

Read more


In Git, Revert to a Previous Commit Locally without Losing Any of your Previous Commit History
Posted on June 8, 2016 in Command Line, Git by Matt Jennings

To revert to a previous Git commit locally without losing any of your previous commit history, follow the steps below:

In …

Read more


Setting Up a Basic Node.js Workspace on Cloud9
Posted on May 26, 2016 in Node.js by Matt Jennings

Cloud9 (c9.io) is an online service that can be used to quickly create websites in various languages and …

Read more


Using Git to Reduce Repo Size, If You get an “There are too many unreachable loose objects” Error
Posted on May 19, 2016 in Command Line, Git by Matt Jennings

The info below was taken from a Git post on AlBlue’s Blog in 2011 and this Read more


Delete Mail if Mac Terminal Says “You have mail.” When You Open It
Posted on March 13, 2016 in Command Line, Mac by Matt Jennings

Make sure you’ll in your home directory by doing:
cd
Then to view all mail do:
mail
Delete all mail by doing:
delete *
Quit mail …

Read more