-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
103 lines (95 loc) · 3.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Edy Segura - Resume</title>
<link rel="stylesheet" title="Male Theme" href="css/male/style.css" />
<link rel="alternate stylesheet" title="Female Theme" href="css/female/style.css" />
</head>
<body>
<header>
<h1>Edy Segura</h1>
<img src="images/edysegura.jpg" alt="Edy Segura Picture" />
<p>
edysegura@gmail.com
<br />
<a href="http://github.com/edysegura">http://github.com/edysegura</a>
</p>
</header>
<section>
<h2>Summary</h2>
<p>
Software Engineer and Technical Leader at Inatel I have a passion for building software with quality and agility. I have
great communication skills and good international experience. My top goals are to code software that reaches a wide
number of people and make them pleasent to use it.
</p>
</section>
<section>
<h2>Education</h2>
<ul>
<li>2008 - Web Engineer at
<a href="https://www.unifei.edu.br/">UNIFEI</a>
</li>
<li>2006 - Bachelor in Computer Science at
<a href="http://www.fai-mg.br/portal/">FAI</a>
</li>
<li>2002 - Computer Technician at
<a href="http://www.inpettecc.com.br/">INPETTECC</a>
</li>
</ul>
</section>
<section>
<h2>I'm interesting in</h2>
<ul>
<li>Web Based Developement</li>
<li>Automated Tests</li>
<li>Cloud Computing</li>
<li>Automation Tools</li>
<li>Agile Metodologies</li>
</ul>
</section>
<section>
<h2>Professional Experience</h2>
<h3>March 2011 - current</h3>
<p>Software Engineer
<a href="http://inatel.br/icc/">Inatel</a> - Software development to media and telecomunication areas.
</p>
<h3>November 2005 - February 2011</h3>
<p>Software Developer
<a href="http://www.liveware.com.br">LIVEWARE Technology as a Service</a> - Software development to telecomunication and financial management.</p>
</section>
<section>
<h2>Languages</h2>
<ol>
<li>Portuguese</li>
<li>English</li>
</ol>
</section>
<section>
<h2>Recent Experiences</h2>
<ul>
<li>2018 - Inatel Bootcamp</li>
<li>2017 - Facebook Developer Circle - JavaScript for beginners</li>
<li>2017 - Speaker at GDG about Front-end beyond the browser</li>
<li>2016 - Speaker at BrasilJS meetup Inatel</li>
<li>2015 - Speaker at FLISOL about
<a href="http://www.slideshare.net/edysegura/firefox-os-32877178">Firefox OS</a>
</li>
<li>2014 - Leadership Course at Inatel</li>
<li>2014 - Scrum Course at Inatel</li>
<li>2013 - Speaker at Futurecom about
<a href="http://www.slideshare.net/edysegura/futurecom-2013-ott-wide-28112645">How OTT is changing the TV Concepts</a>
</li>
<li>2013 -
<a href="http://www.qconsp.com/">QCon São Paulo Edition</a>
</li>
<li>2013 -
<a href="https://aws.amazon.com/pt/aws-summit-2013/sao-paulo/">AWS Summit America Latina Editon</a>
</li>
<li>2012 - AWS Architecture Training in San Francisco</li>
</ul>
</section>
</body>
</html>