Courses from 1000+ universities
$7.2 billion in combined revenue since 2020. $8 billion in lost market value. This merger marks the end of an era in online education.
600 Free Google Certifications
Machine Learning
Python
Microsoft Excel
Intelligenza Artificiale
Python for Data Science
Introduction to Philosophy
Organize and share your learning with Class Central Lists.
View our Lists Showcase
Learn to use Clippy, a powerful linting tool for Rust, to write more robust and performant code. Discover hundreds of linting rules and improve your Rust programming skills.
Learn to spawn and control external processes in Rust using std::process. Explore synchronous and asynchronous execution, command-line arguments, environment variables, and input stream manipulation.
Learn to implement Rust's Future trait on custom data structures and explore Tokio async executor for multi-threading. Gain practical insights into Rust's async programming capabilities and popular runtime.
Learn to manage complex Rust projects efficiently using Cargo Virtual Workspaces. Simplify crate management, build multiple crates with one command, and inherit metadata across your project structure.
Explore async programming in Rust using the smol executor. Learn to define and execute async functions, contrasting with synchronous and multi-threaded approaches for efficient code execution.
Explore Rustdoc's powerful features for generating static documentation from Rust source code comments. Learn fundamental and advanced techniques to create comprehensive project documentation.
Explore Rust's operator overloading using traits like Add. Learn to implement custom behaviors for user-defined structs, including examples with generics, to enhance your Rust programming skills.
Learn to implement Rust's Default trait, simplifying struct instantiation with default values. Enhance code readability and efficiency in your Rust projects.
Explore dynamic dispatch for trait objects in Rust, comparing it to generic implementations. Learn about supertraits and their benefits in encapsulating behaviors from multiple child traits.
Learn to send HTTP requests in Rust using the reqwest crate. Explore synchronous requests, customize headers, endpoints, and payloads, and process responses for API interactions and web scraping.
Aprenda a serializar e desserializar dados JSON em Rust usando Serde. Este tutorial abrange conceitos fundamentais e demonstra como trabalhar eficientemente com estruturas de dados e JSON no ecossistema Rust.
Learn to build efficient CLI tools in Rust using the Clap crate for argument parsing. Explore core functionalities and practical implementation techniques in this comprehensive tutorial.
Learn to retrieve and parse command-line arguments in Rust using built-in functions, without relying on third-party crates. Explore efficient techniques for handling user-defined inputs in your Rust applications.
Explore Rust's Cargo CLI tool for project management, including building, running, and publishing applications. Learn about popular crates and essential Cargo operations.
Explore essential Rust filesystem operations: create, read, write, and delete files/directories. Learn to manipulate paths, create symlinks, and leverage core functionality for efficient file system management.
Get personalized course recommendations, track subjects and courses with reminders, and more.