Skip to content
View GinoGits's full-sized avatar
πŸ’­
404: Status not found, but my code creativity is still alive and well.
πŸ’­
404: Status not found, but my code creativity is still alive and well.
Block or Report

Block or report GinoGits

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

Hey there, I’m Gino de Graaff

On a quest to bring fun back to tech!

I'm a tech enthusiast straight out of the Netherlands. I have a genuine curiosity for the world of tech, which has led me to become a jack of all trades in various domains: Hardware, Software, API, Artificial Intelligence, Security, Gadgets, a bit of tweaking -- you name it!

But forget about labels; the best way to really get to know me is by reaching out and getting in touch.



Bio


struct Me {
    name: String,
    username: String,
    skills: Vec<String>,
}

impl Me {
    fn new(name: &str, username: &str, skills: &[&str]) -> Me {
        Me {
            name: name.to_owned(),
            username: username.to_owned(),
            skills: skills.iter().map(|&skill| skill.to_owned()).collect(),
        }
    }

    fn introduction(&self) -> String {
        format!("Hi, my name is {} but also known as {}.", self.name, self.username)
    }

    fn quote(&self) -> String {
        "The only way to do great work is to love what you do.".to_owned()
    }
}

fn main() {
    let gino = Me::new("Gino de Graaff", "GinoGit", &[
        "Creative", "Fullstack", "Hardware", "Software", "Artificial Intelligence", 
        "Security", "Gadgets", "a bit of tweaking",
    ]);

    println!("{}", gino.introduction());
    println!("{:?}", gino.skills);
    println!("{}", gino.qoute());
}

GitHub Stats



Architecture


> fetch

console.log(`
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  OS       β”‚   MacOS                                  β”‚
β”‚  Host     β”‚   MacBook                                β”‚
β”‚  Terminal β”‚   Ghostty                                β”‚
β”‚  Shell    β”‚   Zsh                                    β”‚
β”‚  IDE      β”‚   Zed                                    β”‚
β”‚  Theme    β”‚   Dracula Pro                            β”‚
β”‚  Font     β”‚   Berkeley Mono                          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
`);



Β© 2024 GinoGit. All rights reserved.

Designed and developed by GinoGit


Popular repositories

  1. BlueSky BlueSky Public

    Code to Post on Bsky

    JavaScript 1

  2. GinoGits GinoGits Public

    404: About section not found.

    1

  3. UnInbox UnInbox Public

    Forked from un/inbox

    Modern email for teams and professionals. A replacement for outdated email technology and tools. Alt to hey.com, front.com, missive.com

    TypeScript

  4. OPT2 OPT2 Public

    Java