$ whoami
mitali@dev:~$ software_developer && rust_enthusiastBlockchain and software developer focused on building reliable systems. Started with Solidity, discovered Rust, and now obsessed with memory safety and bulletproof code. Currently exploring how Rust can solve common web3 development problems.
fn main() {
let interests = vec![
"Memory-safe blockchain applications",
"Web3 infrastructure",
"backend systems that don't break easily"
];
println!("Building: {:?}", interests);
}Languages
├── Rust # obsessed
├── Python # reliable
├── Java # unfortunately
├── Solidity # the fun one
└── JavaScript # necessary evil
Frameworks & Tools
web/
├── Tokio
├── Actix Web
├── FastAPI
└── React
blockchain/
├── Hardhat
├── Truffle
├── Foundry
└── Ethers.js
testing/
├── Mocha/Chai
├── Foundry
├── Slither
└── MythX
tools/
├── Git
├── Linux
├── Vim
└── Postman
{
"email": "mitalisinha774@gmail.com",
"status": "building things that work"
}Last login: $(date)
mitali@dev:~$ █