Coder Social home page Coder Social logo

miquelcabot / gestib2google Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 14.89 MB

Conversió de fitxer XML del GestIB al domini de Google amb VueJS

License: MIT License

JavaScript 19.43% CSS 65.30% HTML 0.72% Vue 14.32% Shell 0.18% Dockerfile 0.04%
google-api vuejs

gestib2google's Introduction

#[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);
}

gestib2google's People

Contributors

miquelcabot avatar

Watchers

 avatar  avatar

Forkers

gsalom

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.