Bienvenido!

I'm Ines Castelltort

Are you ready to code along?

You can always skip the stalking part and ask to meet


// Tech experience

  • let rocket_digital = experienceGained("Ecommerce Tech Lead", 2020, "Today");
  • let spaceboost = experienceGained("Software Engineer", 2019, 2020);
  • let rica_design = experienceGained("Web Developer", 2019, 2019);
  • let ironhack = experienceGained("Web Development Bootcamp", 2018, 2019);
  • let wixpers = experienceGained("CEO and Digital Expert", 2016, 2018);

// Creative experience

  • let rica_design = experienceGained("Creative Director", 2016, 2018);
  • let subasta_de_ocio = experienceGained("Creative Marketing Content Specialist", 2015);
  • let mcann_erkison = experienceGained("Public Relations Trainee", 2015);
  • let dogwood = experienceGained("Project Manager Assistant", 2015);
  • let arista = experienceGained("Social Media Copywriter for Nissan", 2014, 2015);

function experienceGained(position, start_year, end_year) {

let experience_time = end_year - start_year;

console.log(position + "? Great place!")

return experience_time

}

// expected output: 1, 2 or 3


// Tech awards

  • let hackshow_winner = award("IronHack Final HackShow Winner", 2019);
  • let hackathon_winner = award("IronHack Hackathon Most Voted Project", 2019);
  • let empren_upc_woman_winner = award("1st Entrepreneur Woman Award at Emprèn UPC (Yuzz), 2017);
  • let empren_upc_general = award("3rd Emprèn UPC (Yuzz) Award at , 2017);
  • let government_contest = award("2nd at El Recorregut de l'Energia, Generalitat de Catalunya", 2007 && 2008);

// Creative awards

  • let universitat_barcelona_award = award("Premi Extraordinari de la Universitat de Barcelona", 2018);
  • let universitat_barcelona_career = award("Graduated with honors in Advertising and Public Relations", 2016);

function award(award_name, year) {

let congrats = award_name.concat("? ", "Well done!);

return congrats

}

// expected output: 1rst Entrepreneur Woman Award? Well done!


Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack

Keep scrolling to see tech stack


What I know

I mean, what I've coded Frontend with...

  • HTML5 & CSS3
  • Vanilla Javascript (ES5 & ES6)
  • Liquid
  • React (with hooks)
  • Vue
  • Node
  • SASS

And regarding Backend...

  • Express
  • Python
  • MongoDB
  • DynamoDB
  • Serverless Applications (AWS)