1. How to use the Nodejs REPL

    Learn about the Nodejs REPL

  2. How to use the import syntax in Nodejs

    Learn how to use the import syntax in Nodejs

  3. Sorting an Array

    How to sort an Array in JavaScript

  4. The Fetch API in Nodejs

    Learn about the Fetch API in Nodejs

  5. How to create and publish an npm module to the npm registry

    Learn how to publish an NPM module to the registry

  6. Extending Jest Matchers with custom matchers

    Learn how to extend Jest with custom matchers

  7. Unit testing with Jest

    A quick intro to unit testing Nodejs applications

  8. Using async/await correctly

    Learn how to use async/await correctly

  9. Introduction to unit testing with Mocha (Test Runner) and Chai (Test suite)

    Tips setting up Chai & Mocha test suite

  10. Introduction to JavaScript Code formatting and style guides

    Learn about code formatting