Hello, I'm a BS. in Computer Science and Technology student at Tec de Monterrey, with expected graduation date June 2025.
class Me {
constructor() {
this.name = "π Pedro Alonso Moreno Salcedo";
this.location = "β°οΈ Monterrey, NL, Mexico";
this.favoriteLanguage = "π» Typescript";
this.favoriteFramework = "βοΈ React";
this.areaOfInterest = "π FullStack Web";
}
}