I've created a hook-like function with my personal information so that you can get to know me better 😋
const useTomy = () => ({
aboutMe: [
`I'm a full stack software engineer`,
`I'm in love with React so if I've a choice, I prefer to do frontend development`,
`I love mobile apps, especially developing with React Native + Expo.`
],
contact: {
email: 'tomini18@hotmail.com',
linkedin: 'https://www.linkedin.com/in/tomas-teston/',
github: window.location.href
},
technologies: {
currentStack: [
'React ❤',
'React Native / Expo ❤',
'TypeScript',
'.NET',
'Azure',
'Git',
'Docker',
'Azure DevOps',
'Github',
'SQL Server'
],
other: [
'Next.js',
'Astro js'
'Angular',
'Kubernetes',
'etc...'
]
}
});
export { useTomy };