Edrick Leongedrickleong.hashnode.dev·Jul 9, 2024FeaturedWhy you shouldn't use npm workspacesWhen setting up a project, npm is usually the package manager most people use because it is the default. You can also use npm to set up a monorepo by using npm workspaces. However, I do not recommend using npm workspaces for managing multiple package...Discuss·35 likes·132 readsnpm
Sumit Mondalsumit007.hashnode.dev·Nov 29, 2023Unleashing Productivity with AWS Workspaces: A Comprehensive GuideIntroduction: In the ever-evolving landscape of remote work and cloud computing, businesses are constantly seeking innovative solutions to empower their workforce. One such solution that has gained significant traction is Amazon Web Services (AWS) Wo...DiscussAWS - TheoryAWS
Faiz A. FarooquiforFaiz's Blogblog.faizahmed.in·May 3, 2023Managing Multiple Packages with npm Workspacesnpm Workspaces is a powerful tool that allows developers to manage multiple packages in a single repository. With npm Workspaces, developers can maintain interdependent packages while ensuring their versioning is kept in sync. This blog will explain ...Discuss·10.5K readsnpm