Update ℹ️: I added my work log to the home page.

Blockchain

Docker + Rust + Solana: Building a Scalable Blockchain Backend

Docker + Rust + Solana: Building a Scalable Blockchain Backend

Introduction When prototyping a Rust application, you may need to provide a backend service to handle requests from your frontend.

Read More
Implementing the Raft Consensus Algorithm in Rust

Implementing the Raft Consensus Algorithm in Rust

Understanding and Implementing the Raft Consensus Algorithm in Rust Distributed systems are essential for ensuring high availability and fault tolerance in modern applications.

Read More
Blockchain Foundations: 1

Blockchain Foundations: 1

What is a blockchain Technical definition A blockchain is a distributed ledger with growing lists of records (blocks) that are securely linked together via cryptographic hashes .

Read More

Using Merkle Trees for Token Gating in Blockchain DApps

Introduction Understanding Merkle Trees Merkle Trees, a concept named after Ralph Merkle who proposed it in 1979, stand as a cornerstone in cryptographic algorithms, especially within blockchain technology.

Read More