Did you know that the efficiency of your linter can significantly affect your productivity? After adding a small feature to […]
Ever since the rise of Electron, which lead to a bit of a renaissance of cross-platform desktop applications using web-technology, […]
Learn to handle Rust errors efficiently to write cleaner, more maintainable Rust code and create a more user-friendly application.
Run Rust, a systems programming language, on Arduino, an AVR microcontroller made simpler for beginners to embedded systems.
Manually parse command line arguments in Rust apps using Clap, a library that provides functionality to generate parsing logic for arguments.
Compare the Rust and Zig programming languages based on their performance and use cases for improving how developers code.
Learn to build a basic JWT authentication system with Rust and Axum, including setting up the routes, handlers, and the middleware system.
Use Rust with wgpu to work directly with the new WebGPU standard for better control, cross-platform performance, and bug handling.
The Pavex Rust web framework is an exciting project that provides high performance, great usability, and speed.
Nushell is a modern, performant, extensible shell built with Rust. Explore its pros, cons, and how to install and get started with it.
The Zed code editor sets itself apart with its lightning-fast performance and cutting-edge collaborative features.
Learn how to read JSON, YAML, and TOML files from external sources to use in your projects in Rust.