Oduah Chigozie Technical writer | Frontend developer | Blockchain developer

Stories by Oduah Chigozie

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.

Oduah Chigozie
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.

Oduah Chigozie
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.

Oduah Chigozie
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.

Oduah Chigozie
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.

Oduah Chigozie
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.

Oduah Chigozie
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.

Oduah Chigozie
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.

Oduah Chigozie
Feb 9, 2022 ⋅ 8 min read