Skip to main content

The Interactive Rebase

My last post was focused around a problem in Git which occurs when the rebase command isn't used, and developers blindly use pull/push. The problem is...

Read more

Don't email me my password!

I'm sorry, but this post has been born purely our of frustration. Yesterday, as part of a support ticket with my domain provider about an old account,...

Read more

Favourite Podcasts

A month or so ago, I tweeted my favourite audio podcasts, and realised that it was worth a blog post. I mostly listen to podcasts on the way to and fr...

Read more

Git Hooks and Banned Words

I quite often use keywords surrounded in parenthesis in my code as temporary todo markers for Resharper's Todo Explorer. One common keyword I use a lo...

Read more

Code Snippets... again!

So, I've written a few posts in the past about storing code snippets and my various attempts at finding the right tool for the job. I've tried plain t...

Read more

Multiple SSH Keys for Git

I use a couple of different Bitbucket accounts, and in the past have mostly just used HTTPS to connect, but did find that I was getting prompted for c...

Read more

Windbg to the rescue!

Today I had to track down a performance issue on a live site where the CPU usage was abnormally high. I couldn't reproduce it locally, and didn't want...

Read more