-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
278 lines (249 loc) · 15 KB
/
index.html
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Resume</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ricardo Dantas Resume">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="assets/images/profile.png" alt="" />
<h1 class="name">Ricardo Dantas</h1>
<h3 class="tagline">aka licensed</h3>
</div><!--//profile-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa fa-envelope"></i><a href="mailto: [email protected]">[email protected]</a></li>
<li class="skype"><i class="fa fa-skype"></i><a href="https://skype.com" target="_blank">ricardo__dantas</a></li>
<li class="linkedin"><i class="fa fa-linkedin"></i><a href="https://linkedin.com/in/licensed" target="_blank">linkedin.com/in/licensed</a></li>
<li class="github"><i class="fa fa-github"></i><a href="https://github.com/licensed" target="_blank">github.com/licensed</a></li>
</ul>
</div><!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title">Education</h2>
<div class="item">
<h4 class="degree">MSc in Applied Informatics</h4>
<h5 class="meta">UFRPE</h5>
<div class="time">2019-2021</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">MSc in Computer Science</h4>
<h5 class="meta">UFPE</h5>
<div class="time">2018 (Interrupted)</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">BSc in Computer Science</h4>
<h5 class="meta">UFRPE</h5>
<div class="time">2010 - 2017</div>
</div><!--//item-->
</div><!--//education-container-->
<div class="interests-container container-block">
<h2 class="container-block-title">Research</h2>
<ul class="list-unstyled interests-list">
<li>Artificial Intelligence</li>
<li>Machine Learning</li>
<li>Text/Image Processing</li>
<li>Data Mining</li>
<li>Web Scraping</li>
</ul>
</div><!--//interests-->
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>Portuguese <span class="lang-desc">(Native)</span></li>
<li>English <span class="lang-desc">(Advanced)</span></li>
</ul>
</div><!--//interests-->
<div class="languages-container container-block">
<a href="portfolio/index.html"> <h2 class="container-block-title">Portfolio</h2> </a>
</div><!--//interests-->
</div><!--//sidebar-wrapper-->
<div class="main-wrapper">
<section class="section summary-section">
<h2 class="section-title"><i class="fa fa-user"></i>About</h2>
<div class="summary">
<p>MSc in Applied Informatics (In Progress), BSc in Computer Science, both from UFRPE, Brazil. MBA: IT Management.
AWS Academy Cloud Foundations Certificate, Scrum Foundation Professional Certificate, Cyber Security Foundation Professional Certificate.</p>
<p>Free software enthusiast, Senior Python Software Engineer, very passionate about learning new technologies and software architectures.I have been working in agile teams for a while and I consider teamwork as a form of self-improvement.</p>
<p>In the last years I have mainly worked with: Python, Flask, Django, RESTful APIs, Microservices, Dialogflow, Postgresql, Javascript, HTML5/CSS3, AWS, BPMN and Agile methodologies/SCRUM.</p>
</div><!--//summary-->
</section><!--//section-->
<section class="section experiences-section">
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Backend Developer</h3>
<div class="time">Jan/2024 - Current</div>
</div><!--//upper-row-->
<div class="company">Zup, Brazil</div>
</div><!--//meta-->
<div class="details">
<p>ITAU IRIS Team. IRIS is a itau chatbot that has a huge knowledge base and uses Generative AI with machine learning techniques, LLM (Large Language Model) and frameworks such as Langchain. Additionally, we use Terraform as Infrastructure as code and Kubernetes for container orchestration. The services are hosted on AWS, mostly using EKS (Elastic Kubernetes Service) and we also run some Lambda services, mainly for Finops.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Senior Software Engineer</h3>
<div class="time">Jun/2022 - Nov/2022</div>
</div><!--//upper-row-->
<div class="company">Redshelf, Chicago</div>
</div><!--//meta-->
<div class="details">
<p>API Integrations Team. Python RESTful APIs and Microservices Development. Agile Scrum Methodology.
High quality automated unit, integrations and BDD tests, Elasticsearch queries</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Senior Software Engineer</h3>
<div class="time">Sep/2021 - Jun/2022</div>
</div><!--//upper-row-->
<div class="company">Tempest Security Intelligence, Brazil</div>
</div><!--//meta-->
<div class="details">
<p>Threat Intelligence Team Support, Automating tasks and processes with Web Scrapers and Microservices Development.<br>
Stack: (pure) Python, Splunk, Elasticsearch, Nats.io, Siemplify, Redash (as ETL), AWS.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Chatbot Developer</h3>
<div class="time">Jan/2021 - Jun/2021</div>
</div><!--//upper-row-->
<div class="company">Spark Agency, Portugal</div>
</div><!--//meta-->
<div class="details">
<p>Chatbot Development in Python (Flask), automating candidatures processes, using machine learning techniques and NLP (Natural Language Processing) with Google Dialogflow platform.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Python Course Teacher</h3>
<div class="time">Jun/2020 - Sep/2021</div>
</div><!--//upper-row-->
<div class="company">Rede Cidadã, Brazil</div>
</div><!--//meta-->
<div class="details">
<p>Teacher at Python Technical Program of Start Latam Project, in the Python Algorithms, SQL and Django courses.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Software Engineer</h3>
<div class="time">Aug/2020 - Sep/2020</div>
</div><!--//upper-row-->
<div class="company">Towin, Brazil</div>
</div><!--//meta-->
<div class="details">
<p>Hyperautomation and Facial Recognition System using Deep Learning Algorithms for Computer Vision.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Web Development Course Teacher</h3>
<div class="time">Dec/2016 - Aug/2020</div>
</div><!--//upper-row-->
<div class="company">IFPE, Brazil</div>
</div><!--//meta-->
<div class="details">
<p>Teacher at Web Programming Technical Program of PRONATEC, in the Python Algorithms, SQL, Django, HTML5 and CSS3 Courses.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Software Developer</h3>
<div class="time">Sep/2010 - Aug/2020</div>
</div><!--//upper-row-->
<div class="company">IFPE, Brazil</div>
</div><!--//meta-->
<div class="details">
<p>♦ Sep/2010 → I had started my career as Intern. As Intern, I had worked developping web systems wich helps to control internal processes, such as: Inventory Management, Stock Control, Reports.<br>Stack: Python + Django + HTML + CSS + JavaScript</p>
<p></p>
<p>♦ Sep/2012 → I had started as Public Agent. My role and activities was:</p>
<ul>
<li>Requirements analysis</li>
<li>Web development (Python/Django + HTML + CSS + JavaScript)</li>
<li>Database management (MySQL, PostgreSQL)</li>
</ul>
<p>♦ Mar/2013 → I was invited to lead my Team, with eight members, coordinating their activities. As Coordinator, my role and activities was: </p>
<ul>
<li>Business Process Modeling (BPMN) of all IT department.</li>
<li>Continuous Integration.</li>
<li>Git workflow.</li>
<li>Projects Management, ensuring deadlines.</li>
<li>Database Management (MySQL, PostgreSQL, MongoDB)</li>
<li>Provide training, validation and systems implementation.</li>
<li>Motivate team and Conflict Management.</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<!--
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Business Management</h3>
<div class="time">2004 - 2012</div>
</div>
<div class="company">VAPORAR, Pernambuco</div>
</div>
<div class="details">
<ul>
<li>Team Supervision.</li>
<li>Control of Purchasing and Sales Department.</li>
<li>Electronic Invoices Management.</li>
<li>Energy-saving Projects on industries to reduce steam lost.</li>
</ul>
</div>
</div>
</section>
-->
<center><p>"If everyone shared a little of their knowledge, the world would be better."</p>
</div><!--//main-body-->
</div>
<!--
<footer class="footer">
<div class="text-center">
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
</footer>
-->
<!-- Javascript -->
<script
src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g="
crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>