-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
322 lines (305 loc) · 14.5 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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="My personal webpage">
<meta name="author" content="Simon Esposito">
<!-- <link rel="icon" href="../../favicon.ico"> -->
<title>Simon Esposito | Software Engineer</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="css/custom.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="site-wrapper">
<div class="row">
<div class="col-sm-8">
<div class="info-box">
<div class="title">
<h2>About Me</h2>
</div>
<div class="content">
<div class="row">
<div class="col-sm-4">
<img class="cover-img" src="img/avatar.jpg" alt="Picture of myself">
</div>
<div class="col-sm-8" style="padding-top: 22px;">
<p class="short-bio">I'm a Ruby and Elixir</p>
<p class="short-bio">back end developer currently</p>
<p class="short-bio">working with Go.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="info-box">
<div class="title">
<h2>Reach Me</h2>
</div>
<div class="content">
<div class="reach-me text-center">
<div class="row">
<a target="_blank" href="https://pt.linkedin.com/in/espositosimon"><i class="fa fa-linkedin fa-2x"></i></a>
<a target="_blank" href="https://github.com/sesposito"><i class="fa fa-github fa-2x"></i></a>
<a href="#" onclick="mailTo()"><i class="fa fa-envelope-o fa-2x"></i></a>
<a target="_blank" href="https://twitter.com/s_m_n"><i class="fa fa-twitter fa-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="info-box">
<div class="title">
<h2>Experience</h2>
</div>
<div class="content">
<div class="exp-txt text-left">
<ul>
<li>
<p class="thicker">September 2019 - Present: Software Engineer <a target="_blank" href="https://heroiclabs.com/">@Heroic Labs</a></p>
<ul>
<li>
<ul>
<li>
<p>- Write a Go <a target="_blank" href="https://github.com/heroiclabs/nakama/tree/master/console/protoc-gen-angular/">protoc plugin</a> that generates an Angular REST client from a .proto file's grpc-gateway definitions.</p>
</li>
<li>
<p>- Fully implement and maintain the JavaScript runtime for the <a target="_blank" href="https://github.com/heroiclabs/nakama/">Nakama OSS</a> project.</p>
</li>
<li>
<p>- Write and maintain the <a target="_blank" href="https://github.com/heroiclabs/nakama-common/blob/master/index.d.ts">TypeScript definitions</a> for Nakama's JavaScript runtime.</p>
</li>
<li>
<p>- Contribute to overhaul of the <a target="_blank" href="https://heroiclabs.com/blog/announcements/nakama-3-0/">Nakama console</a>.</p>
</li>
<li>
<p>- Full stack contribution to the <a target="_blank" href="https://heroiclabs.com/heroic-cloud/">Heroic Cloud</a> platform.</p>
</li>
<li>
<p>- Write scripts to perform <a target="_blank" href="https://heroiclabs.com/docs/benchmarks/">benchmarking</a> using Tsung, a distributed load testing tool.</p>
</li>
<li>
<p class="keywords">Keywords: Golang, PostgreSQL, GCP, K8S, Docker, Angular, OSS, JavaScript, TypeScript, protobuf, Tsung</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="content">
<div class="exp-txt text-left">
<ul>
<li>
<p class="thicker">June 2018 - July 2019: Software Engineer <a target="_blank" href="https://visiblealpha.com/">@Visible Alpha</a></p>
<ul>
<li>
<ul>
<li>
<p>- Ruby on Rails back end development.</p>
</li>
<li>
<p>- Perform PostgreSQL database maintainance tasks.</p>
</li>
<li>
<p>- Investigate infrastructure transition to Kubernetes.</p>
</li>
<li>
<p class="keywords">Keywords: Ruby, Rails, PostgreSQL, AWS, K8S, Redis</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="content">
<div class="exp-txt text-left">
<ul>
<li>
<p class="thicker">Apr. 2016 - May 2018: Software Engineer <a target="_blank" href="https://www.talkdesk.com">@Talkdesk</a></p>
<ul>
<li>
<p class="thick">Jul. 2017 - May 2018: Platform Team - Software Engineer</p>
<ul>
<li>
<p>- Develop Elixir microservice with public REST API.</p>
</li>
<li>
<p>- Collaborate in new presence system requirements gathering, data modeling and architecture draft.</p>
</li>
<li>
<p>- Draft and implement client authentication and authorization spec for EMQTT server.</p>
</li>
<li>
<p>- Collaborate on development of clustered, stateful Elixir presence system with realtime and RESTful APIs.</p>
</li>
<li>
<p class="keywords">Keywords: Elixir, REST, Phoenix Framework, Cassandra, MQTT, EMQTTD, K8S</p>
</li>
</ul>
</li>
<li>
<p class="thick">May. 2017 - Jul. 2017: Integrations Team - Interim Tech Lead</p>
<ul>
<li>
<p>- Interim Tech Lead and SCRUM master.</p>
</li>
<li>
<p>- Onboard new team hires and direct project handoff.</p>
</li>
<li>
<p class="keywords">Keywords: SCRUM, Tech Lead</p>
</li>
</ul>
</li>
<li>
<p class="thick">Apr. 2016 - Apr. 2017: Integrations Team - Junior Developer</p>
<ul>
<li>
<p>- Ruby monolith back end maintainance, feature implementation, bug resolution and general improvements.</p>
</li>
<li>
<p>- Participate on development of Talkdesk's SMS integration with Zendesk PoC.</p>
</li>
<li>
<p>- Build front end JavaScript widget for integration with the Zendesk platform.</p>
</li>
<li>
<p>- Handle major MongoDB driver upgrade on Ruby monolith.</p>
</li>
<li>
<p class="keywords">Keywords: Ruby, MongoDB, Unit Tests (RSpec), Integration Tests (Cucumber), Heroku, Docker, Git, REST, RabbitMQ, NewRelic, Twilio</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="content">
<div class="exp-txt text-left">
<ul>
<li>
<p class="thicker">Sep. 2013 - Sep. 2015: Research assistant <a target="_blank" href="https://tecnico.ulisboa.pt">@IST</a> working for the EU funded <a target="_blank" href="https://www.eid-stork2.eu/">STORK2</a> project</p>
<ul>
<li>
<p class="thick">Sep. 2014 - Sep. 2015: MSc Thesis framed within <a target="_blank" href="https://ec.europa.eu/cefdigital/wiki/display/EIDCOMMUNITY/STORK+2.0+Project">STORK2</a></p>
<ul>
<li>
<p>- Build a full stack web application in Node.js for the materialization of digitally signed documents called <a target="_blank" href="https://github.com/STORK2/TADS">TADS (Trusted Attribute Display Service)</a>.</p>
</li>
<li>
<p>- Develop a <a target="_blank" href="https://github.com/apereo/cas">CAS</a> server <a target="_blank" href="https://github.com/STORK2/cas-authentication-handler">authentication handler</a> accepting SAML2 tokens provided by the STORK2 infrastructure.</p>
</li>
<li>
<p>- Integrate a STORK2 Attribute Provider for certified attributes with <a target="_blank" href="https://tecnico.ulisboa.pt">IST</a> CMS - <a target="_blank" href="https://fenixedu.org/">FenixEdu.</a></p>
</li>
<li>
<p>- Manage Linux infrastructure, configuration and web application deployment.</p>
</li>
<li>
<p class="keywords">Keywords: PKI, X.509, Tomcat, JBoss, Nginx, Apache2, Linux, Java6, Node.js, OpenSwan, REST, SOAP, SAML2.0, XML, JSON, LaTeX</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="info-box">
<div class="title">
<h2>Education</h2>
</div>
<div class="content">
<div class="exp-txt text-left">
<ul>
<li>
Bsc in Communication Networks Engineering <a target="_blank" href="https://tecnico.ulisboa.pt">@IST</a>.
</li>
<li>
Msc with Major in networks and services management <a target="_blank" href="https://tecnico.ulisboa.pt">@IST</a>.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="info-box">
<div class="title">
<h2>Publications</h2>
</div>
<div class="content">
<div class="exp-txt text-left">
<ul>
<li>
05 Jul. 2017 - <a target="_blank" href=https://link.springer.com/epdf/10.1007/s10207-017-0385-x?author_access_token=NPtQg2NvcKrgrgym1cTVZve4RwlQNchNByi7wbcMAY4AxSkzwYl6QiYv0WCg4m39keplHAYMnDI83EUbZuQIUs9-vJnyQp1W7aRrLJWxoqBlcyc4QYwqivMG-Kw_rbVpmIEHO26hv-6k6LoxdXXsOA%3D%3D>STORK: a real, heterogeneous, large-scale eID management system.</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="info-box">
<div class="title">
<h2>Endeavours</h2>
</div>
<div class="content">
<div class="exp-txt text-left">
<ul>
<li>
Jun. 2015 - Member of <a target="_blank" href="https://tadhack.com/2015/">TADHACK 2015</a> winning team.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
function mailTo(){
var href = "mailto:" + "esposito." + "simon" + "@gmail.com"
document.location.href = href
}
</script>
<!-- Bootstrap core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L3ZPPWD55F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L3ZPPWD55F');
</script>
</body>
</html>