📄️ 1. Git Basics
Learn how to track changes in your code and collaborate with others using Git.
📄️ 2. GitHub
Learn how to host your code in the cloud and collaborate on open-source projects.
📄️ 3. npm Basics
Learn how to manage dependencies and use external libraries in your projects.
📄️ 4. package.json
Learn how to manage your project's metadata, scripts, and dependencies in one central file.
📄️ 5. Version Control Flow
Learn the industry-standard workflow for managing code changes and collaborating on teams.
📄️ 6. CLI Basics
Master the terminal to navigate files, run scripts, and manage your development environment.