Avoiding Git Merge Commits with Rebasing

Let’s talk about Merge Commits. Inevitably, this error will happen to everyone (if it hasn’t many times in the past): git push origin master # To https://github.com/user/repo.git # ! [rejected] master -> master (non-fast-forward) # error: failed to push...

5 Tips for Making Your Website Mobile-Friendly

Browsing the web should be an enjoyable experience for all users of all device types. Users can get frustrated when a website is difficult to use on a mobile device, so it’s important that your website is mobile-friendly. These five tips will give you a great...

Three Reasons to Use Small Automated Deploys!

In this article there is no difference between the process of deploying and releasing. There are tools that will separate these two events which I do not cover in this post. One thing that a lot of developers and IT departments don’t utilize is small, automated...
How to Write a Great Blog Post

How to Write a Great Blog Post

Think of a question you have had recently, or one that your client has had, or a student, or a classmate, the point is write a great blog post answering that question! Good content is between 200-500 words. Write in your natural voice, humor and emotionally motivating...