Published onOctober 5, 2023What is the npm command '--save-dev'?npmnode.jsA command used when you want to install a package in `devDependencies`.
Published onOctober 4, 2023What is npx?webnpmnode.jsnpm is for dependency management, npx is for one-time execution.
Published onOctober 1, 2023What is a `Chromium-based browser`?webChrome, Microsoft Edge, Opera, Brave, and others.
Published onSeptember 27, 2023The difference between `cat` and `less`LinuxShellcat shows all, less paginates.