Find me on Mastodon...

Recent Posts

npm ci with legacy-peer-deps is a thing

So you’ve got a JavaScript project in the wild, and real life happens so you’ve been npm installing with the --legacy-peer-deps for a little while now. No ju...

open Mac application from the command-line

Today I Learned about the -a flag in MacOS’s open command-line application. It lets you specify the name of an app in /Applications (without the .app ending)...