Skip to content
View lakshaybxt's full-sized avatar

Highlights

  • Pro

Block or report lakshaybxt

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
lakshaybxt/README.md

Hi, I'm Lakshay Bisht!

Just a Learner
Try to give your all!!

Twitter: lakshay LinkedIn: lakshaybisht GitHub Lakshay

lakshaybxt

A little more about me...

praptisharma28 Open Source Love

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

fn main() {
    let me = Dev {
        name: "Lakshay Bisht",
        role: "Full Stack Web2 + Web3 Dev πŸ‘©β€πŸ’»",
        langs: ["🟦 Solidity", "β˜• Java", "⚑ TypeScript", "πŸ¦€ Rust"],
    };

    println!("Hi, I'm {} πŸ‘‹\n{}", me.name, me.role);
    println!("I am currently into: {}", me.langs.join(", "));
}

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)


⭐️ From @lakshaybxt

Pinned Loading

  1. Saathi-Safe-Route-Finder Saathi-Safe-Route-Finder Public

    Saathi - Safe Route Finder

    Java 5 1

  2. restaurant-review-platform restaurant-review-platform Public

    Java 2

  3. Blog-Platform Blog-Platform Public

    My Blog Platform

    Java

  4. Task-Tracking-App Task-Tracking-App Public

    TypeScript

  5. E-Commerce-Backend E-Commerce-Backend Public

    Java

  6. tournament-registration-api tournament-registration-api Public

    Java