Learn to say popular monorepo build orchestration tool names correctly.
0 / 5 completed
1 / 5
How is Bazel (Google's open-source build and test tool for large, multi-language monorepos) correctly pronounced?
Bazel is pronounced 'BAY-zel' — stress on BAY, rhymes with 'hazel'. In a technical interview: "Bazel cached the build graph so only the three changed targets actually recompiled."
2 / 5
How is Nx (extensible build system with first-class monorepo support for JavaScript and TypeScript) correctly pronounced?
Nx is pronounced 'EN-EKS' — the letters 'N' and 'X' spoken individually. In a technical interview: "Nx figured out the dependency graph and only re-ran tests for the packages actually affected by the change."
3 / 5
How is Turborepo (high-performance build system for JavaScript and TypeScript monorepos) correctly pronounced?
Turborepo is pronounced 'TUR-boh-REE-poh' — 'turbo' plus 'repo', both plain English elements. In a technical interview: "Turborepo pulled the build output straight from remote cache, so CI finished in under a minute."
4 / 5
How is Lerna (tool for managing JavaScript projects with multiple packages in a single repository) correctly pronounced?
Lerna is pronounced 'LUR-nuh' — stress on LUR, two syllables. In a technical interview: "Lerna bumped the version of every dependent package the moment we published a change to the shared library."
5 / 5
How is Rush (Microsoft's scalable monorepo build orchestrator for large JavaScript codebases) correctly pronounced?
Rush (the monorepo tool) is pronounced 'RUSH' — exactly like the everyday word for hurrying, one syllable. In a technical interview: "Rush installed a single shared node_modules folder for all four hundred packages in the repo."