Background
Nowdays, almost every software engineer is using open sources library (or even internal library which depends on other internal library) to speedup their work. These library also has depdency with other opensouce libraries which causing dependency hell. It could be solved using package management which automatically resolve the package dependencies.
Objectives
To understand the similartiies between node packages management and ruby package management
Deliverables
Article & Illustration