Back to JavaScript

Tools, Testing & Deployment

Learn about the modern JavaScript ecosystem, including tools, testing, and deployment strategies.

2 weeks

Topics in this Chapter

1

npm (Node Package Manager)

Manage project dependencies and run scripts with npm.

2

Bundlers (Webpack, Vite)

Understand the role of module bundlers in modern web development.

3

Babel

Use Babel to transpile modern JavaScript for older browsers.

4

ESLint

Maintain code quality and consistency with a linter.

5

Jest

Write unit tests for your JavaScript code using the Jest testing framework.

6

CI/CD

Introduction to Continuous Integration and Continuous Deployment.

7

Deployment Basics

Learn the basic concepts of deploying a JavaScript web application.

GeekDost - Roadmaps & Snippets for Developers