With 3 years of experience in software development, I have comprehensive skills that range from interface to application deployment. In the last year, I focused on frontend and mobile development, specializing in technologies such as Typescript, React and React Native.
const profile: IProfile = {
name: "Gustavo",
gender: "male",
age: 20, // January 6th
email: '[email protected]',
website: "www.gusantoscode.com", // also my portfolio
location: {
country: 'Brazil',
state: 'Mato Grosso do Sul',
city: 'Chapadão do Sul',
}
}