Posts Categorized: Tutorials

Blogging Is Harder Than You Think

When I began to blog I wasn’t aware of the challenges I would be facing. ’So many people blog all the time, it can’t be that hard!’. I could not have been more wrong. How do you start blogging? The first (non) challenge of blogging is what software or service to use. The most popular… Read more »

The Ideal Home Entertainment Setup

I love TV and movies. I love watching new shows and I love kicking back to old favorites. I think it would be fair to call myself an entertainment junkie. To supplement this large diet of TV and movies I’ve taken it upon myself to create a home entertainment setup that I would be proud… Read more »

The Best Mac Git Gui

Git is one of the most powerful and effective revision control systems available. It’s lightweight and highly configurable, complimenting almost anyone’s programming workflow. Predominately you interact with git from the command line, inputting commands such as `git status` or `git commit` to manipulate your repository. When you first learn git the CLI can be daunting… Read more »