forked from rogerpoliver/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
166 lines (166 loc) · 6.32 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "Olavio Lacerda Bueno Junior",
"title": "Software Engineer",
"location": "Porto Alegre, Rio Grande do Sul, Brazil",
"email": "contact@olavio.dev",
"linkedin": "https://www.linkedin.com/in/olaviolacerda/",
"github": "https://github.com/olaviolacerda",
"summary": "I have a rich and diverse career path in software development, spanning over six years and three countries. I started as an intern at a startup, where I learned Ruby on Rails and ReactJS. I then joined a digital payments company, where I improved my skills in NodeJS, API development, and databases, and became a Technical Lead for a challenging project. I also provided remote software development consultancy services to Portugal, where I mastered ReactJS, NodeJS, and discovered Golang. In 2022, I earned an MBA in Software Architecture from IGTI, enhancing my vision for building robust solutions. I also mentored at Mais1Code, helping new talents enter the programming world.\nMy ultimate goal is to become an expert in developing reliable, secure, and high-quality applications, and to help as many people as possible find their place and grow in the software development field.\nLet’s connect and explore new possibilities together!",
"experience": [
{
"title": "Senior Developer",
"company": "ADP Brazil Labs",
"date": "Jan 2023 - Present",
"tasks": [
"Development of micro-services and micro front-ends for ADP NextGen Apps.",
"Optimizing backend operations through robust and efficient implementations in Node.js.",
"Help to improve team’s productivity and code quality.",
"Contributing to the Accountant Connect project by integrating systems across the platforms, addressing complex challenges related to security and multi-technology compatibility."
]
},
{
"title": "Senior Engineer",
"company": "White Prompt",
"date": "May 2022 - Nov 2022",
"tasks": [
"Create and maintain features for Frontend/Backend and DevOps purposes.",
"Help to improve team’s productivity and code quality."
]
},
{
"title": "Software Developer",
"company": "Adentis -> Bolttech",
"date": "May 2021 - May 2022",
"tasks": [
"Create new features for Frontend or Backend purposes.",
"Maintenance of company’s product, fixing both projects, front and back.",
"Help to improve team’s productivity and code quality."
]
},
{
"title": "Technical Lead Developer",
"company": "Phi",
"date": "Oct 2020 - May 2021",
"tasks": [
"Help the team to be more confident, productive and learn a bunch of new things.",
"Creating whole new microservices for banking purposes.",
"Azure DevOps environment (documentation, deploy, repositories, scrum board).",
"Async and synchronous microservices communication.",
"Banking and providers integrations."
]
},
{
"title": "Fullstack Software Developer",
"company": "Phi",
"date": "Jul 2019 - Oct 2020",
"tasks": [
"Digital accounts integrations, financial transactions processing.",
"Card Issuing (integrations).",
"Build Node and Typescript APIs based on Microservice Architecture.",
"Async and synchronous microservices communication.",
"Banking and providers integrations."
]
},
{
"title": "Fullstack Developer",
"company": "Real Networking",
"date": "Sep 2018 - Jul 2019",
"tasks": [
"Create new features for Frontend or Backend purposes.",
"Maintenance of PostgreSQL database hosted in the cloud.",
"Maintenance of company’s product, fixing both projects, front (React.js) and back (Ruby on Rails).",
"Configuration of the environment (From Heroku/Azure to AWS and then to Google Cloud).",
"Help to improve team’s productivity and code quality.",
"Mentoring new developers."
]
},
{
"title": "Intern",
"company": "Real Networking",
"date": "Jul 2017 - Aug 2018",
"tasks": [
"Create new features for Frontend or Backend purposes.",
"Maintenance of PostgreSQL database hosted in the cloud.",
"Maintenance of company’s product, fixing both projects, front (React.js) and back (Ruby on Rails)."
]
}
],
"education": [
{
"degree": "MBA",
"field": "Software Architecture",
"institution": "Institute of Management in Information Technology",
"date": "2021 - Jan 2022"
},
{
"degree": "Bachelor of Science",
"field": "Computer Science",
"institution": "UniRitter",
"date": "Mar 2014 - Aug 2018"
}
],
"skills": [
"JavaScript",
"TypeScript",
"Node.js",
"React.js",
"Linux",
"Docker"
],
"certifications": [
{
"name": "Designing an Accessible User Experience",
"institution": "Deque University",
"date": "May 2023"
},
{
"name": "JS Expert",
"institution": "EW Academy",
"date": "Dec 2022"
},
{
"name": "EF SET English Certificate 78/100 (C2 Proficient)",
"institution": "EF SET",
"date": "Dec 2021"
},
{
"name": "Software Architecture Bootcamp",
"institution": "Institute of Management in Information Technology",
"date": "Sep 2020"
},
{
"name": "Node.js, Typescript, TDD, Clean Architecture and SOLID",
"institution": "Udemy",
"date": "Jun 2020"
},
{
"name": "Software Architecture: Domain-Driven Design",
"institution": "LinkedIn",
"date": "Mar 2020"
},
{
"name": "Node.js for Beginners",
"institution": "NodeBR",
"date": "Jan 2019"
},
{
"name": "React.js Developer",
"institution": "Alura",
"date": "Jun 2017"
},
{
"name": "Ruby on Rails Developer",
"institution": "Alura",
"date": "Jan 2017"
}
],
"languages": ["Portuguese: Native", "English: Professional proficiency"],
"volunteering": [
{
"role": "Development Mentor",
"organization": "Mais1Code",
"date": "Jul 2021 - Dec 2021",
"description": "Taught programming to teenagers from communities at São Paulo, remotely. This initiative aimed to provide better opportunities and contribute to community development through programming education."
}
]
}