app.get("/", (req, res) => {
const user = {
name: 'Thiago Alves',
age: 23,
birthday: '13/07',
city: 'Foz do Iguaçu, PR',
main_stack: ['Java/Spring', 'JavaScript', 'React(JS|Native)', '(My|Postgre)SQL'],
hobby: 'I love to play game, watch anime, series and play the guitar'
};
res.json(user);
});
- 🌱 Currently learning DevOps
- 😄 Also a software engineering student
- 🎵 I like listening to music while coding
- 🎸 I already participated in rock bands in my teens.