
Ruy Adorno
Ruy Adorno is Vice Chair of the Node.js Technical Steering Committee, a member of the Node.js Release Working Group, and Founder Engineer at vlt.sh. Previously at Google, GitHub, and npm, he has 20+ years building developer tooling and web platforms.
Unlocking the Power of the Dependency Graph
Node Congress 2026
Upcoming
Unlocking the Power of the Dependency Graph

Node.js applications are increasingly defined by their dependency graph, yet most tooling still treats it as an opaque side effect. node_modules hides structure, workspaces are layered on, and understanding how dependencies relate (or even why they exist) remains surprisingly difficult.This talk introduces the vlt client and shows what becomes possible when the dependency graph is treated as a first-class JavaScript artifact. By exposing graph construction, resolution, traversal, and querying as reusable JavaScript primitives, vlt enables both powerful CLI workflows and entirely new classes of programmatic tooling. Building the client in JavaScript ensures that advances in package management feed directly back into the ecosystem, strengthening the shared library corpus and raising the ceiling for Node.js tooling.
Levelling up Monorepos with npm Workspaces
JSNation 2022
25 min
Levelling up Monorepos with npm Workspaces

Learn more about how to leverage the default features of npm workspaces to help you manage your monorepo project while also checking out some of the new npm cli features.
Levelling up Monorepos with npm Workspaces
DevOps.js Conf 2022
33 min
Levelling up Monorepos with npm Workspaces
Top Content

Learn more about how to leverage the default features of npm workspaces to help you manage your monorepo project while also checking out some of the new npm cli features.