Run Rust, a systems programming language, on Arduino, an AVR microcontroller made simpler for beginners to embedded systems.
We investigate linting, linting levels, and categories, and demonstrate how to use Clippy to check if Rust code is idiomatic and correct.
This tutorial shows how to build a to-do API using Rocket and Diesel. Learn how Rust handles connections to a SQLite database using Rocket.
Discover how to set up SonarQube within Docker, configure it for your language of choice, and produce reports on code quality.
This overview of chaos engineering principles introduces the ChaosEth framework and how to use it for resilience testing of a GETH client.
We’ll review common smart contract vulnerabilities and development mistakes to avoid: reentrancy, cross-function race conditions, transaction order dependence, and more.
This step-by-step process demonstrates how to build a full-stack DApp that could be an NFT marketplace or exchange platform for trading Ethereum.
Discover how the Hyperledger Fabric blockchain framework can be used with Go to streamline KYC verification.