export default class {
name = "Hector";
surname = "Parra";
location = "Remote";
technologies = {
languages: ["Typescript/Javascript", "Ruby", "Python"],
frontend: ["React", "Vue", "HTML", "CSS"],
backend: ["Node.js Lambdas", "Rails", "Flask", "SQL"],
mobile: ["React Native"],
devops: ["AWS", "Docker", "Capistrano"]
};
experience = ["+18 years coding", "+14 years freelancing"];
studies = {
2010: "BSc Computer Engineer",
2013: "MSc Sound and Music Computing"
};
languages = ["English", "Spanish", "Catalan"];
passions = ["Music", "Blockchain"];
contact = {
email: `${this.name}@${this.surname}.cat`,
github: "https://github.com/hector",
linkedin: "https://www.linkedin.com/in/hectorparrarodriguez/"
};
}
© 2025 Hector Parra