I'm passionate about technology and building projects that involve creativity and teamwork
- ๐ค Always open to teach and learn
- ๐ Hungry for knowledge and new challenges
- ๐คช Trying to make people laugh
const Me = {
fullName: "Lyah Motta",
birthDate: "01/01/1998",
gender: "Female Trans ๐ณ๏ธโ๐ ๐ณ๏ธโโง๏ธ",
height: "414em",
interests: ["Coding ๐ฉ๐ผโ๐ป", "Video games ๐ฎ", "Photography ๐ท", "Racing ๐๏ธ", "Motion graphics ๐ฌ"],
education: ["Manuela Beltrรกn University", "Uniempresarial", "Areandina", "Uniempresarial... again", "SENA"],
languages: ["Spanish native", "English advanced C1"],
learning: ["React", "Nestjs", "Go", "Python"],
hardSkills: {
frontend: ["Javascript ES6", "Angular + RXJS", "SCSS", "HTML 5", "Wordpress"],
backend: ["PHP + Laravel", "Node", "C#"],
databases: ["MySQL", "Postgre", "TypeORM", "MongoDB"],
tools: ["Azure, AWS, VPS...", "Adobe", "Linux", "Git"],
design: ["Photoshop", "Illustrator", "Premiere Pro", "After Effects"]
},
onClick: function() {
makeAJoke();
},
onTickle: function() {
laughingToDead();
}
}
const lyah = Object.create(Me);
lyah.onTickle();