#[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);
}
π―
Focusing
Blockchain engineer. Senior Solidity / Rust / Web3 developer. Lecturer and PhD in ICT (Blockchain) from @secomuib ππ¦
- Mallorca
- cabot.dev
- in/miquel-cabot
- @miquelcabot
Highlights
- Pro
Pinned Loading
-
gestib2google
gestib2google PublicConversiΓ³ de fitxer XML del GestIB al domini de Google amb VueJS
CSS
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.