Skip to content
View JOHED-Velca's full-sized avatar

Block or report JOHED-Velca

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
JOHED-Velca/README.md

Hello there πŸ‘‹

Open Source Love made-with-rust

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

impl SoftwareDev {
    fn new() -> Self {
        SoftwareDev {
            name: "Jonathan Velasquez".to_string(),
            role: "Software Developer".to_string(),
            language_spoken: vec!["en_US".to_string(), "es_PE".to_string()],
        }
    }

    fn say_hi(&self) {
        println!("Hey there! Thanks for stopping by. I'm open to collaborations & new opportunities. Let's talk tech!");
    }
}

fn main() {
    let me = SoftwareDev::new();
    me.say_hi();
}

Β  Β 


Web3


Backend


DevOps


Trophies

Naereen's github trophy

Naereen's github activity graph

πŸ“’ Connect

🌎 Location

  • πŸ‡¨πŸ‡¦ Toronto, ON, CANADA
  • πŸ• Timezone: EST GMT-4

πŸŽ‰ Github Stats

ovi

followers

stars


βž• Add README Widgets to your Profile

Pinned Loading

  1. Classy-Clash Classy-Clash Public

    C++

  2. Login Login Public

    Java

  3. MobileApp_Android MobileApp_Android Public

  4. MusicPlayer MusicPlayer Public

    Spotify Clone

    JavaScript

  5. Portfolio2 Portfolio2 Public

    A 3D portfolio developed using React and Tailwind.

    JavaScript

  6. WeatherApp-Java WeatherApp-Java Public

    Java