Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Node Package Manager Course Build and Publish NPM Modules

    Posted By: naag
    Node Package Manager Course Build and Publish NPM Modules

    Node Package Manager Course Build and Publish NPM Modules
    MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 6.5 Hours | Lec: 38 | 793 MB
    Genre: eLearning | Language: English

    Learn to build and publish your own npm modules so other developers can use

    NPM (Node Package Manager) is a package manager for node.js packages or modules. NPM consist of a command line client and an online database of public and private packages, called the npm registry. NPM makes it easy for javascript developers to share and reuse codes, and also makes it easy to update the codes. All packages on the npm registry solves at least one problem. A package comes with an important file called package.json which usually contains metadata about the project. Packages can be installed as dependencies which are used in the project or as dev dependencies which are only used for testing or for development. Examples of very popular packages are:

    Express
    Async
    Mongoose
    React
    Moment
    Request etc
    Do you have an idea of a node package/module that will help other developers like you but don't know how to start or where to start from?

    Are you looking to learn how node modules are built and published? Then this course is for you.

    In this course, you will learn step by step on writing the javascript codes and adding them to the module files. You will write the codes from scratch and also learn how to publish the modules to the npm registry.

    In this course you will create modules that

    Generates random alphanumeric characters
    Allows arrays to be manipulated
    Manipulates strings
    Interact with external API to return results
    You will also learn

    To setup the project for git and add the codes to the github repository
    To setup the projects for NPM
    To write javascript functions to work with array and strings
    To write unit tests using mocha, expect and supertest libraries
    To publish the modules

    Node Package Manager Course Build and Publish NPM Modules