-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-es.html
881 lines (822 loc) · 46.6 KB
/
index-es.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
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
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="icon" href="images/favicon.png"/>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bruno Vaz - CV</title>
<meta name="description" content="Bruno Vaz curriculum vitae"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="css/aos.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css"/>
<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css"/>
<link rel="stylesheet" href="js/cube/jquery.flipbox.css">
<style>
<!-- DROPDOWN LANGUAGE-->
.dropbtn {
}
.dropdown {
max-width: 35px !important;
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
z-index: 1;
}
.dropdown-content a {
text-decoration: none;
display: block;
background-color: transparent;
}
.dropdown-content a:hover {}
.dropdown-content a {text-align:center; padding: 2px;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {}
<!-- DROPDOWN LANGUAGE-->
body { margin: 0; background-color: #000; };
.mine {
margin: 0 20px;
box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.15);
border-radius: 4px;
float: left;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
transition: all .5s ease-in-out;
overflow: hidden;
}
/* Slider */
.slick-slide {
margin: 0px 20px;
}
.slick-slide img {
width: 70px;
height: 40px;
}
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.col-lg-10 {text-align: center;
position: relative;
left: -70px;}
</style>
</head>
<body id="top">
<header>
<div class="profile-page sidebar-collapse">
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent bg-primary" color-on-scroll="400">
<div class="container">
<div class="navbar-translate"><a class="navbar-brand smooth-scroll" href="#about" rel="tooltip">Bruno Vaz</a>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-bar bar1"></span><span class="navbar-toggler-bar bar2"></span><span class="navbar-toggler-bar bar3"></span></button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link smooth-scroll" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#skill">Skills</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#experience">Experience</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#education">Education</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#projects">Portfolio</a></li>
<!-- <li class="nav-item"><a class="nav-link smooth-scroll" href="#reference">References</a></li> -->
<li class="nav-item"><a class="nav-link smooth-scroll" href="#logos">Expertise</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="#contact">Contact</a></li>
<li class="nav-item">
<div class="dropdown">
<a class="dropbtn nav-link"><img src="images/spanish.png"></a>
<div class="dropdown-content">
<a href="index-fr.html" class="nav-link"><img src="images/french.png"></a>
<a href="index-pt.html" class="nav-link"><img src="images/portuguese.png"></a>
<a href="index.html" class="nav-link"><img src="images/english.png"></a>
</div>
</div>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div>
<div class="profile-page">
<div class="wrapper">
<div class="page-header page-header-small" filter-color="blue">
<div class="page-header-image" data-parallax="true">
<div id="sphere">
</div>
</div>
<div class="container">
<div class="content-center">
<!--add video href--><div class="cc-profile-image"><a class="smooth-scroll" href="#" target="_blank"><img id="profile_pic" src="images\cv_profile.png" alt="Profile Picture"/></a></div>
<div class="h2 title">Bruno Vaz</div>
<p class="category text-white">Enterprise Architect, Techonology Strategist, Security Consultant, Infrastructure Expert, Information Technology Support Guru, Service Delivery & Project Manager, Developer </p><a class="btn btn-primary smooth-scroll mr-2" href="#contact" data-aos="zoom-in" data-aos-anchor="data-aos-anchor">Hire Me</a><a class="btn btn-primary" href="cv/BV-CV-2021.pdf" target="_blank" data-aos="zoom-in" data-aos-anchor="data-aos-anchor">Download CV</a>
</div>
</div>
<div class="section">
<div class="container">
<div class="button-container">
<a class="cc-linkedin btn btn-default btn-round btn-lg btn-icon" style="background-color: #002a4d;" href="http://uk.linkedin.com/in/brunovaz/" target="_blank" Alt="Follow me on LinkedIn" title="Follow me on LinkedIn"><i class="fa fa-linkedin"></i></a>
<a class="cc-github btn btn-default btn-round btn-lg btn-icon" style="background-color: #002a4d;" href="https://github.com/brunotvaz" target="_blank" Alt="Follow me on Github" title="Follow me on Github"><i class="fa fa-github"></i></a>
<a class="cc-user btn btn-default btn-round btn-lg btn-icon" style="background-color: #002a4d;" href="https://www.brunovaz.com/" target="_blank" Alt="Follow me on my website" title="Follow me on my website"><i class="fa fa-user"></i></a>
<a class="cc-facebook btn btn-default btn-round btn-lg btn-icon" style="background-color: #002a4d;" href="https://arcade.brunovaz.com/" target="_blank" Alt="Relax and play a game" title="Relax and play a game"><i class="fa fa-gamepad"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="about">
<div class="container">
<div class="card" data-aos="fade-up" data-aos-offset="10">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="card-body">
<div class="h4 mt-0 title">About</div>
<p>Experienced Solution Architect and Techonology Strategist with over 25 years experience delivering cost effective secure IT solutions and business changes via emerging techonology solutions. Worked on a range of IT transformation programmes delivering: Enterprise applications, infrastructures and networks replacing legacy systems, digital transformations and complex integrations taking business requirements and mapping them into optimal ROI solutions that deliver the best TCO whilst ensuring availability, reliability, security, flexibility and scalability to ensure solutions will meet the needs of today and tomorrow.<br>Passionate leader with excelent communication skills, capable of adapting to new and different situations, interpreting people’s behaviour preventing/resolving potential conflicts. Determined problem solver who always finds a solution to problems, whether large or small, easy or complicate to solve.</p>
<div class="row mt-3">
</div>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="card-body">
<div class="h4 mt-0 title">Basic Information</div>
<div class="row">
<div class="col-sm-8" id="age"></div>
<script>
document.getElementById("age").innerHTML = getAge('2002-02-20');
</script>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Email:</strong></div>
<div class="col-sm-8">[email protected] <img src="images/mail.png" width="5%"></div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Phone:</strong></div>
<div class="col-sm-8">+44 (0) 7731953594 <img src="images/phone.png" width="5%"></div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Addresses:</strong></div>
<div class="col-sm-8"><a href='https://goo.gl/maps/SaD2eAZw6F7bqCgG7' target="_blank">Newbury, United Kingdom<img src="images/pin.png" width="7.5%"></a></p></div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Languages:</strong></div>
<div class="col-sm-8"><p><img src="images/english.png" width="5%"> English <img src="images/portuguese.png" width="5%"> Portuguese <img src="images/french.png" width="5%"> French <img src="images/spanish.png" width="5%"> Spanish</div>
</div>
<div class="row mt-3">
<div class="col-sm-4"><strong class="text-uppercase">Driving Habilitations:</strong></div>
<div class="col-sm-8"> Car<img src="images/car.png" width="15%"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="skill">
<div class="container">
<div class="h4 text-center mb-4 title">Professional Skills</div>
<div class="card" data-aos="fade-up" data-aos-anchor-placement="top-bottom">
<div class="card-body">
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a href='https://en.wikipedia.org/wiki/Governance,_risk_management,_and_compliance' target="_blank">Governance,risk management,compliance</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"></div><span class="progress-value">80%</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a href='https://en.wikipedia.org/wiki/Disaster_recovery_and_business_continuity_auditing' target="_blank">Disaster Recovery and Business Continuity</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 85%;"></div><span class="progress-value">85%</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a href='https://en.wikipedia.org/wiki/Information_technology_management' target="_blank">Information Technology Management</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"></div><span class="progress-value">80%</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a href='https://en.wikipedia.org/wiki/Cloud_management' target="_blank">Cloud infrastructure integration/management</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 85%;"></div><span class="progress-value">85%</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a href='https://en.wikipedia.org/wiki/Team_management'target="_blank">Team Management</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"></div><span class="progress-value">90%</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a><a href='https://en.wikipedia.org/wiki/Network_management' target="_blank">Network Management</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"></div><span class="progress-value">75%</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a href='https://en.wikipedia.org/wiki/Information_security_management' target="_blank">Information security management</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 80%;"></div><span class="progress-value">80%</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-container progress-primary"><span class="progress-badge"><a href='https://en.wikipedia.org/wiki/Software_development' target="_blank">Software Development</a> / <a href='https://en.wikipedia.org/wiki/Programmer' target="_blank">Programming</a></span>
<div class="progress">
<div class="progress-bar progress-bar-primary" data-aos="progress-full" data-aos-offset="10" data-aos-duration="2000" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 70%;"></div><span class="progress-value">70%</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="experience">
<div class="container cc-experience">
<div class="h4 text-center mb-4 title">Work Experience</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>Career</p>
<div class="h5"><a href="https://www.linkedin.com/in/brunovaz/" target="_blank"><img src="images/carrerlogo.png"></a></div><BR>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5" style="color:#000001">Experiences and Achievements</div>
<p>25+ years of experience. Specialised in business continuity, migrations, disaster recovery, high-availability, Microsoft stack, Unix and Linux, security and virtualisation. Business experience across a range of industries both in private and public sectors: Logistics, Media , Software Services, Fashion, Recruitment, Entertainment and Information Technology. <br>A natural quick learner with can-do attitude extremely motivational and inspirational with proven success in initiating, promoting and maintaining strong interpersonal relations, able to deal courteously, professionally, and tactfully with customers, suppliers and key business stakeholders in order to achieve project deliverables within agreed time, quality and cost parameters. Future Visionary.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>Jan 2018- Present</p>
<div class="h5"><a href="https://www.sword-grc.com" target="_blank"><img src="images/sword-grc.png" Height="150%" Width="100%"></a></div><p>SWORD GRC</p>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5" style="color:#000001">Infrastructure Manager & Security </div>
<p><br>Interviewed, recruited, trained the helpdesk and infrastructure support teams according to ITIL v3 best practices
<br>Line management of all Helpdesk and Infrastructure Engineers
<br>Manage technology partners and channel providers and worldwide IT equipment and software purchases
<br>Management and support of all Infrastructures across 5 offices and several cloud environments (ie:AWS,AZURE)
<br>Management of IT hardware and software according to company policies
<br>Disaster Recovery management and maintenance of all backup systems (on-premise and cloud)
<br>Management of multiple projects across all departments of the company
<br>Support and maintenance of on-premise server farm using VMWare & MS Hyper-V
<br>Support and maintenance of worldwide high-availability network connectivity between offices and cloud providers
<br>Management of hybrid infrastructure both on-premise Windows AD and cloud Azure AD
<br>Jira,Salesforce,GoogleApps,Office365,Azure,Sage,WebExpenses,AWS, Darktrace are some used cloud systems
<br>ISO27001 and Cyber Essentials certifications (yearly reviews)
<br>
<br>COMPLETED PROJECTS:
<br>DATACENTRE migration & redesign.VMWARE farm composed by 2 clusters (PROD and UAT) with 8 HP Proliant servers
<br>Head office planning,configuration and setup: 100 desks + 4 meeting rooms + 1 office + 1 common area
<br>CCTV system implementation with web frontrend accessible only via secure connections (VPN)
<br>Digital signage platform implementation to be used by all TVs in all offices worldwide
<br>Network design and deployment with HP and DELL appliances: VPN, LAN, WAN, Guest WLAN and Enterprise WLAN
<br>Disaster Recovery implementation using VEEAM and Amazon SMS with backups stored both on-premise and cloud
<br>Microsoft WSUS design, deployment and management to include windows 10 and windows servers
<br>AntiVirus deployment and management using Bitdefender Endpoint Security Tools
<br>Active Directory redesign to implement securer policies according to company regulations across offices worldwide
<br>Microsoft AZURE AD, INTUNE and PRIVATE STORE deployment to bring the company to current technology standards
<br>Microsoft OFFICE 365 domain migration of 180 accounts and reconfiguration of around 120 devices
<br>Helpdesk portal design and implementation to support global users with any IT issues
<br>Internal TICKETING system deployment to keep track of all issues and activities globally
<br>ASSET MANAGEMENT portal deployment to track all IT assets, licenses and warranties globally
<br>Monitoring platform to keep track of all servers performance both on-premise and cloud (windows or linux)
<br>GLOBAL VPN mesh network design and implementation connecting all offices and cloud environments securely (SSL)
<br>SAGE Finance server migration and management including implementation of UAT servers for safe deployments/upgrades
<br>IT Infrastructure SECURITY AUDITS across all offices including VPN networks
<br>ITIL and ISO 27001 standards implementation of management controls, security policies, and procedures across all offices
<br>3rd Party suppliers market analysis and subsequential partnerships for hardware, software and networking
<br>Purchase Order process planning and implementation for all IT equipment (with approval process from managers)
<br>Starters/Leavers process planning and implementation to include both software and hardware requirements
<br>Development of PowerApps for colaboration/productivity and Powershell apps to improve internal processes
<br>TLD migrations and DNS management of multiple domains used by the company
<br>CCS (Central Certificate Store) implementation to manage, track and automate SSL certificate renewals
<br>"ARM PARTNERS" environment design and deployment using Infrastructure-as-Code and poweshell in AMAZON AWS
<br>Microsoft HYPER-V farm design, deployment and migration of current VMWARE farm to MS technologies
<br>AUTOPILOT implementation providing OOBE for laptops and mobile devices (Windows, Mac, IOS and Android)
<br>SERVICE CATALOG design and implementation to assist the business with purchasing of IT equipment and software
<br>Migration from on-premise AD to HYBRID environment using AZURE Active Directory
<br>RDS server and Gateway design and deployment to provide all employees secure access to the infrastructure
<br>Cloud TICKETING system migration and deployment
</p>
</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>April 2013 - August 2015</p>
<div class="h5"><a href="https://avcimmedia.com/" target="_blank"><img src="images/avcimmedia.png" Height="150%" Width="100%"></a></div><p>IMMEDIA GROUP / AVCIMMEDIA</p>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5" style="color:#000001">Global Head of IT</div>
<p>Enterprise Architecht, Project Management, Service Delivery Management and IT/Sales support.
<br>Implementation of new IT infrastructure and complete redesign of network security.
<br>Datacenter rebuild: Newbury and London. New MPLS installed to connect Newbury office with London Telehouse datacentre.
<br>Design and implementation of AD policies and VPN access across multiple delegations and sites.
<br>Implementation of SIEM systems and MDM solutions to improve security and intrusion detection.
<br>Implementation of Helpdesk ticketing system and self-password management tools to assist members of staff.
<br>Design and implementation of systems to provide CDN services, DDoS mitigation, Internet Security and distributed DNS services to all company public domains.
<br>Development of several bespoke applications to monitor all radio players worldwide, providing historical data and daily reports to clients.
<br>Saved more than £100k by renegotiating the commercials of all services provided and by making smarter IT purchases
<br>Management and support to more than 150 network devices, 7000 players, 30 online servers/sites and 7000 client internet connections and routers.
<br>Project management/deployment of multiple radio stations using AWS infrastructure. These projects involved hybrid solutions to easily deploy “online radio stations” with minimal costs. Implementation of DR solution for all streams.
<br>Responsible for designing and deploying new infrastructures and servers. Currently using Windows 2016 clusters and Hyper-V machines with Load-Balanced Linux servers in the datacentre at Telehouse.
</p>
</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-experience-header">
<p>April 2013 - August 2015</p>
<div class="h5"><a href="https://www.whistl.co.uk/" target="_blank"><img src="images/tntpost.png" Height="150%" Width="100%"></a></div><p>TNT POST UK / WHISTL</p>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5" style="color:#000001">UK IT Support Manager</div>
<p>Interviewed, recruited, trained the entire desk support teams according to ITIL v3 best practices.
<br>Managed a team of 7 staff supporting an infrastructure with 87 systems, including b-spoke applications.
<br>Managed two 3rd-party teams, one in the Netherlands and the other in the UK totalling 24 people.
<br>Developed all documentation used by the support teams (+-340 documents).
<br>Responsible for the Head-Quarters infrastructure, including the small farm of Windows,Unix servers
<br>Supported the entire infrastructure as well as the 3 teams of 40 developers, 4000 users nation wide, all Whistl customers, Depots, Delivery Units and Mailing Houses.
<br>Management of all support teams: 1st level, 2nd level,3rd level and 4th level. 1st and 2nd level teams provided support to customers and internal users in all our platforms and systems, like: AD, CRM, Sharepoint, Citrix, Office and many applications developed internly. 3rd level team supported the entire business in particular the developer teams (DotNet,Java and Web) and the network infrastructure based on CISCO switches, routers and firewalls.
<br>Implementation and deployment of 9x high-end servers (RedHat) for a big project worth milions of pounds involving all the depots across the UK.
<br>Responsible for providing support to systems like UNIX, Linux, Windows, MacOS, Azure and AmazonAWS worldwide.
<br>Support platforms based in JIRA and ServiceDesk as well as other systems like Sharepoint & XWiki.
<br>All teams also supported the following databases: SQL, MySQL, Informix, Oracle and SAP used by different systems and departments within Whistl.
<br>Finance department support was done solely by myself to systems like: Navision, BottomLine & C-Series and SAP.
<br>Successfully migrated all servers from Holland to the UK including 500 users migration to a VDI environment based on CITRIX XenApp.
<br>Migration from Exchange Server to Office365 (2000 users). Complete rollout of 2000 laptops and 800 mobile devices. Azure implementation for better/easier management of users and devices.
<br>Awarded "Best Supporter of the Year" by the Business for the excellent and professional support provided in 2013.
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="education">
<div class="container cc-education">
<div class="h4 text-center mb-4 title">Education</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>2001 - 2003</p>
<div class="h5"><a href="http://www.istec.pt/" target="_blank"><img src="images/istec.png" Height="75%" Width="75%"></a></div><br>ISTEC<br>
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5"><a href="http://www.istec.pt/engenharia-multimedia/" target="_blank">Engineering course majoring in Multimedia</a></div>
<p class="category"><b style="color: #000001">Bachelor's Degree</b></p>
<p>
"Computer Engineering is an area of enormous impact in today's societies that seeks to implement technological solutions to everyday problems. Its applications range from organizations and their management, to telecommunications, banking and insurance, health, education, justice, defense, through culture and entertainment.". The degree in Multimedia Engineering aims to train specialists in the field of multimedia computing technologiesEnabling students to develop multimedia systems, interactive e-learning content, multimedia applications for the World Wide Web; design and implement e-commerce systems, information portals and virtual advertising.
</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>1990 - 2001</p>
<div class="h5"><a href="https://mcp.microsoft.com/Home.html" target="_blank"><img src="./images/mct.jpg" Height="75%" Width="75%"></a></div><br>MCT & MCSE
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5"><a href="https://www.microsoft.com/learning/members/en/us/mct/mct-default.aspx" target="_blank">Microsoft Certified Trainer & Systems Engineer</a></div>
<p class="category"> <b style="color: #000001">Premier technical and instructional experts in Microsoft technologies</b></p>
<p>Microsoft Certified Trainer (MCT) and Systems Engineer (MCSE) are IT professional who are certified in Microsoft Windows operating systems (OS), Microsoft BackOffice Server products, networking and related desktop computer systems. In the IT industry, the MCSE certification serves as proof that an individual has the abilities, skills and knowledge required to administer certain IT roles
Historically, MCSE and MCSD credentials required the individual to recertify after a period of two to three years in order to keep the credential in the "Active section" of their transcript. Under the new system, the MCSE and MCSD credentials no longer have a recertification requirement, they remain on the "Active transcript" of the holder, once gained. Individuals instead can now re-earn a certification every year by passing an additional elective exam.
</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="row">
<div class="col-md-3 bg-primary" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="card-body cc-education-header">
<p>Since 1990 - 2001</p>
<div class="h5"><a href="https://mcp.microsoft.com/Home.html" target="_blank"><img src="./images/ase.png" Height="75%" Width="75%"></a></div><br>ASE & TRAINER
</div>
</div>
<div class="col-md-9" data-aos="fade-left" data-aos-offset="50" data-aos-duration="500">
<div class="card-body">
<div class="h5"><a href="https://en.wikipedia.org/wiki/Microsoft_Certified_Professional#Microsoft_Certified_Systems_Engineer_.28MCSE.29" target="_blank">HP/Compaq Accredited Systems Engineer (ASE) & Trainer</a></div>
<p class="category"> <b style="color: #000001"></b></p>
<p>The HP/Compaq ASE has rich technical skills in advanced enterprise solutions combined with IT business acumen. This certification level tells management, executives, and peers that you can align IT solutions to an organization's financial and business goals. It provides assurance that you can design and implement complex solutions, from proposal stage to live deployment.The Compaq ASE program provides three levels of certification. The first level, Associate ASE certification, allows six different specialties: Intel/NetWare Specialist, Intel/ Windows NT Specialist, Intel StorageWorks Specialist, Critical Problem Resolution Specialist, Workstation Specialist, and Communications-LAN Specialist. Depending on the specialty, Compaq requires two to four successful exams to achieve Associate ASE status.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="projects">
<div class="container cc-reference">
<div class="h4 mb-4 text-center title">Projects worth mentioning:</div>
<p class="category" style="font-size: 11px; text-align: center">(by business sector)</p>
<div class="card" data-aos="fade-right" data-aos-offset="50" data-aos-duration="500">
<div class="carousel slide" id="cc-Indicators" data-ride="carousel">
<ol class="carousel-indicators">
<li class="active" data-target="#cc-Indicators" data-slide-to="0"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header">
<div class="h5 pt-2" style="font-size: 18px"></div>
<p class="category" style="font-size: 11px">SOFTWARE</p>
</div>
<div class="col-lg-10 col-md-9">
<p>
<b>Datacentre migration & redesign | Global VPN mesh networks | Windows Autopilot
</b>
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header">
<div class="h5 pt-2" style="font-size: 18px"></div>
<p class="category" style="font-size: 11px">MEDIA</p>
</div>
<div class="col-lg-10 col-md-9">
<p>
<b>Datacentre rebuild | JDSPORTS radio station | Bespoke applications to monitor 7000 radio players worldwide.
</b>
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-2 col-md-3 cc-reference-header">
<div class="h5 pt-2" style="font-size: 18px"></div>
<p class="category" style="font-size: 11px">LOGISTICS</p>
</div>
<div class="col-lg-10 col-md-9">
<p>
<b>Depots server deployment | Server Data Recovery | Migration of 2000 users & computers to Office365 and Azure
</b>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="logos">
<div class="h4 mb-4 text-center title">Other Expertises</div><br>
<div class="container logos">
<section class="customer-logos slider">
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/cloudformation.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/devops.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/gimpps.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/htmlcss.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/javascript.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/mssql.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/mysql.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/php.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/powershell.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/python.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/raspberrypi.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/sketchup.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/terraform.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/unity.png"></div>
<div><img class="ffb-id-hpuuv43 fg-image card img-responsive fg-text-dark" src="./images/expertises/kali.png"></div>
</section>
</div>
</div>
<div class="section" id="contact" style="overflow-y: hidden; overflow-x: hidden;">
<div class="cc-contact-information" style="overflow-y: hidden; overflow-x: hidden; background-image: url('images/wm.png');background-size: 100% 100%;background-position-x: -350px;">
<div class="container">
<div class="cc-contact">
<div class="row">
<div class="col-md-9">
<div class="card mb-0" >
<div class="h4 text-center title">Contact Me</div>
<div class="row">
<div class="col-md-6">
<div class="card-body">
<form action="https://formspree.io/f/xgerwnel" method="POST">
<div class="p pb-3"><strong>Feel free to contact me </strong></div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-user-circle"></i></span>
<input class="form-control" type="text" id="name_form" name="name" placeholder="Name" required="required"/>
</div>
<script>
document.getElementById("name_form").onclick = function() {
document.getElementById("name_form").focus();
}
</script>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-file-text"></i></span>
<input class="form-control" type="text" id="subject_form" name="Subject" placeholder="Subject" required="required"/>
</div>
<script>
document.getElementById("subject_form").onclick = function() {
document.getElementById("subject_form").focus();
}
</script>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="input-group"><span class="input-group-addon"><i class="fa fa-envelope"></i></span>
<input class="form-control" type="email" id="email_form" name="_replyto" placeholder="E-mail" required="required"/>
</div>
<script>
document.getElementById("email_form").onclick = function() {
document.getElementById("email_form").focus();
}
</script>
</div>
</div>
<div class="row mb-3">
<div class="col">
<div class="form-group">
<textarea class="form-control" id="message_form" name="message" placeholder="Your Message" required="required"></textarea>
</div>
<script>
document.getElementById("message_form").onclick = function() {
document.getElementById("message_form").focus();
}
</script>
</div>
</div>
<div class="row">
<div class="col">
<button class="btn btn-primary" type="submit">Send</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<div class="card-body">
<p class="mb-0"><strong>Address </strong></p><br>
<p class="pb-2"><a href='https://goo.gl/maps/midoPYh5MkpHsgEw5' target="_blank">Newbury, United Kingdom</a> <img src="images/pin.png" width="7.5%">
<p class="mb-0"><strong>Phone</strong></p><br>
<p class="pb-2">+44 (0) 7731953594 <img src="images/phone.png" width="5%"></p>
<p class="mb-0"><strong>Email</strong></p><br>
<p>[email protected] <img src="images/mail.png" width="5%"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
</div>
<footer class="footer">
<div class="container text-center"><a class="cc-github btn btn-link" href="https://github.com/brunotvaz" target="_blank"><i class="fa fa-github fa-2x " aria-hidden="true"></i></a><a class="cc-instagram btn btn-link" href="https://www.instagram.com/Brunovaz_20/" target="_blank"><i class="fa fa-instagram fa-2x " aria-hidden="true"></i></a><a class="cc-twitter btn btn-link " href="https://twitter.com/BrunoVaz6" target="_blank"><i class="fa fa-twitter fa-2x " aria-hidden="true"></i></a><a class="cc-facebook btn btn-link" href="https://www.facebook.com/Bruno.vaz.20/" target="_blank"><i class="fa fa-facebook fa-2x " aria-hidden="true"></i></a></div>
<div class="h4 title text-center"><a href="http://www.brunovaz.com" target="_blank">Bruno Vaz</a></div>
<div class="text-center">
<p>© <a style="font-size: 7px; color: rgb(65, 65, 65);">All rights reserved.</a>
<a style="font-size: 7px; color: rgb(65, 65, 65);">@ brunovaz.com</a>
</div>
</footer>
<script src="js/core/jquery.3.2.1.min.js"></script>
<script src="js/core/popper.min.js"></script>
<script src="js/core/bootstrap.min.js"></script>
<script src="js/now-ui-kit.js?v=1.1.0"></script>
<script src="js/aos.js"></script>
<script src="scripts/main.js"></script>
<script src="js/three.min.js"></script>
<!-- <script src="/examples/js/renderers/CanvasRenderer.js"></script> -->
<script src="js/OrbitControls.js"></script>
<script src="js/Detector.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
<script>
$("#sphere").resizable({handles: 'n,w,s,e', minWidth: 200, maxWidth: 600});
$("#sphere").on( "resizestop", function( event, ui ) {
google.maps.event.trigger(panorama, 'resize');
console.log('streetview resize ended');
});
var webglEl = document.getElementById('sphere');
var width = window.innerWidth - 17,
height = window.innerHeight;
var scene = new THREE.Scene();
var camera = new THREE.PerspectiveCamera(75, width / height, 1, 1000);
camera.position.x = 0.1;
var renderer = Detector.webgl ? new THREE.WebGLRenderer() : new THREE.CanvasRenderer();
renderer.setSize(width, height);
var sphere = new THREE.Mesh(
new THREE.SphereGeometry(100, 20, 20),
new THREE.MeshBasicMaterial({
map: THREE.ImageUtils.loadTexture('./pano/datacentre.jpg')
})
);
sphere.scale.x = -1;
scene.add(sphere);
var controls = new THREE.OrbitControls(camera);
controls.noPan = true;
controls.noZoom = true;
controls.autoRotate = true;
controls.autoRotateSpeed = 0.5;
webglEl.appendChild(renderer.domElement);
render();
function render() {
controls.update();
requestAnimationFrame(render);
renderer.render(scene, camera);
}
function onMouseWheel(event) {
event.preventDefault();
if (event.wheelDeltaY) { // WebKit
camera.fov -= event.wheelDeltaY * 0.05;
} else if (event.wheelDelta) { // Opera / IE9
camera.fov -= event.wheelDelta * 0.05;
} else if (event.detail) { // Firefox
camera.fov += event.detail * 1.0;
}
camera.fov = Math.max(40, Math.min(100, camera.fov));
camera.updateProjectionMatrix();
}
// document.addEventListener('mousewheel', onMouseWheel, false); -->
// document.addEventListener('DOMMouseScroll', onMouseWheel, false); -->
</script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.customer-logos').slick({
slidesToShow: 6,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1000,
arrows: false,
dots: false,
pauseOnHover: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 4
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 3
}
}]
});
});
</script>
<script src="js/cube/jquery.flipbox.js"></script>
</body>
</html>