- Learning Path Libraries: This path is only available in the libraries listed. To access this path, purchase a license for the corresponding library.
- Core Tech
JavaScript Workflows and Tools
The "JavaScript Workflows and Tools" learning path is designed for developers who aim to learn the essential tools and processes pivotal for efficient JavaScript development. This path guides learners through setting up a robust JavaScript development environment tailored for productivity. It delves into effective package management utilizing npm and Yarn, and explores the power of modern build tools to automate and enhance workflows. Additionally, the path covers implementing code quality assurance practices with linters and formatters and teaches how to integrate continuous integration and delivery pipelines. By completing this path, learners will gain the skills necessary to streamline their JavaScript development process, improve code quality, and accelerate deployment cycles.
Content in this path
Courses and Code Labs
Here are the courses and code labs for the path
- In the "JavaScript Workflows and Tools" learning path, you will learn how to set up an efficient JavaScript development environment to enhance productivity and streamline your workflow. You'll gain expertise in package management using npm and Yarn, allowing you to effectively manage dependencies and updates. The path covers modern JavaScript build tools, enabling you to automate tasks and optimize development processes. You'll also learn to implement code quality practices using JavaScript linters and formatters, ensuring consistency and quality across your projects. Additionally, you'll acquire the skills to integrate continuous integration and delivery (CI/CD) pipelines, facilitating smooth deployment and version control for your JavaScript applications.
- To benefit from the "JavaScript Workflows and Tools" learning path, learners should have a foundational understanding of JavaScript, including syntax and basic programming concepts. Familiarity with HTML and CSS is important, as well as comfort with using command-line tools. Basic knowledge of web development concepts, Git for version control, and npm for package management will ensure learners can effectively integrate the tools and workflows presented in the path.
- Version Control with Git
- Configuration Management
- JavaScript Module Systems