#package-managers (13)
- Versioning and Release Management: Evolving Your System
Learn how to establish robust versioning and release management strategies for your design system to ensure stability and seamless evolution across products.
- Integrating Your Design System into Products
Learn how to effectively integrate your newly built design system into existing or new product applications, covering distribution strategies, token consumption, and component usage.
- Setting Up Your Rust Development Environment (Rust 1.94.0)
Embark on your Rust journey by setting up your development environment. Learn to install Rust 1.94.0 using rustup, understand the cargo build system, and run your first Rust program.
- Use Cargo to Manage Rust Projects and Dependencies
Learn to initialize, build, run, test, and manage Rust projects and their dependencies using Cargo, Rust's build system and package manager.
- Build a Production-Ready Rust CLI: Arguments, Files, Errors
Master building production-ready Rust CLI applications by implementing argument parsing, file I/O, and robust error handling for dependable tools.
- Rust Development: Build Robust Production Applications
Develop high-performance, secure applications using Rust by understanding its unique approach to memory safety, ownership, and concurrent programming.
- Setting Up Your First Ratatui Project
Get started with Ratatui! This chapter guides you through setting up your first Rust TUI project, adding dependencies, and displaying a basic 'Hello, TUI!' message.
- Monorepo Mastery: npm Workspaces & npx Unlocked
Learn how to manage monorepos with npm workspaces and execute packages on-demand using npx.
- Kickstarting Your React Journey & Essential JavaScript
Learn to set up your React development environment and grasp essential JavaScript concepts.
- Configure Your Puter.js Development Environment
You will install Node.js and npm, configure your Puter.js development environment, and successfully run your very first application.
- Setting Up Rust and Your Project
Learn how to set up your Rust development environment and initialize a new project for building a password generator CLI application.
- Deploy Rust CLI Tools Globally with `cargo install`
Learn to package your Rust application for release and deploy it using `cargo install`, making your CLI tool globally accessible on any system.
- Intermediate Topics: Modules, Crates, and the Cargo Ecosystem
Learn about Rust's module system, crates, and Cargo ecosystem for organizing and managing complex projects.