Explore >> Select a destination


You are here

babeljs.io
| | ericlathrop.com
10.2 parsecs away

Travel
| | Many modern JavaScript development tools are distributed through NPM and tell you to install them globally. For some packages it is okay to install them globally, but other packages are creating a future headache for you. I will explain the problem with global NPM packages, how to tell when it is okay, and how to use locally installed packages instead.
| | gils-blog.tayar.org
10.3 parsecs away

Travel
| | ESM is ready for use in Node.js. This guide shows you how, and how to avoid all the small gotchas. The guide covers the basics, but also discusses how to write packages that can be dual-mode (ESM and CJS), how to configure ESLint, Mocha, and Testdouble, and how to use TypeScript with ESM.
| | cgamesplay.com
11.0 parsecs away

Travel
| | After configuring Prettier and ESLint for my JavaScript projects, I documented the streamlined process for others to easily achieve consistent code formatting and linting in their repositories.
| | www.augmentedmind.de
68.8 parsecs away

Travel
| Learn to optimize the Docker image size, e.g. via small base images, multi-stage builds, consolidation of RUN statements, or using docker-slim.