Heya! I'm Messias Geovani, a web developer currently living in São Paulo, Brasil. Working with development since 2019, I participated in the development of multiple web applications, ranging from simple dashboards to high complexity systems with integration for IoT. Always concerned with User Experience and application performance to reach high retention rates.
- 🔭 I’m currently working and developing with Javascript ecosystem.
- 🤔 Exploring new technologies and developing software solutions and quick hacks.
- 🎓 Studying computer programming and technology market trends.
- 💼 Front-end and Back-end web developer.
- 🎮 Playing video games and listening a lot of music as hobbies/side activities.
- ☕ I belive, a perfect cup of coffee can be the ultimate solution for any stress.
class MessiasGeovani {
public name: string;
public username: string;
public location: string;
public linkedin: string;
constructor() {
this.name = "Messias Geovani"
this.username = "messiasGeovani"
this.location = "São Paulo, Brazil"
this.linkedin = "https://www.linkedin.com/in/messiasgeovani/"
}
public toString(): string {
return this.name;
}
}
const me = new MessiasGeovani();
Credit: messiasGeovani
Last Edited on: 31/08/2022