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.

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!

I'm a software artist 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, and a bit of tweaking.

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

    fn quote(&self) -> String {
        "Painting is silent poetry, and poetry is painting that speaks.".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                          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
`);



Β© 2024 Devmesis All rights reserved.

Designed and developed by Devmesis


Popular repositories Loading

  1. BlueSky BlueSky Public

    Code to Post on Bsky

    JavaScript 1

  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

  3. monty_hall_simulation monty_hall_simulation Public

    Rust

  4. devmesis devmesis Public

    404: About section not found.