Files: 37c280147b9bc6348d2d1dcb7f850fd2b2330581 / data / index.ts
2818 bytesRaw
1 | export default { |
2 | slogan: 'Software engineer who aims for simplicity and the most adequate solution despite the technology.', |
3 | about: { |
4 | text: `<p> |
5 | 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... |
6 | </p> |
7 | <p> |
8 | 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. |
9 | </p>`, |
10 | links: [ |
11 | { |
12 | expression: 'cwi', |
13 | text: 'CWI', |
14 | href: 'https://cwi.com.br/' |
15 | }, |
16 | { |
17 | expression: 'feevale', |
18 | text: 'Universidade Feevale', |
19 | href: 'https://feevale.br/' |
20 | }, |
21 | { |
22 | expression: 'ipfs', |
23 | text: 'IPFS', |
24 | href: 'https://ipfs.io', |
25 | title: 'InterPlanetary File System' |
26 | }, |
27 | { |
28 | expression: 'dot-net', |
29 | text: '.NET', |
30 | href: 'https://dotnet.microsoft.com/' |
31 | }, |
32 | { |
33 | expression: 'node-js', |
34 | text: 'Node.js', |
35 | href: 'https://nodejs.org/' |
36 | }, |
37 | { |
38 | expression: 'go-lang', |
39 | text: 'Go', |
40 | href: 'https://golang.org/', |
41 | title: 'Golang' |
42 | }, |
43 | { |
44 | expression: 'sql-server', |
45 | text: 'SQL Server', |
46 | href: 'https://www.microsoft.com/sql-server/', |
47 | title: 'Microsoft SQL Server' |
48 | }, |
49 | { |
50 | expression: 'postgre-sql', |
51 | text: 'PostgreSQL', |
52 | href: 'https://www.postgresql.org/' |
53 | }, |
54 | { |
55 | expression: 'mongo-db', |
56 | text: 'MongoDB', |
57 | href: 'https://www.mongodb.com/' |
58 | }, |
59 | { |
60 | expression: 'react-js', |
61 | text: 'React', |
62 | href: 'https://reactjs.org/' |
63 | }, |
64 | { |
65 | expression: 'next-js', |
66 | text: 'Next.js', |
67 | href: 'https://nextjs.org/' |
68 | }, |
69 | { |
70 | expression: 'vue-js', |
71 | text: 'Vue.js', |
72 | href: 'https://vuejs.org/' |
73 | }, |
74 | { |
75 | expression: 'react-native-paper', |
76 | text: 'React Native Paper', |
77 | href: 'https://reactnativepaper.com/' |
78 | }, |
79 | { |
80 | expression: 'react-native', |
81 | text: 'React Native', |
82 | href: 'https://reactnative.dev/' |
83 | }, |
84 | { |
85 | expression: 'go-on-mobile', |
86 | href: 'https://pkg.go.dev/golang.org/x/mobile', |
87 | text: 'Go on mobile' |
88 | }, |
89 | { |
90 | expression: 'pentests', |
91 | href: 'https://en.wikipedia.org/wiki/Penetration_test', |
92 | text: 'pentests', |
93 | title: 'Penetration Test' |
94 | } |
95 | ] |
96 | } |
97 | }; |
Built with git-ssb-web