About />
class
Holman Morales {
··
//I am highly goal-oriented and thrive on tackling new and exciting challenges that push me to grow and innovate.:)
··
// I am continuously expanding my skill set, embracing a diverse range of abilities.
··
constructor
() {
····
this.name = 'Holman Morales';
····
this.tel = '+50586014903';
····
this.country = 'Nicaragua';
····
this.languages =['Spanish(Native),English (Conversational)'];
····
this.email = 'hmoralesguido@gmail.com';
··
}
··
workexperience() {
····
return
[
······
{ '03/2022 – 02/2025 ' : 'Let's Nurture Global IT Solutions & ITes Provider - Wordpress Developer' }
······
{ '03/2021 – 01/2022 ' : 'Central University Of Nicaragua - C# Developer' }
····
]
··
}
··
education() {
····
return
[
······
{ '2017-2021': 'Central Bachelor’s Degree in Systems Engineering - Central University of Nicaragua' },
······
{ '2017-2018': 'Communicative English - Basic Intensive Program-Communicative English - Basic Intensive Program' },
····
]
··
}
··
skills() {
····
return
[ 'WordPress', 'Webflow Development', 'Shopify Store Development', 'HTML', 'CSS', 'JavaScript', 'jQuery', 'Bootstrap', 'Responsive Web Design', 'Custom Theme Development', 'GIT', 'Web Extensions', 'Chrome DevTools', 'PHP', 'MySQL', 'SEO', 'Performance Optimization', 'Figma', 'Cross-Browser Compatibility', 'Web optimization' ]
··
}
}