About />
class
Holman Morales {
··
// I have a strong drive to achieve my goals and enjoy taking on new and exciting challenges. :)
··
// I am constantly broadening my range of skills, embracing a wide variety of abilities.
··
constructor
() {
····
this.name = 'Holman Morales'
····
this.dayOfBirthTimestamp = 915206400
····
this.email = 'hmoralesguido@gmail.com'
··
}
··
workExperience() {
····
return
[
······
{ '2022 - Now' : 'Let's Nurture Global IT Solutions & ITes Provider - Wordpress Developer' }
······
{ '2021-2022' : 'Central University Of Nicaragua - C# Developer' }
····
]
··
}
··
education() {
····
return
[
······
{ '2017-2021': 'Central University Of Nicaragua Graduate In Systems Engineering.' },
······
{ '2017-2018': 'Communicative English Inatec-Jinotepe, Basic-Intensive.' },
····
]
··
}
··
skills() {
····
return
[ 'HTML', 'CSS','SEO', 'JS', 'jQuery', 'Bootstrap', 'Responsive Web Design', 'SASS', 'ACF', 'Custom Theme Development','GIT','Web-extensions', 'SQL', 'Chrome DevTools','PHP', 'MySQL', 'Wordpress', 'Photoshop','UX/UI','C#' ]
··
}
}