Skip to content
View Mageas's full-sized avatar
🏠
Learning new languages
🏠
Learning new languages

Highlights

  • Pro

Organizations

@heartnerds

Block or report Mageas

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

Hello, I'm Arnaud Gaydamour!

I am currently living in Lyon, France and I am studying again. I am self-taught and I am learning programming through small personal projects in my free time.


Linkedin  Youtube 

struct Identity<'a> {
    name: &'a str,
    username: &'a str,
    location: &'a str,
}

struct Skill<'a> {
    name: &'a str,
    list: Vec<&'a str>,
}

fn main() {
    let me = Identity {
        name: "Arnaud Gaydamour",
        username: "Mageas",
        location: "Lyon, France",
    };

    let my_skills = vec![
        Skill {
            name: "Languages",
            list: vec!["Rust", "Go", "PHP", "JavaScript", "TypeScript", "Python", "SQL", "Shell"],
        },
        Skill {
            name: "Frameworks",
            list: vec!["Svelte", "Vue.js", "React"],
        },
        Skill {
            name: "CRM & Automation",
            list: vec!["SugarCRM", "Zendesk", "Make", "Monday", "HubSpot", "AWX"],
        },
        Skill {
            name: "DevOps & Tools",
            list: vec!["Docker", "Nginx", "Git", "Linux", "Github CI", "Grafana"],
        },
        Skill {
            name: "Editors",
            list: vec!["Neovim", "VSCode", "Helix"],
        },
    ];
}

Pinned Loading

  1. single-gpu-passthrough single-gpu-passthrough Public

    This tutorial allows to create a KVM.

    7 4

  2. the-punisher-backend-go the-punisher-backend-go Public

    Go

  3. the-punisher-frontend-nuxt the-punisher-frontend-nuxt Public

    Vue