git ssb

0+

Rômulo Alves / website



Tree: c78f62a6c634aec87aa21cc8edf159adcdea73f3

Files: c78f62a6c634aec87aa21cc8edf159adcdea73f3 / data / index.ts

2793 bytesRaw
1export 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 },
42 {
43 expression: 'sql-server',
44 text: 'SQL Server',
45 href: 'https://www.microsoft.com/sql-server/',
46 title: 'Microsoft SQL Server'
47 },
48 {
49 expression: 'postgre-sql',
50 text: 'PostgreSQL',
51 href: 'https://www.postgresql.org/'
52 },
53 {
54 expression: 'mongo-db',
55 text: 'MongoDB',
56 href: 'https://www.mongodb.com/'
57 },
58 {
59 expression: 'react-js',
60 text: 'React',
61 href: 'https://reactjs.org/'
62 },
63 {
64 expression: 'next-js',
65 text: 'Next.js',
66 href: 'https://nextjs.org/'
67 },
68 {
69 expression: 'vue-js',
70 text: 'Vue.js',
71 href: 'https://vuejs.org/'
72 },
73 {
74 expression: 'react-native-paper',
75 text: 'React Native Paper',
76 href: 'https://reactnativepaper.com/'
77 },
78 {
79 expression: 'react-native',
80 text: 'React Native',
81 href: 'https://reactnative.dev/'
82 },
83 {
84 expression: 'go-on-mobile',
85 href: 'https://pkg.go.dev/golang.org/x/mobile',
86 text: 'Go on mobile'
87 },
88 {
89 expression: 'pentests',
90 href: 'https://en.wikipedia.org/wiki/Penetration_test',
91 text: 'pentests',
92 title: 'Penetration Test'
93 }
94 ]
95 }
96};

Built with git-ssb-web