Skip to content
View shreyasbhat0's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report shreyasbhat0

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 100 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
shreyasbhat0/README.md

Hello, folks!

visitors Open Source Love

struct SeniorSystemsDeveloper {
    name: String,
    role: String,
    language_spoken: Vec<String>,
}

impl SeniorSystemsDeveloper {
    fn new() -> SeniorSystemsDeveloper {
        SeniorSystemsDeveloper {
            name: "Shreyas K S".to_string(),
            role: "Senior Systems Developer".to_string(),
            language_spoken: vec!["English".to_string(), "Kannada".to_string(),"Tamil".to_string(),"Hindi".to_string(),"Malayalam".to_string()],
        }
    }

    fn say_hi(&self) {
        println!("Thank you for stopping by, I hope you find some of my projects intriguing.");
    }
}

fn main() {
    let developer = SeniorSystemsDeveloper::new();
    developer.say_hi();
}

Programming Languages:

Rust Go Python Starlark

Tools and Services:

Kubernetes Docker

Socials

Linkedin Badge Instagram Badge Hashnode Badge Gmail Badge

GitHub Stats

Shreyas Bhat's GitHub stats


shreyasbhat0


Top Langs

trophy

Pinned Loading

  1. icon-project/icon-bridge icon-project/icon-bridge Public

    The centralized bridge of ICON

    Go 21 15

  2. icon-project/IBC-Integration icon-project/IBC-Integration Public

    Rust 17 15

  3. HugoByte/DIVE HugoByte/DIVE Public

    DIVE deeply into the world of Blockchain and Web 3.0 using Deployable Infrastructure for Virtually Effortless blockchain integration

    Go 20 8

  4. HugoByte/aurras HugoByte/aurras Public

    Aurras system

    Rust 13 12

  5. HugoByte/openwhisk-client-rust HugoByte/openwhisk-client-rust Public

    An OpenWhisk client written in rust

    Rust 3 4

  6. HugoByte/dive-packages HugoByte/dive-packages Public

    This repo consists of the kurtosis packages for various blockchains

    Starlark 1 1