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

Highlights

  • Pro

Organizations

@secomuib @keyko-io
Block or Report

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 at Keyko/Masa",
            "πŸ”’πŸ“šπŸ›οΈ Lecturer at University of the Balearic Islands, teaching Software Security",
        ],
        education: vec![
            "πŸŽ“ Ph.D. 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. eth-bsc-bridge eth-bsc-bridge Public

    Token bridge between Ethereum and Binance Smart Chain

    TypeScript 4 4

  2. ConfidentialEDeliveryWithoutTTP ConfidentialEDeliveryWithoutTTP Public

    Protocol for the 2nd article of IEEE Access (confidential multipart eDelivery without TTP), with ReactJS web interface. It uses the ZKP (Zero Knowledge Proof) protocol.

    Solidity 2