export default { slogan: 'Software engineer who aims for simplicity and the most adequate solution despite the technology.', about: { text: `
My name is RĂ´mulo Augusto Alves, I'm a software engineer with around 10 years of experience working at cwi as a Team Leader. I have worked with dot-net, node-js, go-lang, sql-server, postgre-sql, mongo-db, react-js, next-js, vue-js and others...
Graduated in Computer Science at feevale, my thesis was an experiment of sharing artifacts with sensible data taken from pentests to clients without a central server to store that artifacts. Its tech stack was go-lang, using go-on-mobile to build a native library, ipfs and react-native with react-native-paper to the UI.
`, links: [ { expression: 'cwi', text: 'CWI', href: 'https://cwi.com.br/' }, { expression: 'feevale', text: 'Universidade Feevale', href: 'https://feevale.br/' }, { expression: 'ipfs', text: 'IPFS', href: 'https://ipfs.io', title: 'InterPlanetary File System' }, { expression: 'dot-net', text: '.NET', href: 'https://dotnet.microsoft.com/' }, { expression: 'node-js', text: 'Node.js', href: 'https://nodejs.org/' }, { expression: 'go-lang', text: 'Go', href: 'https://golang.org/' }, { expression: 'sql-server', text: 'SQL Server', href: 'https://www.microsoft.com/sql-server/', title: 'Microsoft SQL Server' }, { expression: 'postgre-sql', text: 'PostgreSQL', href: 'https://www.postgresql.org/' }, { expression: 'mongo-db', text: 'MongoDB', href: 'https://www.mongodb.com/' }, { expression: 'react-js', text: 'React', href: 'https://reactjs.org/' }, { expression: 'next-js', text: 'Next.js', href: 'https://nextjs.org/' }, { expression: 'vue-js', text: 'Vue.js', href: 'https://vuejs.org/' }, { expression: 'react-native-paper', text: 'React Native Paper', href: 'https://reactnativepaper.com/' }, { expression: 'react-native', text: 'React Native', href: 'https://reactnative.dev/' }, { expression: 'go-on-mobile', href: 'https://pkg.go.dev/golang.org/x/mobile', text: 'Go on mobile' }, { expression: 'pentests', href: 'https://en.wikipedia.org/wiki/Penetration_test', text: 'pentests', title: 'Penetration Test' } ] } };