Skip to content

praptisharma28/praptisharma28

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

83 Commits
Β 
Β 

Repository files navigation

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: "Full Stack 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 blockchain.
  • 🏊 PS: I'm a swimmer and absolutely love the water!

Have a look at my Proof of Work

Things I code with

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published