Skip to content
View devmesis'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.
  • Naaldwijk, South Holland, Netherlands
  • 12:00 (UTC +02:00)

Block or report devmesis

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

Hey there!

Tech should be fun, and Iโ€™m here to prove it.

Iโ€™m Gino, a hands-on tech enthusiast from the Netherlands with a background that spans support, development, hardware tinkering, and AI exploration. I thrive on solving real-world problems, learning new tools, and making technology more approachable and human-centered.

Whether Iโ€™m at a support desk or deep in a side project, I bring energy, empathy, and curiosity to the table. I care deeply about accessibility, inclusive design, and helping people get the most out of their tech.

Titles are cool, but connection is better, so feel free to reach out.


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, i go by the name {}.", self.name)
    }

    fn quote(&self) -> String {
        "There's an app for that.".to_owned()
    }
}

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

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

Architecture


> fetch

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


Popular repositories Loading

  1. BlueSky BlueSky Public

    Code to Post on Bsky

    JavaScript 2

  2. 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 1

  3. monty_hall_simulation monty_hall_simulation Public

    Rust 1

  4. devmesis devmesis Public

    404: About section not found.