-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·606 lines (474 loc) · 36.8 KB
/
index.html
File metadata and controls
executable file
·606 lines (474 loc) · 36.8 KB
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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
<!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.0">
<title>Resume CV</title>
<link href="https://fonts.googleapis.com/css?family=Oswald|Roboto:300,400" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<script src="https://use.fontawesome.com/334b91c43a.js"></script>
</head>
<body class="light">
<div class="full-resume">
<div class="header">
<div class="header__name">
<div class="btn-toggle"><i class="fas fa-moon"></i></div>
<h1>Eric <span>Margay</span></h1>
<h2>Hardware & Software Developer Engineer </h2>
</div> <!-- /.header__name -->
<div class="header__contact">
<div class="header__contact-field">
<span class="header__contact-label">Email : </span>
<a href="mailto:ericmargay@gmail.com" class="header__contact-value">ericmargay@gmail.com</a>
</div> <!-- /.header__contact-field -->
<div class="header__contact-field">
<span class="header__contact-label">Phone : </span>
<a href="tel:+525531147288" class="header__contact-value">+525531147288
</a>
</div> <!-- /.header__contact-field -->
</div> <!-- /.header__contact -->
</div> <!-- /.header -->
<div class="resume-body">
<div class="resume-body__left">
<div class="experience-list"> <!-- Engineer Work Experience -->
<h2>Professional Experience</h2>
<div class="experience"> <!-- FORD MOTOR COMPANY -->
<div class="experience__title">
<h3> <a href="https://www.ford.mx/" style="color: rgb(111, 111, 228);">FORD MOTOR COMPANY<a>
</a>/
<a href="https://www.ford.mx/" style="color: rgb(111, 111, 228);">GLOBAL TECHNOLOGY & BUSINESS CENTER<a>
</a></h3>
<!-- <h5><span>Software Engineer <br> IPTSE CAE </span> <br> – México City</h5> -->
<h5><span>Software Engineer <br> IPTSE CAE </span> <br> México City</h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> February 2023 - Current Time 2025 </span>
<ul class="experience__info">
<h3>MAIN EXPERIENCE</h3>
<li>Develop new code based on the deadlines scheduled by the team leader/PM/supervisor to deliver projects on time.</li>
<li>Design and develop technology integration between systems.</li>
<li>Unified hardware product systems with engineering teams.</li>
<li>Built tools based on apps experiences and customer's needs.</li>
<li>Work with agile methodology for issue tracking and monitoring.</li>
<li>Remained up-to-date on latest coding practices and learn new skills.</li>
<li>Wrote clean, reusable, well-commented code.</li>
<li>Collaborated with other developers engineers and designers, often handling other's work.</li>
<li>Participate actively in all phases of software development life cycle (SDLC).</li>
<li>Create technical documentation as needed or requested.</li>
<li>Document project requirements and specifications.</li>
<li>Propose different ways to solve code problems or suggest new improvements for the code (refactoring).</li>
<li>Test applications before they are released into production environment.</li>
<li>Troubleshoot application issues reported from users.</li>
<li>Propose different ways to solve code problems or suggest new improvements for the code [REFACTORING].</li>
<li>Report weekly activities to the team leader, including challenges and discoveries.</li>
<li>Perform peer to peer meetings reviews.</li>
<h3>SPECIFIC EXPERIENCE</h3>
<li>Collab developing software and hardware for intern innovation. </li>
<li>Microsoft PowerApp automation code development with Planner and Sharepoint Connectors. </li>
<li>Work with github roadmaps as a agile methodology for issue tracking and monitoring.</li>
<li>Wrote clean, reusable, well-commented code using PEP-8 Python Standards.</li>
<li>Created custom solutions with Python and Javascript for customer's specific needs.</li>
<li>Maintain Python code for the automation of reports already developed for the virtual CAE PowerTrain testing teams.</li>
<li>Apply clean code and solid principles for code development.</li>
<li>Used Git version control system to manage source codes.</li>
<li>Python and JS Code Documentation and presentation in Jupyter Notebooks.</li>
<li>UI / UX Design infrastructure implementation Figma Sketches.</li>
<li>Creating code sub-module to control smart signaling lighting applied to the automotive issues.</li>
</ul> <!-- /.experience__info -->
</div><!-- /.experience FORD MOTOR COMPANY-->
<div class="experience"> <!-- EUM TECH -->
<div class="experience__title">
<h3> <a href="https://eumtech.com.mx/" style="color: rgb(111, 111, 228);">EUM TECH<a>
</a>/
<a href="https://www.parkingtip.com.mx/" style="color: rgb(111, 111, 228);">PARKING TIP<a>
</a></h3>
<h5><span> Developer Engineer / Engineer department</span> – México City</h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> December 2021 - February2023 </span>
<ul class="experience__info">
<h3>MAIN EXPERIENCE</h3>
<li>Modified and implemented company API with company's product suite.</li>
<li>Design, develop and custom technology integration between systems.</li>
<li>Unified hardware product systems with developed apps.</li>
<li>Built web based apps experiences based on customer's needs.</li>
<li>Technical support of the developed works to customers.</li>
<li>Remained up-to-date on latest web practices and learn new skills.</li>
<li>Wrote clean, reusable, well-commented code.</li>
<li>Created custom solutions with Python and Javascript for customer's specific needs.</li>
<li>Upgrade cloning systems to production.</li>
<li>Created and Modified software and hardware tools to enhance built funcionalities.</li>
<li>Trained new hires on various aspects of company's development process.</li>
<li>Developed and modified back-end and front-end functionalities.</li>
<li>Collaborated with other developers engineers and designers, often handling other's work.</li>
<h3>SPECIFIC EXPERIENCE</h3>
<li>Creating code sub-module to control smart signaling lighting with serial port communication between Python Oriented Object Programming and hardware frameworks.</li>
<li>Functionalities with websockets communicating between Javascript and Python scripts.</li>
<li>MVC Implementations in Django of new capabilities.</li>
<li>Connect with SSH remote servers to get control of some behaviours in Apache for testing data correlations with WALMART customer client.</li>
<li>Python and JS Code Documentation and presentation in Jupyter Notebooks.</li>
<li>UI / UX Design infrastructure implementation Figma Sketches.</li>
</ul> <!-- /.experience__info -->
</div><!-- /.experience EUM TECH-->
<div class="experience"> <!-- LAMBDA MOVILITY -->
<div class="experience__title">
<h3> <a href="http://lambdamobility.com/" style="color: rgb(111, 111, 228);">LAMBDA MOBILITY<a></a></h3>
<h5><span>Developer Engineer / Co Founder </span> – México City </h5>
</div> <!-- /.experience__title -->
<span class="experience__date">May 2022 - CUrrent Time 2024</span>
<ul class="experience__info">
<h3>MAIN EXPERIENCE</h3>
<li>Hardware and Software Development focused in Real Time Tracking Services.</li>
<li>Indoor Positioning with Ultra Wideband Radiofrequency Technology.</li>
<li>Electronic Design systems.</li>
<h3>SPECIFIC EXPERIENCE</h3>
<li>Implementing hardware code to manage UWB tringulation signals with Micro Python and C++.</li>
<li>Communication with websockets in the model app for public transportation.</li>
<li>MVC Implementations in Django of new capabilities.</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience LAMBDA MOVILITY-->
<div class="experience"> <!-- WALTEM HEALTH -->
<div class="experience__title">
<h3> <a href="http://lambdamobility.com/" style="color: rgb(111, 111, 228);">WALTEM HEALTH<a></a></h3>
<h5><span>Developer Engineer / Engineer department</span> – México City</h5>
</div> <!-- /.experience__title -->
<span class="experience__date">September 2019 - February 2020</span>
<ul class="experience__info">
<h3>MAIN EXPERIENCE</h3>
<li>Consultoring technology solutions to cross Software to Hardware.</li>
<li>Developed python solutions from Raspberry PI to cloud.</li>
<li>Worked with various departments to create best solution for customer in health area.
</li>
<li>Documented common issues and corresponding solutions.</li>
<h3>SPECIFIC EXPERIENCE</h3>
<li>Coding Python HTTP request of measurements to cloud.</li>
<li>Develop Python Algorithms for ECG sensors data.</li>
<li>Hacking actual systems to enhance in house implementation of Medical Hardware.</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience WALTEM HEALTH-->
<div class="experience"> <!-- STREAMR INC -->
<div class="experience__title">
<h3> <a href="https://streamr.network/" style="color: rgb(111, 111, 228);">STREAMR INC.<a></a></h3>
<h5><span>Engineer freelance / Evangelist Tech </span> – Switzerland</h5>
</div> <!-- /.experience__title -->
<span class="experience__date">March 2019 - CUrrent Time 2024</span>
<ul class="experience__info">
<h3>MAIN EXPERIENCE</h3>
<li>Resolved issues betwenn the API and Internet of things connected with the blockchain
plarform market.</li>
<li>Created a crash course to explore many possibilities with hardware.</li>
<li>Assisted students on technology events.</li>
<li>Automated processes with GIT.</li>
<li>Learned new programming languages and skills to boost efficiency.</li>
<h3>SPECIFIC EXPERIENCE</h3>
<li>Working with python programming structured data to stream to the streamr cloud.</li>
<li>Created Python course under Raspberry Platform and ESP32 Dev Boards.</li>
<li>Assisted academicstudents in the python modules.</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience STREAMR INC-->
</div>
<div class="experience-list"> <!-- Tech Educational Experience -->
<h2>Technology Educational Experience</h2>
<div class="experience">
<div class="experience__title">
<h3> <a href="https://www.ironhack.com/en" style="color: rgb(111, 111, 228);"> IRON HACK MÉXICO <a>
</a>
</h3>
<h5>Code Mentoring Workshop UX / UI </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> February 2023 </span>
<ul class="experience__info">
<li>Instructor a UX / UI bootcamp group into Code Web Programming.</li>
<li>Design and Prototype Figma Frame with Responsive behavior. </li>
<li>Working with Visual Studio Code and Github. <a href="https://www.ironhack.com/en/ux-ui-design" style="color: Purple;">INFO LINK <a></li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience -->
<div class="experience">
<div class="experience__title">
<h3> <a href="https://epicqueen.com/" style="color: rgb(111, 111, 228);"> EPIC QUEEN <a>
</a> /
<a href="https://fundaciontelevisa.org/" style="color: rgb(111, 111, 228);"> FUNDACION TELEVISA <a>
</a> /
<a href="https://tecnolochicas.mx/" style="color: rgb(111, 111, 228);"> MICROSOFT <a>
</a>
</h3>
<h5><span> Code Mentoring Workshop Web <br> Programming </span> </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> October 2022 - November 2022 </span>
<ul class="experience__info">
<li>Mentoring a "Tecnolochicas" woman group into Web Programming.</li>
<li>Coding HTML + CSS + Javascript. </li>
<li>Working with Visual Studio Code and Github. <a href="https://informe.fundaciontelevisa.org/informe2022/aliados.html" style="color: Purple;">INFO LINK <a></li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience -->
<div class="experience">
<div class="experience__title">
<h3> <a href="https://eumtech.com.mx/" style="color: rgb(111, 111, 228);"> EUM WALMART <a>
</a>
</h3>
<h5><span> Internal Crash Course Coding Workshop with Javascript and Python </span> </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> September 2022 - January 2023 </span>
<ul class="experience__info">
<li>Training the engineering team to get the neccesary coding skills.</li>
<li>Coding Oriented Object Programming project in Python. </li>
<li>Coding nested objects with classes. </li>
<li>Working with server and client websockets in Javascript and Node JS. </li>
<li>Working with server and client websockets with Python server. </li>
<li>Working with server and client websockets in ARM microcontrollers from ESPRESSIF model
ESP32" </li>
<li>Automated processes with databases and Django.</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience -->
<div class="experience">
<div class="experience__title">
<h3> <a href="https://2020.talent-land.lat/on-demand/internet-of-things-en-casa-iot/" style="color: rgb(111, 111, 228);"> TALENT LAND - TALENT REPUBLIC <a>
</a> /
<a href="https://streamr.network/" style="color: rgb(111, 111, 228);">STREAMR <a>
</a>
</h3>
<h5><span> Online Coding Ed Tech Workshop </span> </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> November 2020 </span>
<ul class="experience__info">
<li>Training workshop using RUUVI beacons, an open source BLE sensors to send enviromental
information to the Streamr blockchain marketplace crypto cloud. Doing this with coding
Python on Raspberry Pi to capture the bluetooth messages and manage the data
interpretation.</li>
<li>Visualization data with the online React app Plotly.
<a href="https://youtu.be/EJZArkKHOj8" style="color: blue;">YOUTUBE LINK <a>
</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience TALENT LAND / STREAMR -->
<div class="experience">
<div class="experience__title">
<h3> <a href="https://cler.com.mx" style="color: rgb(111, 111, 228);"> MICROSOFT / OPENDEVCAMP <a>
</a>
</h3>
<h5><span> Ed Tech Workshop With Azure </span> </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> March 2020 - Hotel Galeria Plaza Reforma CDMX </span>
<ul class="experience__info">
<li>A workshop using Open Source Technologies in the INTERNET OF THINGS area organized with
Microsoft and AMESOL. </li>
<li>App implementation using the Azure Cloud connected with Hardware. </li>
<li>Coding with Python to manage every functionality with Raspberry Pi as a "Gateway".
<a href="https://cler.com.mx/Azure-OpenDevCamp/OpenDevCamp-Marzo.html#speakers"
style="color: blue;">INFO LINK <a>
</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience MICROSOFT / OPENDEVCAMP -->
<div class="experience">
<div class="experience__title">
<h3> <a href="https://labs.nehenemi.net/" style="color: rgb(111, 111, 228);"> NEHENEMI LABS <a>
</a>
</h3>
<h5><span> Raspberry Pi Day Workshop </span> </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> MARCH 2019 - Centro Cultural Gomez Morin </span>
<ul class="experience__info">
<li>A workshop teaching about Open Source Tech and cellebrating the Raspi Day.
<a href="https://www.facebook.com/events/416749552490254/" style="color: blue;">INFO LINK
<a>
<a href="https://www.facebook.com/nehenemilabs/photos/2349070272041780" style="color: blue;">INFO LINK
<a>
</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience NEHENEMI LABS -->
<div class="experience">
<div class="experience__title">
<h3> <a href="http://educacionmaker.org" style="color: rgb(111, 111, 228);"> ENCUENTRO EDUCACION MAKER MEXICO <a>
</a> /
<a href="https://www.facebook.com/Edukreativos/" style="color: rgb(111, 111, 228);"> EDUKREATIVOS <a>
</a>
</h3>
<h3> / </h3>
<h5><span> Wearables Workshop </span> </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> August 2018 - Colegio Hebreo Maguen David </span>
<ul class="experience__info">
<li>A workshop using ATTINY Atmel microcontrollers to control lights in a brazalet.
<a href="http://educacionmaker.org/encuentro/programa.html" style="color: blue;">INFO
LINK <a>
</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience -->
<div class="experience">
<div class="experience__title">
<h3> <a href="https://www.talent-land.mx/" style="color: rgb(111, 111, 228);"> TALENT LAND <a>
</a>
</h3>
<h5><span> Internet of Things Workshop </span> </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> August 2019 - Centro de ConveNciones Guadalajara. </span>
<ul class="experience__info">
<li>A workshop using ATTINY Atmel microcontrollers to control lights in a brazalet. <a
href="https://jaliscotalentland2019.sched.com/event/OMJR/percibiendo-la-realidad-con-raspberry-pi-eric-margay-1-de-2"
style="color: blue;">INFO LINK <a> </li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience -->
</div>
<div class="experience-list"> <!-- Artistic Experience -->
<h2>Artistic Experience</h2>
<div class="experience">
<div class="experience__title">
<h3> <a href="https://www.instagram.com/a1.laboratorio.fx/" style="color: rgb(111, 111, 228);"> A1 LABORATORIO FX <a>
</a>
</h3>
<h5><span> Product Design Engineer </span> – México City </h5>
</div> <!-- /.experience__title -->
<span class="experience__date">JULY 2022 - SEPTEMBER 2022</span>
<ul class="experience__info">
<li> Lighting product design wearable to fit on the skull brain of a character prop.
The hardware implementation used an ESP32 as a core of the lighting control with a
rechargable energy regulator. The code used lets choose some light patterns to care of
the director art decisitions in the cinematographic set call. [ NO LINK FOR COPYRIGHTS ]
</li>
<li> Interactive code invitation design fo the anniversary of the lab, interactivity proggramed in Javascript.
<a href="https://codepen.io/ericmargay/full/yLKQJzW"> [ CODEPEN ]</a>
</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience -->
<div class="experience">
<div class="experience__title">
<h3> <a href="http://bioscenica.mx/" style="color: rgb(111, 111, 228);"> BIOSCÉNICA - HIEROPHANIA LAB - HEMISPHERIC INSTITUTE <a>
</a>
<h5><span> Creative Light <br> & Sound Coding </span> – <br> México City </h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> JUNE 2019 </span>
<ul class="experience__info">
<li> Collaborated with the Empaty 5.1 Concept, a Technochamanic Ritual for specific site performance.
Coding the light behavior of the "Suavicrema" Light Building of the "Centro de Cultura DIgital".
The art installation consist of the websocket communicating with UDP and OSC protocols with a
ESP32 portable Heartbeat system and the server light machine with VVVV sofware to manage the light
and performance activaated with sensing the heart of the public during the event. Also, the light performance
was activated with the conversión of data into light.
<a href="http://bioscenica.mx/empatia-5-1/"> [ WEBPAGE LINK ]</a>
</li>
<li> Digital Sculpture using Cosmic Rays as a data code proggramed showing the conversion into light on VR Visor
<a href="http://bioscenica.mx/empatia-5-1/"> [ WEBPAGE LINK ]</a>
</li>
</ul> <!-- /.experience__info -->
</div> <!-- /.experience -->
</div>
<div class="experience-list"> <!-- Academic Education -->
<h2>Academic Education</h2>
<div class="experience">
<div class="experience__title">
<h3>Physics Applied Center and Advanced Technology - UNAM</h3>
<h5>Querétaro - México City</h5>
</div> <!-- /.experience__title -->
<span class="experience__date">Graduated May 2016</span>
<ul class="experience__info">
<li>Bachelor of Technology.</li>
<li>Framework of Science and Engineering.</li>
<li>Specialities in physics of energy, electronics, programming and robotics. </li>
</ul> <!-- /.experience__info -->
<div class="experience__title">
<h3>Codecademy - Bootcamp </h3>
<h5>Online Web Career Paths - México City</h5>
</div> <!-- /.experience__title -->
<span class="experience__date">2021 - 2022</span>
<ul class="experience__info">
<li>Python 3</li>
<li>Python with Django</li>
<li>Javascript</li>
<li>React Crash Course</li>
<li>UI / UX</li>
</div> <!-- /.experience -->
<div class="experience__title">
<h3>EDX - Massachusetts Institute of Technology </h3>
<h5>MITx - México City</h5>
</div> <!-- /.experience__title -->
<span class="experience__date"> 2024 </span>
<ul class="experience__info">
<li>
<a href="https://courses.edx.org/certificates/3fa06712cd6d4a958d91b57e9aebf2d1"> 6.00.1x: Introduction to Computer Science and Programming Using Python </a>
</li>
</ul> <!-- /.experience__info -->
</div>
</div> <!-- /.resume-body__left -->
<div class="resume-body__right">
<div class="skills">
<h2>Main Skills</h2>
<p> <strong> Software </strong><br> Python, HTML, CSS, JavaScript, C++, Django, Visual Studio Code, CLI, Shell and Arduino IDE.</p>
<p> <strong> Hardware </strong><br> Raspberry PI, Atmel Microcontrollers, ESP32 Espressif module boards.</p>
<p> <strong> Design </strong><br> Adobe Illustrator, Adobe Photoshop, Figma, Spline. </p>
</div> <!-- /.skills -->
<div class="skills">
<h2>Secondary Skills</h2>
<p> <strong> Software </strong> <br> Conda Enviroment, NodeJS, Express, jQuery, ThreeJS, Flexbox, NPM, Github, NPM Webpack, SQL, Jira. </p>
<p> <strong> Hardware </strong><br> EasyEda, Eagle, KiCad.</p>
<p> <strong> Design </strong><br> Unity, Blender.</p>
</div> <!-- /.skills -->
<div class="awards">
<h2>Aknowledgments</h2>
<div class="award">
<h3>IoT Python with Azure - OpenDevCamp</h3>
<span>Hotel Galería Plaza Reforma, 2020</span>
<a href="https://cler.com.mx/Azure-OpenDevCamp/OpenDevCamp-Marzo.html#speakers" target="blank">
OpenDevCamp - Microsoft Azure</a>
</div>
<div class="award">
<h3>Community Engineer Hero - Streamr</h3>
<span>Talent Land Jalisco, Abril 2019</span>
<a href="https://twitter.com/streamr/status/1130403891080773632" target="blank"> Twitter -
Streamr Community</a>
</div>
<div class="award">
<h3>Mentoring - MXHACKS V</h3>
<span>Major League Hacking HACKATON, 2018</span>
<a href="https://mlh.io" target="blank">MLH</a>
</div>
<div class="award">
<h3>Bots Crash course - Wizeline Academy</h3>
<span>CENTRO BUILDING, 2017</span>
<a href="https://pulsosocial.com/2016/12/09/exito-finaliza-primer-curso-academia-inteligencia-artificial-wizeline/"
target="blank">WIZELINE</a>
</div>
<div class="award">
<h3>Facebook Hackaton - Aldea DIgital 4G</h3>
<span>Mexico CITY, 2017</span>
<a href="https://hubtelmex.com/" target="blank">https://hubtelmex.com</a>
</div>
</div> <!-- /.awards -->
<div class="social">
<h2>Social</h2>
<div class="social__group">
<i class="fa fa-linkedin"></i>
<a href="https://www.linkedin.com/in/ericmargay" target="_blank">ericmargay</a>
</div> <!-- /.social__group -->
<div class="social__group">
<i class="fa fa-github"></i>
<a href="https://github.com/ericmargay/" target="_blank">EricMargay</a>
</div> <!-- /.social__group -->
<div class="social__group">
<i class="fa fa-codepen"></i>
<a href="https://codepen.io/ericmargay/" target="_blank">ericmargay</a>
</div> <!-- /.social__group -->
</div> <!-- /.social -->
<a href="ResumeCV.pdf" target="_blank" class="print-link">
<i class="fa fa-print" style="font-size: 70px;"></i> Download PDF
</a>
<!-- <div cla
<!-- <div class="resume-note">
<span>
// This resume was built <br />
// with HTML and CSS (SASS).
</span>
</div> /.resume-note -->
<!--<div class="portfolio social">
<h2>Portfolio</h2>
<div class="social__group">
<i class="fa fa-codepen"></i>
<a href="https://cdpn.io/MqxGbw" target="_blank">https://cdpn.io/MqxGbw</a>
</div> <!-- /.social__group
<a class="btn" href="https://codepen.io/awinnett/full/MqxGbw/" target="_blank">Portfolio</a>
</div> /.portfolio -->
</div> <!-- /.resume-body__right -->
</div> <!-- /.resume-body -->
</div> <!-- /.full-resume -->
<!-- <div class="resume-print"><i class="fa fa-print"></i></div> -->
<script src="https://kit.fontawesome.com/969803ca2f.js" crossorigin="anonymous"></script>
</body>
</html>