Skip to content
View praptisharma28's full-sized avatar
:dependabot:
Rusting away on Solana, brb
:dependabot:
Rusting away on Solana, brb

Highlights

  • Pro

Organizations

@openwisp @FOSS-Community

Block or report praptisharma28

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
praptisharma28/README.md

praptisharma28 Open Source Love

struct Dev {
    name: &'static str,
    role: &'static str,
    langs: [&'static str; 4],
}

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

Pinned Loading

  1. Solana-Real-time-Transaction-Indexer Solana-Real-time-Transaction-Indexer Public

    A modular and extensible blockchain indexer for Solana, built for production use with multiple subscription modes, real-time processing, and database persistence.

    TypeScript 69 18

  2. miniserve-rs miniserve-rs Public

    A minimal multi-threaded web server built in Rust from scratch to explore low-level networking concepts.

    Rust 6

  3. superdev-solana-fellowship superdev-solana-fellowship Public

    All the code written in class is concluded at one place only.

    Rust 4

  4. SMSolana SMSolana Public

    A Cool SMS-Based Web3 Onboarding

    JavaScript 4

  5. the-solidity-learnings the-solidity-learnings Public

    Contains my learnings about solidity along with a X DApp!

    Solidity

  6. rustlings rustlings Public

    Contains my exercise practice of rustlings official repo <3

    Rust