console.log("Hello, there π!");
console.log("I'm a software developer with training in Fullstack and UX design.
I am currently exploring the Salesforce development field.");
const profile = {
name: "Marcelo",
surname: "Ayala",
skills: {
technologies: "π»" + ["HTML", "CSS", "JavaScript", "C#", "Java"].join(", "),
tools: "π οΈ" + ["Node.js", "Express", "Vue", "Git"].join(", "),
databases: "ποΈ" + ["MongoDB", "Redis", "SQL Server", "MySQL"].join(", "),
architecture: "ποΈ" + ["Microservices"].join(", "),
learning: "π" + ["Salesforce Developer (Apex, Visualforce, Lightning)"].join(", "),
},
education: "[IFTS NΒ° 11](https://www.ifts11.com.ar) π"
};