-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
407 lines (397 loc) · 22.9 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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Fayder Florez - Resume</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/3.0.1/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script src="js/vendor/jquery.hashchange.min.js"></script>
<script src="js/vendor/jquery.easytabs.min.js"></script>
<script src="js/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body class="bg-fixed bg-1">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="main-container">
<div class="main wrapper clearfix">
<!-- Header Start -->
<header id="header">
<div id="logo">
<h2>
Fayder Florez
</h2>
<h4>
Software Developer
</h4>
</div>
</header>
<!-- Header End -->
<!-- Main Tab Container -->
<div id="tab-container" class="tab-container">
<!-- Tab List -->
<ul class='etabs'>
<li class='tab' id="tab-about">
<a href="#about"><i class="icon-user"></i><span> About Me</span></a>
</li>
<li class='tab'>
<a href="#resume"><i class="icon-file-text"></i><span> Resume</span></a>
</li>
</ul>
<!-- End Tab List -->
<div id="tab-data-wrap">
<!-- About Tab Data -->
<div id="about">
<section class="clearfix">
<div class="g2">
<div class="photo">
<img src="images/profile.jpg" alt="Fayder Florez">
</div>
<div class="info">
<h2>
Fayder Florez
</h2>
<h4>
Software Developer
</h4>
<p>
My experience has been mainly as a Java Developer. Currently my main focus as a developer is on Android apps, but I also feel comfortable working with WebApps that have a REST interface to expose and/or persist data, working on the client side logic with Javascript and writing scripts with Python.
</p>
<p>
I like and always try to remember "Uncle Ben's" ideas and recommendations for "Clean Code" as described on his book <a href="https://www.goodreads.com/book/show/3735293-clean-code"> "Clean Code: A Handbook of Agile Software Craftsmanship"</a>
</p>
<p>
Besides my programming experience, the AIESEC Experience has provided me with skills in Strategic Planning, and also with competences such as Integrity, Self-awareness and Cultural understanding among others.
</p>
<p>
I find projects that have a short or long term social contribution, very appealing and exciting to work with.
</p>
</div>
</div>
<div class="g1">
<div class="main-links sidebar">
<h6>Other Interests</h6>
<ul>
<li>
<strong>Economics</strong> <br />
<i>"Anyone who believes exponential growth can go forever in a finite world, is either a madman or an economist" - Kenneth Boulding</i>
</li>
<li>
<strong>Human Behavior</strong> <br />
<i>"It is virtually impossible to understand biology outside the context of environment" - Robert Sapolsky</i>
</li>
<li>
<a href="https://www.imdb.com/user/ur16599586/ratings?ref_=nv_usr_rt_4" class="image-link" title="imdb"><img src="images/imdbs.png"></a>
</li>
</ul>
</div>
</div>
<div class="break"></div>
<div class="contact-info">
<div class="g1">
<div class="item-box clearfix">
<i class="icon-envelope"></i>
<div class="item-data">
<h3><a href="">fayder.florez( )gmail.com</a></h3>
</div>
</div>
</div>
<div class="g1">
<div class="item-box clearfix">
<i class="icon-github"></i>
<div class="item-data">
<h3><a href="http://github.com/fayder">fayder</a></h3>
</div>
</div>
</div>
<div class="g1">
<div class="item-box clearfix">
<i class="icon-twitter"></i>
<div class="item-data">
<h3><a href="http://twitter.com/fayderflorez">@fayderflorez</a></h3>
</div>
</div>
</div>
</div>
</section><!-- content -->
</div>
<!-- End About Tab Data -->
<!-- Resume Tab Data -->
<div id="resume">
<section class="clearfix">
<div class="g2">
<h3>
Work Experience
</h3>
<ul class="no-list work">
<li>
<h5>
Android Developer at <a href="https://pipedrive.com">Pipedrive</a><br />
Tallinn, Estonia.
</h5>
<span class="label label-info">August 2017 - Present</span>
<p>
Leading the Android Team periodically, prioritizing and organizing the work necessary to maintain the Pipedrive app.
</p>
<p>
Maintain and add new features to the Pipedrive Android app.
</p>
<p>
Estimate and prioritize features, improvements and bugs for the Pipedrive Android app.
</p>
<p>
Monitor and improve the performance of the Pipedrive Android app.
</p>
<p>
Conduct technical interviews for Android candidates.
</p>
<p>
Assist in the test and release cycle of the Pipedrive Android App.
</p>
<p>
Reviewing "Pull Requests" from peers
</p>
</li>
<li>
<h5>
Software Developer at <a href="https://monese.com">Monese</a><br />
Tallinn, Estonia.
</h5>
<span class="label label-info">July 2015 - May 2017</span>
<p>
Estimate and prioritize features, improvements and bugs for the Monese Android app.
</p>
<p>Assist and guide newer members of the Android team</p>
<p>
Maintain and add new features to the Monese Android app.
</p>
<p>
Define a new architecture for the Monese Android app.
</p>
<p>
REST API for "back office" web application, for management and customer support purposes.
</p>
<p>
Fraud Behaviour detection algorithms in backend.
</p>
</li>
<li>
<h5>Independent Android Developer<br />Cartagena, Colombia.</h5>
<span class="label label-info">Feb 2015 - July 2015</span>
<p>
Developing an Android app: a virtual betting game where you can simulate placing bets on real football matches and compare your results with your friends.
</p>
<p>
Developed REST web app for the Android app to interact with the server database.
</p>
<p>
Developed Python scripts to get all the information about leagues, teams, matches and results from the web, calculate odds, and then persist this data in the server database.
</p>
</li>
<li>
<h5>
Java Developer at <a href="http://sportradar.com">Sportradar</a><br />
Trondheim, Norway.
</h5>
<span class="label label-info">Aug 2014 - Nov 2014</span>
<p>
Maintaining and extending the Java backend and database design for sending sports data to clients.
</p>
</li>
<li>
<h5>
Java Developer at <a href="http://kn-portal.com">Kuehne + Nagel</a><br />
Tallinn, Estonia.
</h5>
<span class="label label-info">Jun 2014 - Aug 2014</span>
<p>
Maintaining and adding new features for import/export of client's logistics data.
</p>
</li>
<li>
<h5>
Software Developer at <a href="http://zerotech.ee">ZERO Technologies</a> <br /> Tallinn, Estonia.
</h5><span class="label label-info">Sep 2010 - May 2014</span>
<p>
Backend and Frontend for different RESTful web apps.
</p>
<p>
Python scripts to make HTTP/HTTPS requests; parse HTML, XML, JSON and persist data.
</p>
<p>
Maintaining and extending a Build Automation Tool. Developing plugins to collect statistical information and to do various processes to the binaries and artifacts being built.
</p>
<p>
Developed a Web App for filling, submitting and digitally signing applications (forms) related with financial instruments.
</p>
<p>
Maintained and extended a Web App for managing and reviewing financial instruments for individuals and corporations.
</p>
</li>
<li>
<h5>
Intern at <a href="http://zerotech.ee">ZERO Technologies</a> <br /> Tallinn, Estonia.
</h5><span class="label label-info">Apr. 2009 - Sep. 2010</span>
<p>
English - Estonian Desktop Dictionary App with Java Swing
</p>
<p>
Maintaining and extended a Web App for managing and reviewing financial instruments for individuals and corporations.
</p>
<p>
Maintaining and exteding a SOAP service for reviewing data about financial instruments
</p>
</li>
</ul>
<h3>
Education
</h3>
<ul class="no-list work">
<li>
<h5>
<a href="http://www.unitecnologica.edu.co">Universidad Tecnológica de Bolívar. Cartagena, Colombia.</a><br />
Bc. Systems Engineer
</h5><span class="label label-warning">2004-2013</span>
<p>
I started my studies on 2004, and I finished all subjects by 2008, missing the thesis. Then I went for an internship in Estonia, and ended up having a job in ZERO Technologies. I only wrote and defended my thesis on 2013, and that's why I could only graduate until then.
</p>
</li>
</ul>
<h3>
Personal Projects
</h3>
<ul class="no-list work">
<li>
<p>
<a href="https://restcountries.eu"> REST Countries</a>
- Get information about countries via a RESTful API (adquired by <a href="https://apilayer.com/">apilayer</a>)
</p>
<p>
COVID-19 Estimates - Estimates of covid-19 real cases based on published Infection Fatality Rates (closed)
</p>
</li>
</ul>
<h3>
Volunteer Experience
</h3>
<ul class="no-list work">
<li>
<h5>
<a href="http://aiesec.org"> AIESEC in Colombia</a><br />
Local Committee of Cartagena<br />
</h5><span class="label label-warning">2004-2007</span>
<p>
<strong>Exchanges and Information Systems Director</strong>
<div>Planning, Tracking and Executing AIESEC's Internship program with Balanced Scorecard</div>
<div>Support and Education of AIESEC Web Tools</div>
<div>Defining and Implementing a Knowledge Management System</div>
</p>
</li>
</ul>
</div>
<div class="g1">
<div class="sidebar">
<strong><i class="icon-print"></i><a href="print.html"> Print-Friendly Version</a></strong>
<br /><br />
<h3>
Skills
</h3>
<h5>
Programming Languages
</h5>
<div class="meter carrot">
<span style="width: 90%"><span>Kotlin</span></span>
</div>
<div class="meter carrot">
<span style="width: 80%"><span>Java</span></span>
</div>
<div class="meter carrot">
<span style="width: 60%"><span>Python</span></span>
</div>
<div class="meter carrot">
<span style="width: 50%"><span>JavaScript</span></span>
</div>
<h5>
Tech
</h5>
<div class="meter pomengrate">
<span style="width: 90%"><span>Android Jetpack</span></span>
</div>
<div class="meter pomengrate">
<span style="width: 90%"><span>Google Play Services</span></span>
</div>
<div class="meter pomengrate">
<span style="width: 90%"><span>Retrofit</span></span>
</div>
<div class="meter pomengrate">
<span style="width: 90%"><span>JUnit/Mockito</span></span>
</div>
<h5>
Tools
</h5>
<div class="meter wisteria">
<span style="width: 90%"><span>Firebase</span></span>
</div>
<div class="meter wisteria">
<span style="width: 90%"><span>New Relic</span></span>
</div>
<div class="meter wisteria">
<span style="width: 90%"><span>Amplitude</span></span>
</div>
<div class="break"></div>
<h5>
Languages
</h5>
<div class="meter spider">
<span style="width: 100%"><span>Spanish</span></span>
</div>
<div class="meter spider">
<span style="width: 95%"><span>English</span></span>
</div>
<div class="break"></div>
</div>
</div>
</section>
</div>
<!-- End Resume Tab Data -->
</div>
</div>
<!-- End Tab Container -->
<footer>
<p>
Designed with lots of love at <a href="http://www.mrova.com" title="Pune web designing company">mRova</a>. <a href="http://www.mrova.com/free-one-page-responsive-html-resume-template/">Get it!</a>
</p>
</footer>
</div><!-- #main -->
</div><!-- #main-container -->
<script type="text/javascript">
var sc_project=8522095;
var sc_invisible=1;
var sc_security="699c9b52";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost +
"statcounter.com/counter/counter.js'></"+"script>");</script>
<noscript><div class="statcounter"><a title="web counter"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/8522095/0/699c9b52/1/"
alt="web counter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>