Browsing Tag
pnpm
3 posts
How to build a pnpm monorepo, the right way
At some point every growing application ends up with code that needs to be shared across surfaces. Maybe…
Package Manager Fight: npm vs pnpm vs npx vs yarn vs bun
In the ever-evolving landscape of JavaScript development, package managers are a crucial part of managing dependencies, streamlining workflows,…
Split a commit into 2 commits with `git rebase`
Overview Git is a powerful version control system that allows developers to track and manage changes to their…