Skip to content
View miquelcabot's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@secomuib

Block or report miquelcabot

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
miquelcabot/README.md
#[derive(Debug)]
struct Resume {
    name: &'static str,
    current_roles: Vec<&'static str>,
    education: Vec<&'static str>,
    location: &'static str,
    webpage: &'static str,
}

fn main() {
    let resume = Resume {
        name: "πŸ‘¨πŸ»β€πŸ’» Miquel A. Cabot",
        current_roles: vec![
            "πŸ”—πŸ¦€ Blockchain engineer. Senior Solidity/Rust/Web3 developer",
            "πŸ›πŸ”’ Lecturer at the University of the Balearic Islands, teaching Software Security",
        ],
        education: vec![
            "πŸŽ“ Ph.D. in ICT from the University of the Balearic Islands. Thesis title: Blockchain-based e-commerce protocols",
            "πŸŽ“ Master's Degree in Information Technologies from the University of the Balearic Islands",
            "πŸŽ“ Bachelor's Degree in Computer Engineering from the Open University of Catalonia",
        ],
        location: "🏝 Mallorca",
        webpage: "🌐 https://cabot.dev",
    };
    println!("{:#?}", resume);
}

Pinned Loading

  1. gestib2google gestib2google Public

    ConversiΓ³ de fitxer XML del GestIB al domini de Google amb VueJS

    CSS

  2. blockchain_rust blockchain_rust Public

    Rust Blockchain

    Rust

  3. rust-state-machine rust-state-machine Public

    Polkadot SDK-like state machine written in Rust

    Rust