Skip to content
View m4ce's full-sized avatar
Block or Report

Block or report m4ce

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
m4ce/README.md
impl MatteoCerutti {
    fn profile() -> Self {
        Self {
            alias: "m4ce",
            location: "London",
            email: "matteo.cerutti@hotmail.co.uk"
        }
    }
}

trait Engineer {
    fn interests(&self) -> Vec<&'static str>;

    fn skills(&self) -> Vec<&'static str>;
}

trait Developer {
    fn programming_languages(&self) -> Vec<&'static str>;
}

impl Engineer for MatteoCerutti {
    fn interests(&self) -> Vec<&'static str> {
        vec!["Blockchain", "Crypto", "High frequency trading", "High performance computing", "Cloud computing", "Distributed systems"]
    }

    fn skills(&self) -> Vec<&'static str> {
        vec!["Trading systems design", "Micro-services architecture", "Team leadership", "Troubleshooting"]
    }
}

impl Developer for MatteoCerutti {
    fn programming_languages(&self) -> Vec<&'static str> {
        vec!["Rust", "Java", "C++", "Python", "Shell scripting"]
    }
}

Popular repositories

  1. megacli-python megacli-python Public

    A python library for LSI MegaCli

    Python 33 14

  2. zabbix-mysql zabbix-mysql Public

    Zabbix extensive MySQL monitoring plugin (with LLD)

    Shell 32 14

  3. zabbix-vmware_esxi zabbix-vmware_esxi Public

    Zabbix hardware and hypervisor monitoring (with LLD) of VMware ESXi via CIM interface

    Python 15 11

  4. ipa-ruby ipa-ruby Public

    A ruby client library for FreeIPA JSON API

    Ruby 9 2

  5. zabbix-bind zabbix-bind Public

    Zabbix extensive BIND monitoring plugin (with LLD)

    XML 7 1

  6. crowd-api-python crowd-api-python Public

    Atlassian Crowd Python API

    Python 6 8