Scoped threads in Rust are a fantastic way to make multitasking safer and more efficient. Learn how to work with them in this tutorial.
Discord bots can save server owners and staff members a lot of time and effort while also providing a variety […]
Get a refresher on using Rust and Axum to build a web service, along with how to use this framework to handle error responses.
Cap’n Proto makes Rust object serialization and deserialization more efficient through the use of a schema. Let’s explore how this works.
In this article, you’ll learn how to build a basic Rust microservice with Apache Kafka to store and delete texts.
Learn how to develop and deploy Tezos smart contracts, what to consider when comparing Tezos vs. Ethereum, and more in this article.
Learn how to build Rust REST APIs with Rhai — a high-level scripting language similar to JavaScript — and the Actix Web framework.
Cover the basics of using Web3 in Vue applications, including the installation process and interacting with smart contracts.
Learn the basics of pattern matching and enums in Rust, including error handling, handling null values, and more.
Vue apps consist of components, which are reusable pieces of UI code that build functional and complex web applications.