Performance

Posts filed under tag: Performance

  • Switching from nvm to fnm

    fnm and nvm are tools for managing node installations. This is useful for ensuring the correct version of node is used for each project. fnm is built in Rust. …
  • Why You Should Switch to pnpm

    If you are still using npm or Yarn Classic, you are wasting gigabytes of local storage, slowing down your CI/CD pipelines, and opening the door to silent …