const introduction = () => {
const name = 'Andres Alvarez';
const profession = 'Computer Engineer';
const interests = ['coding', 'learning new technologies', 'collaborating on projects'];
console.log(`Hi! I'm ${name}.`);
console.log(`I'm a passionate ${profession} with interests in:`);
interests.forEach((interest, index) => {
console.log(`${index + 1}. ${interest}`);
});
};
introduction();I am a FullStack and Mobile Developer, always looking to expand my horizon with a liking to learn new things. With a strong foundation in both frontend and backend technologies and database management skills, my passion for technology drives me to continuously improve my skills and stay up-to-date with the latest industry trends.
Here are a few things about me:
- 🔬 I’m currently working on several exciting projects that involve both web and mobile development.
- 🌱 I’m currently learning advanced concepts in Docker.
- 👯️ I’m looking to collaborate on open-source projects and innovative tech solutions.
- đź’¬ I can speak Spanish (native) and English (B2).
- ⚡ Fun fact: I love playing video games and TRPG, also a 40k and D&D fan.