Blog
This is page 23 of 30.
How to diff branches in Git
Article posted 11th January 2020 in Development and Git
Turns out it’s pretty easy to look at the differences between two branches in Git. This is useful when coming back to a feature branch after a while.
Git rebase versus merge
Article posted 31st December 2019 in Development and Git
There are two ways to get a branch up to date with master before raising a PR: merge and rebase. Here are pros and cons with each.
Version tagging with Releases in GitHub Flow
Article posted 27th December 2019 in Development and Git
I’ve started using GitHub Flow for some projects and the process is much simpler than GitFlow, but one hurdle I encountered was tagging.
Simplifying branching and deployment with GitHub Flow
Article posted 14th December 2019 in Development and Git
GitFlow is great but it’s not quite right for every project. GitHub Flow is simpler and means I’ll publish a feature or fix as soon as it’s ready.
Why ‘tempertemper’?
Article posted 12th December 2019 in Brand
Over the years, I’ve often been asked where I got the name ‘tempertemper’ from. The answer is very simple.
Apple’s Keyboards revisited
Article posted 21st November 2019 in Apple and Design
Apple released a new MacBook Pro last week and the keyboard has been revised, fixing almost all the issues the current/outgoing models have.
The best Sublime Text theme
Article posted 18th November 2019 in Design and Development
Operator Mono’s fancy italics don’t work with every colour scheme, but finding one that does has lead me to my favourite Sublime Text theme.
Operator Mono and why I want italics in my code editor
Article posted 17th November 2019 in Design and Development
I’m ready to start recording for my YouTube channel and I’ve been thinking about what my coding environment looks like.
Ligatures in coding fonts
Article posted 7th November 2019 in Development
I enjoy freshening my coding environment up a wee bit every now and then, but typefaces with ligatures are a step too far.
If it’s not progressively enhanced, it’s not accessible
Article posted 6th November 2019 in Accessibility
In his latest article, Adam Silver summarises the many ways JavaScript can fail, which, to me, is an accessibility issue.