danpurdy

#tooling

3 posts · all writing →

Multiple Github accounts with individual git profiles over SSH

#git #github #tooling

Sometimes you have a need to connect to multiple Github accounts from the same machine which means possibly switching your git config and the SSH key you use with git. We can modify our ssh and git config to make this as easy as possible and not have to think about it.

Adding state to storybook stories

#react #tooling

Adding state to your Storybook stories is now exceptionally easy allowing consumers of your library to interact with your components and use them the way they were meant to be used immediately.

Using private Github packages in Github workflows

#github #tooling

A quick look at how to use private packages publishd to the Github package registry in Github workflows