⚒️ Hack day lite

This is a post I have been sat on for some time. In fact the date of the day in question was 01/02/2016 so some details are going to be a little inaccurate but hopefully the essence is maintained. ...

<span title='2016-02-03 00:00:00 +0000 UTC'>03 February 2016</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Steve Hunt

🎋 Fetch remote Git branches

After having added a new remote to my local git repository via git remote add other-remote [email protected]:user/other-repo I wanted to checkout one of the branches from that remote. ...

<span title='2016-01-19 00:00:00 +0000 UTC'>19 January 2016</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Steve Hunt

💵 How much is an emoji worth

I have written a bit about how to make your commit messages more insightful. ...

<span title='2015-10-13 00:00:00 +0000 UTC'>13 October 2015</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Steve Hunt

🔎 Are your commit messages insightful?

A good commit message is a hard thing to do. ...

<span title='2015-10-13 00:00:00 +0000 UTC'>13 October 2015</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Steve Hunt

📏 Getting started with AngularJS

There are so many resources available to help you get going with AngularJS it can be difficult to know where to start. ...

<span title='2015-09-09 00:00:00 +0000 UTC'>09 September 2015</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Steve Hunt

📐 Choosing a frontend JavaScript framework

The majority of my coding time is spent in the back-end, so to speak. Mostly within a Microsoft environment. When an opportunity arises to discard the shackles of Visual Studio I figuratively leap at the chance. ...

<span title='2015-09-09 00:00:00 +0000 UTC'>09 September 2015</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Steve Hunt

✂️ Prune remote git branches

Using git branch -r to check the list of branches on the remote can often lead to a long list of branches making it difficult to tell which are active e.g. ...

<span title='2015-07-23 00:00:00 +0000 UTC'>23 July 2015</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Steve Hunt

🔌 Powershell snippets

A collection of Powershell snippets I have found useful. Set the title of the window: (Get-Host).UI.RawUI.WindowTitle = "New Window Title" ...

<span title='2015-07-15 00:00:00 +0000 UTC'>15 July 2015</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Steve Hunt

📇 Tips for using Trello

The team I work in uses Trello to visualise our work. Some of the team have been using similar tools in order to facilitate work visualisation for several years. Other members are much newer to the concept. Recently the team had a refresher session to bring everybody up to a similar level of understanding. ...

<span title='2015-06-18 00:00:00 +0000 UTC'>18 June 2015</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Steve Hunt

〰️ Dashed html attribute in C# view engine

How do you generate attributes for html elements that have a dash (-) in them through a C# view template engine while using object initialiser syntax? ...

<span title='2014-09-04 00:00:00 +0000 UTC'>04 September 2014</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Steve Hunt