🖥️ App specific domain names for local dev

A common architectural style (at the time of writing) is to split up applications into many, smaller, more focussed applications. Frequently this style is known by the term microservices. When working with microservices I’ve rarely had the need to run, and actually use, more than a single web application concurrently in my development environment. ...

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

💭 General working principles

Following on from the post about development practices and principles I wanted to capture principles more related to general ways of thinking and working. As before, this isn’t in any particular order. ...

<span title='2021-03-04 00:00:00 +0000 UTC'>04 March 2021</span>&nbsp;·&nbsp;8 min&nbsp;·&nbsp;Steve Hunt

✨ Development practices and principles

During my time working in software development I’ve picked up a few guiding principles I try to consistently follow. Some of them have always been the way I’ve tried to work and others have been adopted after having been burnt by not using it in the first place or learning better ways of doing and thinking about things. ...

<span title='2021-02-28 00:00:00 +0000 UTC'>28 February 2021</span>&nbsp;·&nbsp;6 min&nbsp;·&nbsp;Steve Hunt

〰️ How to setup a simple Heroku pipeline

Pipelines in Heroku are pretty awesome. This is how I went about setting up a Node.js app to have automated deployments for all pull requests, an automated deployment to the staging environment and a manual stage for promoting to the production environment. Pretty much a bread and butter pipeline. (This is an image heavy post) ...

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

⚒️ 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

🔎 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