class SoftwareEngineer {
name: string;
gender: string;
role: string;
languages: string[];
country: string;
code: string[];
constructor() {
this.name = "Javier Flores Cardenas";
this.gender = "male";
this.role = "Software Engineer";
this.languages = ["es_PE", "en_US"];
this.country = "Peru";
this.code = ["Javascript", "Typescript", "Python", "C#", "Java"]
}
sayHi(): void {
console.log("Appreciate you stopping by! I trust you'll discover some of my work interesting. ");
}
}
const me = new SoftwareEngineer();
me.sayHi();
I am a Full Stack Developer from Peru. 🇵🇪
- 💻 I’m working as a Software Engineer and contributing to backend, frontend and data bases for building web applications.
- 📫 How to reach me:
- 🌱 Exploring Technical Content Writing.