Building Trust
in a Digital World.
Rust & Web3 Developer & Blockchain Engineer | AI-ML Enthusiast.
Passionate blockchain and Rust developer focused on building secure, scalable Web3 applications with strong foundations in systems programming, smart contracts, and modern frontend engineering.
// system_entry.rs
struct Developer {
name: "Akshat Upadhyay",
role: "Blockchain Engineer",
skills: ["Rust", "Solidty", "AI"],
passionate: true,
}
impl Developer {
fn build_future(&self) -> Result<Web3, Error> {
Ok(Web3::new()
.secure()
.decentralized()
.scalable())
}
}About Me
B.Tech CSE (AI & ML)
Galgotias College of Engineering and Technology
2023 – 2027
Mindrift
Contributed to an AI-powered tutoring platform. Hands-on experience with prompt engineering and AI tool integration.
2025
Self-Employed
Delivering international software solutions. Built ML and NLP-based applications for automation and data analysis.
Present
Technical Arsenal
Languages
Frameworks & Libs
Blockchain
Tools
AI & ML
Featured Projects
Decentralized Voting DApp
A transparent and tamper-proof voting platform built on Ethereum using smart contracts to ensure immutable vote recording, secure authentication, and real-time result tracking.
File Processing CLI Tool
A high-performance Rust-based CLI tool for efficient file parsing and asynchronous data processing using Tokio runtime and Serde serialization.