goldbergyoni/nodebestpractices

By GitHub - 2020-12-19

Description

:white_check_mark: The Node.js best practices list (December 2020) - goldbergyoni/nodebestpractices

Summary

  • Node.js Best Practices Latest Best Practices and News ✅ New best practice: There won't be any automated metric telling you when a large portion of your code is not covered by testing 4.9 Inspect for outdated packages TL;DR: Your production will run packages that have been explicitly tagged by their author as risky 4.10 Use production-like environment for e2e testing TL;DR: Include a .dockerignore file that filters out common secret files and development artifacts.

 

Topics

  1. Backend (0.24)
  2. Frontend (0.22)
  3. Management (0.18)

Similar Articles

5 ways to make HTTP requests in Node.js

By LogRocket Blog - 2021-02-04

Make HTTP requests in Node.js using the native module as well as npm packages like Axios, Got, SuperAgent, and node-fetch.