Monthly Archives: March 2014

Rolling Back a Commit in Git

I always forget how to do this and have to ask or look it up so… To rollback the last commit run git reset –hard HEAD~1 get push –force

Posted in Uncategorized | Leave a comment

Sublime Text 3 Keyboard Shortcut Of The Day – Set Syntax

Ctrl-Shift-PĀ opens the command palette, next type ss (for set syntax). Start typing the name of the syntax you want to use and a list of possibilities will drop down. Select the one you want with the arrow keys and press … Continue reading

Posted in Uncategorized | Leave a comment

Object Oriented Design Recommended Reading

Yesterday @mfloryan tweeted So now I read #poodr and got excited again about design what is the next book I should read? POODR is Practical Object Oriented Design in Ruby by Sandi Metz. It’s a fantastic book, which I would … Continue reading

Posted in Uncategorized | 2 Comments

Why wouldn’t you talk to users?

I’ve hear it said that the best code is the code you don’t write. The more code you have the more code that could have mistakes and that you have to remember how it works so you can maintain it. … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment