Skip to main content

Blog

This is page 25 of 30.

  1. Moving to Netlify

    Article posted 3rd October 2019 in Development and Serverless

    I’ve really never enjoyed servers, and Netlify looks like an easy to use, powerful alternative for any static sites I build.

  2. Adding files for a commit with asterisks

    Article posted 1st October 2019 in Development and Git

    It can be fiddly to stage files for a commit using Git on the command line. Or so I thought! I found a shortcut, so thought I’d write about it.

  3. Using nvm on macOS

    Article posted 23rd September 2019 in Development

    I upgraded node on my laptop and things broke… But I found a way to change the node version, to keep projects alive until there’s time to upgrade all those packages and config.

  4. SwiftUI is more than just a developer convenience

    Article posted 19th September 2019 in Apple

    Apple announced SwiftUI at this year’s WWDC; I reckon it’s more than just a developer convenience – it’s a tactical move on Apple’s part.

  5. iPhone event 2019

    Article posted 18th September 2019 in Apple

    Apple’s iPhone event has just passed and it was interesting, but didn’t get me too excited. Here’s a brief list of my take-aways.

  6. Why I’m not using Git aliases

    Article posted 11th September 2019 in Development and Git

    Git aliases are incredibly useful, but there are five good reasons I’ve decided not to make use of them.

  7. Version control for articles and blog posts

    Article posted 6th September 2019 in Development and Git

    Git workflows like GitFlow are great, but how does publishing articles fit in when using a static site generator? Here’s how I’m doing it.

  8. Years in, the accessibility learning curve continues

    Article posted 5th September 2019 in Accessibility and Development

    I’ve cared about accessibility for as long as I’ve been working in the web and, even after all these years, I still enjoy learning new things.

  9. Practice makes perfect

    Article posted 30th August 2019

    I do a lot of reading on the Metro, on the way to work. A while back, I read an article that quoted something that really stuck in my head.

  10. How to avoid disabled buttons

    Article posted 23rd August 2019 in Design

    Disabling a submit button can indicate that a form isn’t ready to be sent; there are various ways to design this, but should we be doing it at all?