Search

Post types:
Categories:
πŸ”–

Root and branch

Read Note

Notes from an interview of Dr. John Grimshaw, director of the Yorkshire Arboretum, on tree planting, climate pledges, and conservation, published in House & Garden September …

πŸ”–

Easily rename Git master branch to main

Read Note

Turns out it's pretty simple to rename any branch in Git. Scott has a full step-by-step guide, but there are a few …

πŸ“–

Trunks and Masters

Read Article

There are several strong arguments for moving away from using "master branch" as default terminology, but what should it be replace with? Personally, I like the idea of extending the tree abstraction that we use when talking about branches, so have started using "trunk".

πŸ”–

WordPress is renaming 'master' to 'trunk' on Git repositories

Read Note

The debate around the common practice of naming the primary branch in Git "master" continues, but I thought the statement from WordPress had some interesting points. They largely mirror my own views …

πŸ”–

GitHub settings to change master to main

Read Note

I think it's cool to see GitHub embracing calls to move away from "master branch" terminology and doing so in a way which provides further flexibility and power to its users. That's a win-win no …

πŸ“–

Creodonts & The Absurdity of Extinction

Read Article

I just fell down a rather wonderful rabbit hole. My tale begins with a book review, written by Ross Barnett, of Sabretooth (Mauricio Anton). Apart from instantly causing me to add the book …

πŸ“–

Editing Commit History in Git/GitHub

Read Article

I was recently given a new laptop at work (πŸ₯³), but failed to realise that my Git author details weren't syncing correctly with GitHub for almost a month... 🀦 Rather than simply accept those white squares, I decided to rewrite the repository history. The process turns out to be quite simple, but I still hit several snags so figured it could be useful to document my fixes and errors.

πŸ“–

2019: The Year of Craft JAM

Read Article

A look back and a look forward... it must be the start of a new year. 2019 held a lot of change and personal improvement, but I can't help but feel that 2020 is going to be a big one. So what exactly do I have planned and what am I hoping for the next 12 months?

πŸ“–

React Summit 2020 Notes

Read Article

Notes from the fully remote React Summit 2020 (or at least the talks I tuned in for). Lots covered, from static-site generators and the Jamstack through to React state management and accessibility. What a fun day!

πŸ“–

About the Divide

Read Article

The idea of a great divide in front-end development resonated with me. I'm worried about how the erosion of certain skills could lead to a less inclusive, accessible web, for both users and developers. On the other hand, there are some massive advantages to our new tools. It's a double-edged sword.

πŸ”–

National park "honest" reviews

Read Note

A wonderful collection of hand-illustrated one-star reviews for some of the most beautiful wilderness areas on the planet. Originally covered the great US National Parks, but has recently begun …

πŸ“–

Friends, Just At A Distance

Read Article

We've been in Cumbria now for more than long enough to know we didn't bring anything rotten with us. Combine that with a brief period where most people we know are currently off work (including …

πŸ“–

Unlocking Git with Aliases

Read Article

A look at how I've been using Git aliases to remove repetitive tasks, automate workflows, and generally optimise working on the command line. They're small tips, but they've had a big impact on me.

πŸ”–

Git push to new repository

Read Note

Super useful walkthrough on taking a branch from one repository and publishing it to another repository entirely (great for creating test repos or stripped-down example repos for bug …

πŸ“–

Use VSCode as Git Editor on macOS

Read Article

After months of frustration, I think I've finally worked out how to make VSCode the default Git editor on macOS.

πŸ”–

Automating the deployment of your static site on your own server

Read Note

Need to self-host your front end away from the "modern" services like Netlify or Vercel? As both continue to get a little sketchier with time, it's definitely something I'm having to …

πŸ“–

Git Authorship

Read Article

How to change your Git author details for a single codebase, and check that the changes have taken effect.

πŸ“–

A Ghost in the Machine

Read Article

Or how I spent four days trying to debug a local Astro environment that refused to load any CSS.

πŸ“–

Buh-bye Netlify!

Read Article

Netlify suspended my site, due to a sudden resource spike on a completely separate domain. Now, for the first time in five years, you're reading this on infrastructure that Netlify does not own.