-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (70 loc) · 3.84 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rodrigo Sanches Dias Capuzzi</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@700&family=Raleway:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="profile">
<img src="rodrigo.jpg" alt="Foto: Rodrigo S. D. Capuzzi" class="foto-principal">
<h1>Rodrigo Sanches Dias Capuzzi</h1>
<h2>Data Analyst | Business Intelligence Analyst</h2>
<br>
<a href="https://www.linkedin.com/in/rodrigosanchesdias/" target="_blank"><img src="logo-linkedin.png" class="social-icons"></a>
<a href="https://github.com/RodrigoCapuzzi" target="_blank"><img src="logo-github.png" class="social-icons"></a>
<a href="contato.html"><img src="email.png" class="social-icons"></a>
</div>
<p>
Graduated in Civil Engineering from São Paulo State University (UNESP). During college, I did research (Scientific Initiation Program) in the area of transport, using Machine Learning to forecast the growth of metropolitan regions, on which I wrote and published two scientific articles. After graduation, I worked as a Data Analyst in the operations sector of Banco Itaú.
After that, I left my position to do social volunteer work in Germany and study the German language. Now I am back in Brazil and I have started my second bachelor in the <b>IT field</b> where I develop research in Natural Language Processing (NLP).
</p>
<h3 class="verde">Main skills</h3>
<ul>
<li>SQL</li>
<li>Tableau</li>
<li>Python</li>
</ul>
<h3>Other stuff I like to play</h3>
<p>
Power BI, R, C, Alteryx, Pentaho... and I also like Maching Learning.
</p>
<h3>Certifications</h3>
<ol type="A">
<li>SQL</li>
<li>R</li>
<li>Phyton</li>
<li>tableau</li>
</ol>
<h3>I have worked at</h3>
<ul>
<li>
<h4>Collinson</h4>
<h5>Business Intelligence Analyst</h5>
<p>- Building and Mainting Data Pipelines (Pentaho)
- Maintaining Databases in MS SQL Server and PostgreSQL
- Data Visualization using Tableau and Power BI
</p>
</li>
<li>
<h4>Itaú Unibanco</h4>
<h5>Data Analyst</h5>
<p>
- Analyze and identify the root causes of variations and impacts on performance, quality, and volume of operations from data obtained or monitored. Track department’s Key Performance Indicators (KPIs) goal performance.
- Create and redesign KPIs and reports that reflect the dynamic needs of operations management.
- Integrate databases from different areas and automate the KPI reports generation process using an ETL tool (Alteryx). Create dashboards for the department’s data and KPIs (using Tableau) and prepare executive presentations (PowerPoint) for superintendents and directors.
- Map and propose improvement in process flux (lean manufacturing), as well as prepare studies and projects involving process automation, including NPV calculations.
</p>
</li>
</ul>
</div>
<div class="footer">
Developed by Vanessa Sanches Dias Capuzzi
</div>
</body>
</html>