ChildOfCode


Code, Maker, Robotic, Open Source. Knowledge Bases


Tag: v14


  1. Docker - Setup a Node.js development environment

    Life is short, enjoy life. After using Docker to build the development environment that make me feel more happy and less painful. Be happy use Docker 🐳. Same with Python Node.js also can running Node.js on local volume or build all the source code inside the container image. 1.…

    Docker, NodeJS, v14, JavaScript, npm, Module, Package, axios

  2. Replacing the deprecated request module

    Request module is deprecated and not longer maintenance and update by Mikeal Rogers. I have been using Request module very long times. Almost every NodeJS developer have use using this popular module. request is also the first package on npm package and is the also first module use on my…

    NodeJS, Module, JavaScript, v14, npm, Package, Deprecated, request, axios, got