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
  • 02:30 (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 slap, not stress. Iโ€™m here to prove it.

Iโ€™m Gino, part code, part chaos, always vibing. Building, breaking, fixing, and looping my playlist in the background. I like my servers fast, my tech human, and my work a little bit chaotic.

AI? Love it. Hardware? Iโ€™ll tinker. Coffee? Always. Gatekeeping? Nah, not here.

Titles are cool, but connecting is cooler. Got a tech story or a question? Letโ€™s talk.


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

    fn bio(&self) -> String {
        "๐Ÿš€ ๐‘ช๐’-๐’‡๐’๐’–๐’๐’…๐’†๐’“ ๐’๐’‡ ๐’Ž๐’š ๐’‡๐’“๐’Š๐’†๐’๐’… ๐’ˆ๐’“๐’๐’–๐’‘ ๐Ÿ ๐‘ฌ๐’๐’•๐’‰๐’–๐’”๐’Š๐’‚๐’”๐’• ๐Ÿ“ฑ ๐‘ซ๐’†๐’—๐’†๐’๐’๐’‘๐’†๐’“ ๐Ÿ›Ÿ ๐‘บ๐’–๐’‘๐’‘๐’๐’“๐’• ๐’•๐’†๐’‚๐’Ž".to_owned()
    }
}

fn main() {
    let devmesis = Me::new("Devmesis", "Engineer", &[
        "Creative", "Fullstack", "Hardware", "Software", "AI",
        "Security", "Servers", "Racks",
    ]);

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

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.