-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
556 lines (540 loc) · 35.6 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
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
<!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">
<meta name="author" content="Theme Region">
<meta name="description" content="">
<title>Ricardo Silva | Personal Portfolio & Resumé.</title>
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Sacramento" rel="stylesheet">
<!-- icons -->
<link rel="icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../images/ico/apple-touch-icon-57-precomposed.png">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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="main-wrapper home-two">
<div id="home-banner">
<div class="container">
<div class="row">
<div class="col-sm-9">
<div class="banner-content">
<div class="home-social">
<ul class="list-inline">
<!-- <li class="list-inline-item"><a target="_blank" href="https://twitter.com/kalstong"><i class="fa fa-twitter" aria-hidden="true"></i></a></li> -->
<li class="list-inline-item"><a target="_blank"
href="https://github.com/kalstong"><i class="fa fa-github-alt"
aria-hidden="true"></i></a></li>
<li class="list-inline-item"><a target="_blank"
href="https://www.linkedin.com/in/ricardoasilva"><i class="fa fa-linkedin"
aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="banner-info">
<h1>Hello, I am</h1>
<h2>Ricardo</h2>
<h2>Silva</h2>
<h3>Software Engineer</h3>
</div>
</div>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- home-banner -->
<div class="container">
<div id="navigation" class="menu-two">
<div class="navbar navbar-expand-lg">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target=".navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fa fa-align-justify"></i></span>
</button>
<div class="navbar-brand logo">
<a href="index.html"><img class="img-fluid" src="images/logo.png" alt="Signature"></a>
</div>
</div>
<div class="collapse navbar-collapse">
<nav id="mainmenu">
<ul class="nav navbar-nav">
<li class=" scroll current"><a href="#home-banner">Home</a></li>
<li class="scroll"><a href="#about">Who am I?</a></li>
<li class="scroll"><a href="#contact">Contact</a></li>
<li class="scroll"><a href="#profile">Resumé</a></li>
</ul>
</nav>
</div>
</div><!-- navbar -->
</div><!-- navigation -->
</div><!-- container -->
<div id="about" class="about-section section-padding">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="section-title">
<h1>Who am I?</h1>
</div>
</div>
<div class="col-md-8">
<div class="about-info">
<p>
Driven by personal and professional growth, I am a customer-focused and goal-oriented
individual who thrives in
collaborative environments. As a proactive and organized team player, I possess a strong
enthusiasm for technology
and embrace the challenges it presents. With a can-do attitude and initiative in
problem-solving, I take responsibility
for achieving results while maintaining a respectful and self-confident behaviour.
Furthermore, my strong cultural
values of justice, equity, and dignity guide my interactions and enable me to establish
and maintain positive working
relationships with individuals from diverse backgrounds. I constantly seek to enhance my
skills and contribute to the
success of the team, ensuring that customer satisfaction remains at the forefront of my
work.
</p>
<div class="signature">
<img class="img-fluid" src="images/signature.png" alt="Signature">
</div>
</div>
<address>
<p><span>Nick Name:</span> kalstong</p>
<p><span>Email:</span> [email protected]</p>
<p><span>Date of Birth:</span> Fev 02, 1983</p>
<p><span>Living:</span> Porto, Portugal</p>
</address>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- about section -->
<div id="contact" class="contact-section bg-color section-padding">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="section-title">
<h1>Contact Me</h1>
</div>
</div>
<div class="col-md-8">
<div class="section-content">
<div class="text-info">
<h4>Lets Keep In Touch</h4>
<p>Feel free to contact me.</p>
</div>
<div class="address">
<ul>
<li>
<div class="icons icons2">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</div>
<h3>Email address</h3>
<a href="#">[email protected]</a>
</li>
<li>
<div class="icons icons3">
<i class="fa fa-external-link" aria-hidden="true"></i>
</div>
<h3>Social profiles</h3>
<ul class="social list-inline">
<!-- <li><a target="_blank" href="https://twitter.com/kalstong"><i class="fa fa-twitter" aria-hidden="true"></i></a></li> -->
<li><a target="_blank" href="https://github.com/kalstong"><i
class="fa fa-github-alt" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/ricardoasilva"><i
class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</li>
<li>
<!-- Download CV -->
<div class="icons icons4">
<i class="fa fa-download" aria-hidden="true"></i>
</div>
<h3>Download Resumé</h3>
<a href="files/CV-RicardoSilva-2023.pdf" download>Download Resumé</a>
</li>
</ul>
</div>
</div>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- contact section -->
<div id="profile" class="profile-section bg-color section-padding">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="section-title">
<h1>My Work Resumé</h1>
</div>
</div>
<div class="col-md-8">
<div class="section-content">
<div class="profile-logo">
<img class="img-fluid" src="images/bg/photo.jpeg" width="151px" alt="Image">
</div>
<div class="profile-info">
<h1>Ricardo Silva</h1>
<h4>Software Engineer</h4>
<address>
<p>
Driven by personal and professional growth, I am a customer-focused and
goal-oriented individual who thrives in
collaborative environments. As a proactive and organized team player, I possess
a strong enthusiasm for technology
and embrace the challenges it presents. With a can-do attitude and initiative in
problem-solving, I take responsibility
for achieving results while maintaining a respectful and self-confident
behaviour. Furthermore, my strong cultural
values of justice, equity, and dignity guide my interactions and enable me to
establish and maintain positive working
relationships with individuals from diverse backgrounds. I constantly seek to
enhance my skills and contribute to the
success of the team, ensuring that customer satisfaction remains at the
forefront of my work.
</p>
</address>
</div><!-- profile info -->
<hr>
<div class="work-history">
<div class="title">
<div class="icons">
<i class="fa fa-briefcase" aria-hidden="true"></i>
</div>
<h3>Work History</h3>
</div>
<div class="sub-content">
<div class="history">
<h5>Freelancer Software Developer @ ICNEW Tech</h5>
<h6>7/2020 – Present</h6>
<span>
Key responsibilities/ Worked on:
<ul>
<li class="bullet">Study and analyze software architectures for the ICOne Product.</li>
<li class="bullet">Develop a low-code application to process, manipulate, and produce
data.</li>
<li class="bullet">Proof of Concept of a low-code UI and Backend, built in React.js
</li>
<li class="bullet">Develop a backend to support a low-code UI.</li>
<li class="bullet">Develop Authentication services for User/Password and LDAP systems.
</li>
<li class="bullet">Develop an application to interface with Barcode and QR Code
scanners.</li>
<li class="bullet">Develop an OPC UA client to acquire data from factory floor/OT
environment.</li>
<li class="bullet">Study and implement a software monetization solution.</li>
<li class="bullet">Develop a Native Node.js module written in C++ to interface with the
monetization solution.</li>
<li class="bullet">Create a reverse proxy with Nginx</li>
</ul>
</span>
<br />
<span><strong><em>
Node.js / React.js / Redux / REST / Docker / Sockets / Linux / C++ /
RabbitMQ / MS SQL / MongoDB / Event-Sourcing / Azure DevOps / Azure
Pipelines / Agile / Nginx
</span></strong></em>
</div>
<hr>
<div class="history">
<h5>Freelancer Software Developer @ BISECT</h5>
<h6>9/2019 – 11/2020</h6>
<span>
Worked on:
<ul>
<li class="bullet">Live IP Software Toolkit to assist EBU members in the implementation
of IP based facilities.</li>
<li class="bullet">ST 2110 Signal Generator and Diagnostic Appliance - Matrox VERO.
</li>
<li class="bullet">Reverse proxy with Nginx</li>
<li class="bullet">Firewall configuration with IPTables</li>
<li class="bullet">WebRTC for ST 2110 live player (research).</li>
</ul>
</span>
<br />
<span><strong><em>
Node.js / React.js / REST / Docker / Bonjour (ZeroConf) / Sockets /
Linux / RabbitMQ / MongoDB / Webrtc / Agile / IPTables / Nginx
</span></strong></em>
</div>
<hr>
<div class="history">
<h5>Freelancer Software Developer @ Sinal Principal</h5>
<h6>12/2019 – 2/2020</h6>
<span>
Improvements in software that offers users free WiFi through Social
Hotspots.
</span>
<br />
<br />
<span><strong><em>
ASP.NET MVC / Umbraco / MS SQL / MikroTik Route
</span></strong></em>
</div>
<hr>
<div class="history">
<h5>Software Architect @ MOG Technologies</h5>
<h6>1/2018 – 9/2019</h6>
<span>
Key responsibilities:
<ul>
<li class="bullet">Research and implement a software monetization solution.</li>
<li class="bullet">Study and analyze frameworks to develop architectural solutions.
</li>
<li class="bullet">Evaluate and analyze APIs and SDKs for system integrations.</li>
<li class="bullet">Offer technical support to the Technical Assistance Team.</li>
<li class="bullet">Document architectural solutions.</li>
<li class="bullet">Mentor students during Summer Jobs.</li>
<li class="bullet">Consultancy and identification of customer needs.</li>
</ul>
</span>
<br />
<span><strong><em>
Docker / K8s
</span></strong></em>
</div>
<hr>
<div class="history">
<h5> Software Engineer and Team Leader @ MOG Technologies</h5>
<h6>5/2015 – 12/2017</h6>
<span>
Key responsibilities:
<ul>
<li class="bullet">Provide guidance to an engineering team.</li>
<li class="bullet">Assist in architecting and developing the tansformation of a
monolithic product into a micro-service based product.</li>
<li class="bullet">Consultancy and identification of customerneeds.</li>
<li class="bullet">Conduct software demonstrations.</li>
</ul>
</span>
<br />
<span><strong><em>
C# / SOAP / REST / XML / XSD / JSON / RabbitMQ / Sockets / MongoDB
</span></strong></em>
</div>
<hr>
<div class="history">
<h5>Software Developer @ Shortcut</h5>
<h6>4/2012 – 4/2015</h6>
<span>
Key responsibilities:
<ul>
<li class="bullet">Software Developer.</li>
<li class="bullet">Project Manager.</li>
<li class="bullet">Co-supervisor for dissertations and mentor for internships.</li>
<li class="bullet">Advocate for the "Management System of Research, Development, and
Innovation" ideas.</li>
<li class="bullet">Responsible for NP 4457:2007 certification.</li>
</ul>
Key projects:
<ul>
<li class="bullet">Telemedicine platform developed in partnership with PT Inovação</li>
<li class="bullet">Remote school platform developed in partnership with PT Inovação to
provide school classes for sick children</li>
<li class="bullet">Android accessibility App for seniors</li>
<li class="bullet">Android App for Águas do Porto to measure the water consumption</li>
</ul>
</span>
<br />
<span><strong><em>
C# / ASP.Net / ASP.NET MVC / Entity Framework / Javascript / JQuery
/ HTML5 / Node.js / Sockets / WebRTC / Android / Java / DICOM / MS
SQL / MySQL / Umbraco / Sharepoint
</span></strong></em>
</div>
<hr>
<div class="history">
<h5>.NET Developer @ CESAE</h5>
<h6>2010 – 4/2012</h6>
<span>
Key responsibilities:
<ul>
<li class="bullet">Development of a web platform for Training Management.</li>
<li class="bullet">Supporting the implementation and publication of the platform both
nationally and interna-tionally.</li>
<li class="bullet">.NET Technology Trainer.</li>
</ul>
</span>
<br />
<span><strong><em>
C# / .NET Framework / LINQ / ASP.Net / Javascript / JQuery
</span></strong></em>
</div>
<hr>
<div class="history">
<h5>Company Owner @ Techtronika</h5>
<h6>6/2008 – 7/2010</h6>
<span>
Key responsibilities:
<ul>
<li class="bullet">Being responsible for the store’s technical and business management.
</li>
<li class="bullet">Being responsible for technical assistance.</li>
<li class="bullet">Being responsible for invoicing and contact with suppliers.</li>
</ul>
<br />
Observation: The business was sold as soon as I finished my degree.
</spa>
</div>
<div class="history">
<h5>Store Manager and Computer Technician @ Higher Functions</h5>
<h6>5/2006 - 6/2008</h6>
<p>
Key responsibilities:
<ul>
<li class="bullet">Collaborating with another new store manager to completely restructure
the store’s technical and business team and define new procedures and
management methods.</li>
<li class="bullet">Being responsible for invoicing and maintaining contact with suppliers.
</li>
</ul>
<br />
Observation: The results of the implemented changes were highlighted in an
article in the journal
"Exame Informático" in April 2008. Higher Functions decide to close the store in
Jun 2008. Seizing
the opportunity presented by the article, I decided to open my own store
</p>
</div>
<div class="history">
<h5>Software Developer @ Team Technologies</h5>
<h6>6/2004 - 5/2006</h6>
<span>
Key responsibilities:
<ul>
<li class="bullet">Rewrite legacy code to .Net</li>
</ul>
</span>
<br />
<span><strong><em>
C# / .NET Framework
</span></strong></em>
</div>
</div>
</div>
<hr>
<div class="expertise">
<div class="title">
<div class="icons">
<i class="fa fa-thumbs-o-up" aria-hidden="true"></i>
</div>
<h3>Most recent Technologies, Frameworks and Practices</h3>
</div>
<div class="sub-content">
<div class="row">
<div class="col-xs-3 col-md-4">
<div class="badge-wrapper">
<div class="badge blue">
<div class="ribbon">React</div>
</div>
<div class="badge blue-dark">
<div class="ribbon">Agile</div>
</div>
<div class="badge purple">
<div class="ribbon">C#</div>
</div>
<div class="badge green-dark">
<div class="ribbon">Nginx</div>
</div>
</div>
</div>
<div class="col-xs-3 col-md-4">
<div class="main-wrapper">
<div class="badge yellow">
<div class="ribbon">Javascript</div>
</div>
<div class="badge blue">
<div class="ribbon">Typescript</div>
</div>
<div class="badge yellow">
<div class="ribbon">MS SQL</div>
</div>
<div class="badge red">
<div class="ribbon">RabbitMQ</div>
</div>
</div>
</div>
<div class="col-xs-3 col-md-4">
<div class="main-wrapper">
<div class="badge green-dark">
<div class="ribbon">Node.js</div>
</div>
<div class="badge blue-dark">
<div class="ribbon">Docker</div>
</div>
<div class="badge green">
<div class="ribbon">MongoDB</div>
</div>
<div class="badge blue">
<div class="ribbon">CI</div>
</div>
</div>
</div>
</div>
</div>
<!-- <hr>
<div class="portfolio">
<div class="title">
<div class="icons">
<i class="fa fa-picture-o" aria-hidden="true"></i>
</div>
<h3>Portfolio</h3>
</div>
<div class="sub-content">
<ul>
<li><h5>Dribbble </h5> <span>:</span><a href="#">dribbble.com/geek</a></li>
<li><h5>Website </h5> <span>:</span><a href="#">www.surzilgeek.com/portfolio</a></li>
<li><h5>Flicker </h5> <span>:</span><a href="#">www.flicker.com/geek-photography</a></li>
<li><h5>Behance </h5> <span>:</span><a href="#">www.behance.com/geekin</a></li>
</ul>
</div>
</div> -->
<hr>
<div class="declaration">
<div class="sub-content">
<div class="signature">
<img class="img-fluid" src="images/signature.png" alt="Signature">
</div>
</div>
</div>
</div>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- profile section -->
<div id="footer">
<div class="container text-center">
<div class="footer">
<p> © Ago 2023 <a href="#">Ricardo Silva.</a> All Rights Reserved</p>
Theme by Surzil Geek & Consistance Signature font by Haksen Letters
</div>
</div><!-- contaner -->
</div><!-- footer -->
</div><!-- main wrapper -->
<!-- JS -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/counterup.min.js"></script>
<script src="js/inview.min.js"></script>
<script src="js/easypiechart.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>