Yarn
js package manager, compatible with the npm registry, that installs, manages, and locks project dependencies.
10 resources across 2 libraries
Glossary Terms(6)
Webpack
Webpack is an open-source static module bundler for JavaScript applications that traces a project's dependency graph and packages modules and their assets into…
Yarn
Yarn is a fast, reliable JavaScript and Node.js package manager, compatible with the npm registry, that installs, manages, and locks project dependencies.
Bun
Bun is a fast, all-in-one JavaScript and TypeScript runtime, bundler, package manager, and test runner designed as a drop-in alternative to Node.js.
Turborepo
Turborepo is a high-performance build system for JavaScript and TypeScript monorepos, developed by Vercel, that speeds up task execution through intelligent ca…
uv
uv is an extremely fast Python package installer and resolver, written in Rust by the Astral team, designed as a drop-in replacement for tools like pip, pip-to…
Lerna
Lerna is an open-source build tool for managing JavaScript and TypeScript monorepos, coordinating versioning, dependency linking, and publishing across multipl…
Study Notes(4)
Cluster Managers: YARN and Kubernetes
Learn how Apache Spark integrates with YARN and Kubernetes to acquire and manage cluster resources for distributed jobs.
Running Jobs on YARN
The end-to-end path of submitting, monitoring, and debugging a job on a YARN-managed Hadoop cluster.
Scheduling in YARN
How YARN's pluggable schedulers -- FIFO, Capacity, and Fair -- decide which application gets the next available container.
YARN Architecture
An overview of YARN's split-brain design that separates cluster resource management from per-application scheduling and monitoring.