Browsing Tag
pnpm
2 posts
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…