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

Organizations

@HugoByte
Block or Report

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 {
        SoftwareEngineer {
            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

Buy Me A Coffe

Pinned

  1. DIVE DIVE Public

    Forked from HugoByte/DIVE

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

    Starlark 1

  2. IBC-Integration IBC-Integration Public

    Forked from icon-project/IBC-Integration

    Rust

  3. openwhisk-client-rust openwhisk-client-rust Public

    Forked from HugoByte/openwhisk-client-rust

    A OpenWhisk client written in rust

    Rust 1

  4. aurras aurras Public

    Forked from HugoByte/aurras

    Aurras system

    Rust 1

  5. icon-bridge icon-bridge Public

    Forked from icon-project/icon-bridge

    The centralized bridge of ICON

    Go

  6. HugoByte/keygen HugoByte/keygen Public

    A Keystore generator library written in Go

    Go 1