2022-11-28
|~3 min read
|439 words
A while back, I was working on a project called (My October 2020 checking). It didn’t get very far, but I learned a lot. One of the…
2022-11-28
|~2 min read
|284 words
I’ve written several times before about using to automate linting of staged commits (here and here for example). Today, I had a variation…
2022-11-28
|~2 min read
|365 words
CI/CD pipelines are designed to ensure that no broken code reaches the main branch.However, running all of the tests and compiling a project…
2022-11-28
|~6 min read
|1050 words
I’ve written in the past about updating a basic prettier config to handle multiple file types. I’ve also discussed using git hooks to ensure…
2022-11-28
|~2 min read
|303 words
At Olo, we rebase our commits rather than merge to keep a cleaner git history. As with all things, there are some tradeoffs to this approach…
2022-11-28
|~3 min read
|408 words
I previously wrote about using Netlify Build Hooks in the context of fixing my daily embargo problem for this site. I found myself…
2022-11-28
|~2 min read
|380 words
NVM, the Node Version Manager, is an invaluable tool when working on multiple node projects. Instead of manually managing the globally…