-
👩🏻💻 My desire to grow and feel more fulfilled professionally made me get into programming.
-
✏️ What attracted me most to this world? Working in a team and cooperatively, the novelty of the day-to-day, the challenges and the possibility of working in multidisciplinary environments.
-
🌻 I consider myself a person who is fast to learn, flexible, self-initiated and easy to adapt to any situation.
export class WebDeveloper {
aboutMe: PersonalInfo[] = [
{
name: 'Elena Arocena',
role: 'Junior Front-end Developer',
myLenguage: 'es_ES & en_US(B2)',
},
];
sayHi(): void {
console.log(
'Thanks for dropping by! Hope you find some of my work interesting.'
);
}
constructor() {
this.sayHi();
}
}
- 💻 Working as Junior Front End Developer.
- 🌱 Working on personal projects.
- ✨ I'm increasing my knowledge in TypeScript, Angular and Git.