Monorepos - A Beginner'S Guide
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 180.67 MB | Duration: 0h 58m
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 180.67 MB | Duration: 0h 58m
Start building your projects with Monorepos today
What you'll learn
Monorepo
JavaScript application architecture
Creating multiple JavaScript applications in a single repository
Yarn workspaces
NPM workspaces
PNPM workspaces
Lerna
Dependency Management
Requirements
JavaScript fundamentals
Description
Updated: July 2022Have you ever wondered how large companies and open source libraries manage their ever-expanding codebases? Monorepos are one the most popular development strategies for reducing duplication, keeping product dependencies up to date and publishing all of your updates simultaneously.Monorepos are fast becoming the most popular way to manage large projects by giving developers the ability to manage the many parts independently, allowing for a much better development experience than managing multiple repositories or slowing down your development pipeline with a large monolithic application.This course will get you started on learning what a Monorepo is, how they work in a JavaScript ecosystem and which tools are available to get your new project up and running. You'll learn the core concepts around monorepos and how they can be managed using multiple tooling options.You will learn:What is a monorepoHow to set up a basic monorepoHow to use advanced features to enhance your monorepoUsing workspaces to create the best setupWhat tools are available and how are they different?A comparison of Yarn, NPM and PNPM, including a conversation about other tools like NX and TurborepoBonus content: Using Lerna to manage your versions and publish your libraryTake your project to the next level and make it easier for your team to contribute. Enrol today to get started.
Who this course is for:
JavaScript library and application developers,JavaScript Open Source library maintainers