Code Monkey home page Code Monkey logo

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

Shreyas S Bhat's Projects

cryptifier icon cryptifier

A simple CLI rust application for Encryption and Decryption of files

cw-plus icon cw-plus

Production Quality contracts under open source licenses

dirsearch icon dirsearch

simple cli application to search for file in the given directory

dive icon dive

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

goloop icon goloop

A blockchain node written in Go

gomodoro icon gomodoro

A Simple CUI Pomodoro Application designed to boost your productivity

kurtosis icon kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.

pba-content icon pba-content

An intensive academic program teaching Blockchain, Substrate, and Polkadot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.