Courses from 1000+ universities
Buried in Coursera’s 300-page prospectus: two failed merger attempts, competing bidders, a rogue shareholder, and a combined market cap that shrank from $3.8 billion to $1.7 billion.
600 Free Google Certifications
Psychology
Information Technology
Digital Marketing
AP® Microeconomics
Let's Get Started: Building Self-Awareness
Dino 101: Dinosaur Paleobiology
Organize and share your learning with Class Central Lists.
View our Lists Showcase
Learn to use regular expressions in Rust for pattern detection and data extraction. Explore the regex crate, construct Regex instances, and discover advanced features like named capture groups.
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.
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.
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.
Learn to write robust unit tests in Rust, exploring test functions, attributes, and code structuring. Improve software quality with easy-to-implement testing techniques for Rust developers.
Explore AWS SDK for Rust, focusing on Amazon S3 service. Learn SDK design, create buckets, and upload objects using Rust code. Hands-on tutorial for developers.
Learn to prompt users for input in Rust using the inquire crate. Explore text input, list selection, date picking, and custom data validation for building interactive command-line applications.
Learn to read and parse CSV files in Rust using the CSV crate, including customizing parser behavior, handling headers, and integrating with serde for struct deserialization.
Comprehensive guide to Lua programming: syntax, data types, functions, and practical applications. Ideal for beginners looking to master this versatile scripting language.
Learn to build an IPv6-only network on AWS, including VPC setup, subnet configuration, routing, security groups, and launching EC2 instances with IPv6 support.
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.
Get personalized course recommendations, track subjects and courses with reminders, and more.