Skip to main content

Blog

This is page 23 of 30.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. Why ‘temper­temper’?

    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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.