praptisharma28 Open Source Love
struct Dev { name: &'static str, role: &'static str, langs: [&'static str; 3], } fn main() { let me = Dev { name: "Prapti Sharma", role: "Web2 + Web3 Dev π©βπ»", langs: ["π Python", "β‘ TypeScript", "π¦ Rust"], }; println!("Hi, I'm {} π\n{}", me.name, me.role); println!("I am currently into: {}", me.langs.join(", ")); }
- π Iβm currently into solana.
- π I'm a swimmer and absolutely love the water!
TypeScript Python Rust Solana Django FastAPI Node.js Express.js Axum Next.js Tailwind CSS PostgreSQL MongoDB Firebase Docker AWS Git Linux
An image of @praptisharma28's Holopin badges, which is a link to view their full Holopin profile