Learn to say popular environment variable and secrets-loading tool names correctly.
0 / 5 completed
1 / 5
How is dotenv (library for loading environment variables from a .env file) correctly pronounced?
dotenv is pronounced 'DOT-en-vee' — 'dot' plus 'env' (short for environment), stress on DOT. In a technical interview: "dotenv loaded the local database URL without us ever committing a real secret."
2 / 5
How is direnv (shell extension that loads environment variables per directory) correctly pronounced?
direnv is pronounced 'DYR-en-vee' — 'dir' (directory) plus 'env' (environment), stress on DYR. In a technical interview: "direnv switched the AWS profile automatically the moment I cd'd into that project folder."
3 / 5
How is Doppler CLI (command-line tool for the Doppler secrets manager) correctly pronounced?
Doppler CLI is pronounced 'DAHP-ler SEE-EL-EYE' — 'Doppler' plus 'C-L-I' spoken as letters. In a technical interview: "Doppler CLI injected the right secrets straight into the process, so nothing touched disk."
4 / 5
How is Vault Agent (HashiCorp Vault's process for automatically fetching secrets) correctly pronounced?
Vault Agent is pronounced 'VAWLT AY-jent' — 'vault' plus 'agent', both plain English words. In a technical interview: "Vault Agent renewed the database credential automatically before the old one expired."
5 / 5
How is envsubst (Unix utility that substitutes environment variables into template files) correctly pronounced?
envsubst is pronounced 'EN-vee-sub-ST' — 'env' (environment) plus 'subst' (short for substitute). In a technical interview: "envsubst rendered the nginx config template with the real port number at container startup."