Chigozie Oduah Technical writer | Frontend developer | Blockchain developer

Stories by Chigozie Oduah

Using Rust Scoped Threads To Improve Efficiency And Safety

Using Rust scoped threads to improve efficiency and safety

Dev

Scoped threads in Rust are a fantastic way to make multitasking safer and more efficient. Learn how to work with them in this tutorial.

Chigozie Oduah
Apr 21, 2023 ⋅ 10 min read
Building A Rust Discord Bot With Shuttle And Serenity

Building a Rust Discord bot with Shuttle and Serenity

Dev

Discord bots can save server owners and staff members a lot of time and effort while also providing a variety […]

Chigozie Oduah
Feb 21, 2023 ⋅ 6 min read
Using Rust With Axum For Error Handling

Using Rust with Axum for error handling

Dev

Get a refresher on using Rust and Axum to build a web service, along with how to use this framework to handle error responses.

Chigozie Oduah
Jan 24, 2023 ⋅ 5 min read

Using Cap’n Proto in Rust to serialize and deserialize objects

Dev

Cap’n Proto makes Rust object serialization and deserialization more efficient through the use of a schema. Let’s explore how this works.

Chigozie Oduah
Nov 23, 2022 ⋅ 5 min read
Building Rust microservices with Apache Kafka

Building Rust microservices with Apache Kafka

Dev

In this article, you’ll learn how to build a basic Rust microservice with Apache Kafka to store and delete texts.

Chigozie Oduah
Sep 23, 2022 ⋅ 8 min read
Developing And Deploying Tezos Smart Contracts

Developing and deploying Tezos smart contracts

Dev

Learn how to develop and deploy Tezos smart contracts, what to consider when comparing Tezos vs. Ethereum, and more in this article.

Chigozie Oduah
Aug 15, 2022 ⋅ 7 min read
Building A REST API In Rust With Rhai And Actix Web

Building a REST API in Rust with Rhai and Actix Web

Dev

Learn how to build Rust REST APIs with Rhai — a high-level scripting language similar to JavaScript — and the Actix Web framework.

Chigozie Oduah
Jun 27, 2022 ⋅ 8 min read
Integrate Vue Web3

Integrating Web3 into Vue applications

Dev

Cover the basics of using Web3 in Vue applications, including the installation process and interacting with smart contracts.

Chigozie Oduah
Jun 7, 2022 ⋅ 5 min read
Enums And Pattern Matching In Rust

Rust enums and pattern matching

Dev

Learn the basics of pattern matching and enums in Rust, including error handling, handling null values, and more.

Chigozie Oduah
Apr 26, 2022 ⋅ 6 min read
A Definitive Guide To Vue 3 Components

A definitive guide to Vue 3 components

Dev

Vue apps consist of components, which are reusable pieces of UI code that build functional and complex web applications.

Chigozie Oduah
Feb 9, 2022 ⋅ 8 min read