-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
141 lines (109 loc) · 6.68 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.png" type="image/png">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Igor Sousa</title>
<style type="text/css">
* { margin: 0; padding: 0; }
body { font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(images/noise.jpg); }
.clear { clear: both; }
#page-wrap { width: 800px; margin: 40px auto 60px; }
#pic { float: right; margin: -30px 0 0 0; }
h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
h2 { font-size: 20px; margin: 0 0 6px 0; position: relative; }
h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; font-size: 16px; color: #999; font-weight: normal; }
span { font-style: italic; font-family: Georgia, Serif; font-size: 16px; color: #999; font-weight: normal; }
p { margin: 0 0 16px 0; }
a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
a:hover { border-bottom-style: solid; color: black; }
ul { margin: 0 0 32px 17px; }
#objective { width: 500px; float: left; }
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
dd { width: 600px; float: right; }
dd.clear { float: none; margin: 0; height: 15px; }
</style>
</head>
<body>
<div id="page-wrap">
<img src="images/rsz_perfil.jpeg" alt="Photo of Cthulu" id="pic" />
<div id="contact-info" class="vcard">
<!-- Microformats! -->
<h1 class="fn">Igor Sousa</h1>
<p>
Cell: <span class="tel">+55 83 99645-4731</span><br />
Email: <a class="email" href="mailto:[email protected]"><b>igornatanaelsousa</b> at <b>gmail</b> dot <b>com</b></a>
</p>
</div>
<div id="objective">
<p>
The guy who loves to code while listening to loud music.
</p>
</div>
<div class="clear"></div>
<dl>
<dd class="clear"></dd>
<dt>Education</dt>
<dd>
<h2>Federal University of Campina Grande (UFCG) - Brazil</h2>
<p><strong>BS</strong> in Computer Science <br>
<strong>December</strong> 2017</p>
</dd>
<dd class="clear"></dd>
<dt>Experience</dt>
<dd>
<h3>Distributed Systems Laboratory (LSD) @ UFCG</h3>
<span>Cloud Software Engineer - Campina Grande, Brazil. Jan 2018 - Present</span>
<ul>
<li><b>BigSea Project:</b> Europe - Brazil Cooperation in the area of advanced cloud services for Big Data applications.</li>
<li>Responsible to represent in conferences and meetings, improve and manage the framework developed and deployed during the past years of the project.</li>
</ul>
<h3>LSD @ UFCG</h3>
<span>Software Engineer Intern - Campina Grande, Brazil. Nov 2016 - Dec 2017</span>
<ul>
<li><b>BigSea Project:</b> Europe - Brazil Cooperation in the area of advanced cloud services for Big Data applications.</li>
<li>Developtment of a framework for ensuring the Quality of Service for data analysis services on top of cloud computing infrastructures: <a href="https://github.com/bigsea-ufcg">https://github.com/bigsea-ufcg</a>.</li>
<li>Two months working at the Universitat Politècnica de València (Spain) to integrate the components of the framework developed by teams from Brazil and Europe</li>
</ul>
<h3>LSD @ UFCG</h3>
<span>Software Engineer Intern - Campina Grande, Brazil. Nov 2015 - Oct 2016</span>
<ul>
<li><b>Monag Project:</b> a cooperation between UFCG and Hewlett-Packard Enterprise (HPE) in order to develop agents to gather metrics and trigger alarms from physical cloud environments and store in the OpenStack monitoring service (Monasca).</li>
<li>Technical leader of a team composed by Undergraduate students and Master candidates working to integrate OpenStack monitoring services with HPE OneView: <a href="https://github.com/HewlettPackard/oneview-monasca">https://github.com/HewlettPackard/oneview-monasca</a></li>
<li>Upstream proposal, design and development of improvements for OpenStack, focused on improve monitoring based on Monasca.</li>
</ul>
</dd>
<dd class="clear"></dd>
<dt>Research</dt>
<dd>
<h3>Distributed Systems Laboratory </h3>
<span>Undergraduate Research Assistant - Campina Grande, Brazil - 2015-2017</span>
<ul>
<li><b>Theme:</b> Monitoring services to cloud environments.</li>
<li>Improve data processing job executions based on QoS metrics gathered by cloud monitoring services.</li>
</ul>
<h3>Software Practices Laboratory </h3>
<span>Undergraduate Research Assistant - Campina Grande, Brazil - 2014-2015</span>
<ul>
<li><b>Theme:</b> Identification and Categorization of nonconformances using Design by Contract</li>
<li>Tools developed for detecting and categorizing nonconformances: https:// <a href="https://github.com/alyssonfm/jmlok">github.com/alyssonfm/jmlok</a> and <a href="https://github.com/alyssonfm/contractok">https://github.com/alyssonfm/contractok</a>.</li>
</ul>
</dd>
<dd class="clear"></dd>
<dd class="clear"></dd>
<dt>Programming Skills</dt>
<dd>
<h2>Experienced</h2>
<p>Python, Java, Shell, SQL</p>
<h2>Comfortable</h2>
<p>JavaScript, HTML, C#</p>
</dd>
<dd class="clear"></dd>
</dl>
<div class="clear"></div>
</div>
</body>
</html>