-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (215 loc) · 5.93 KB
/
Copy pathindex.html
File metadata and controls
259 lines (215 loc) · 5.93 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
<!DOCTYPE html>
<!-- s3 -->
<html>
<head>
<title>Justin Hourigan</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<div class="hero">
<h1 class="name"><strong>Justin</strong> Hourigan</h1>
<span class="job-title">Cloud Architect</span>
<span
class="email">justin@hourigan.ie</span>
<h2 class="lead">Designing, implementing and maintaining infrastructure for ISPs, Entertainment, Educational
and Government</h2>
</div>
</div>
<!-- Skills and intrest section -->
<div class="container">
<div class="sections">
<h2 class="section-title">Expertise</h2>
<div class="list-card">
<span class="exp">+ 20 years</span>
<div>
<h3>Technical Architecture</h3>
<span>Designing, implementing and maintaining hosting infrastructure for ISPs, Entertainment,
Educational and
Government</span>
</div>
</div>
<div class="list-card">
<span class="exp">+ 5 years</span>
<div>
<h3>Cloud Architecture</h3>
<span>Designing, implementing and maintaining services in public clouds (AWS & Azure)</span>
</div>
</div>
<div class="list-card">
<span class="exp">+ 15 years</span>
<div>
<h3>Linux</h3>
<span>Scripting, Servers management and protocols, Automation</span>
</div>
</div>
<div class="list-card">
<span class="exp">+ 5 years</span>
<div>
<h3>Management</h3>
<span>Team Management, Product Management, Employee Coaching, Interview Skills, GDPR
compliance</span>
</div>
</div>
<div class="list-card">
<span class="exp">+ 20 years</span>
<div>
<h3>Procurement</h3>
<span>Public Procurement, Tender Management, Budget Management & Forecasting</span>
</div>
</div>
<div class="list-card">
<span class="exp">+ 25 years</span>
<div>
<h3>Video & Communication</h3>
<span>Video Conferencing (h.323/SIP), Video Streaming (Live & VoD), Live Event Production</span>
</div>
</div>
</div>
<div class="sections">
<h2 class="section-title">Skills</h2>
<div class="list-card">
<div>
<h3>Amazon AWS</h3>
<span>VPC, EC2, ECS, EFS, S3, NLB, ALB, Lambda, Step Functions, Cloudfront, DynamoDB, Aurora RDS,
Cloudwatch, SQS, SNS, API Gateway, MediaConvert, IAM (roles & policies), Route 53, CodeCommit,
KMS</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Microsoft Azure</h3>
<span>CosmosDB, Azure VMs, Azure Storage (Blob & File)</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Serverless</h3>
<span>Lambda (Python, NodeJS), Lambda Layers</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Docker</h3>
<span>Docker, Docker Swarm, AWS ECS</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Virtualisation</h3>
<span>VMware, HyperV, KVM</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Development</h3>
<span>Python, PHP, JavaScript, Git</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Linux Administration</h3>
<span>Ubuntu, CentOS, Ansible, Puppet, Foreman</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Databases</h3>
<span>MongoDB, MySQL, AWS DynamoDB, Azure CosmosDB, Microsoft SQL Server</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Networking</h3>
<span>IPv4, IPv6, DNS, DHCP, PXE, VLANs, ACLs, Routers (Cisco, Juniper), Switching (Cisco, Arista,
Ubiquiti)</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Storage</h3>
<span>DellEMC Isilon, EqualLogic, AWS S3, AWS EFS, Azure Storage</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Caching</h3>
<span>Varnish, Memcached, Redis, AWS CLoudfront</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Network Load Balancers</h3>
<span>HAproxy, A10, F5, AWS NLB & ALB, Azure LB</span>
</div>
</div>
</div>
</div>
<!-- Achievements -->
<div class="container cards">
<div class="card">
<div class="skill-level">
<h2>60k</h2>
<span>viewers</span>
</div>
<div class="skill-meta">
<h3>High Volume</h3>
<span>60,000 concurrent viewers watching on desktops, mobile and TVs</span>
</div>
</div>
<div class="card">
<div class="skill-level">
<h2>34</h2>
<span>million</span>
</div>
<div class="skill-meta">
<h3>Cloud Migration</h3>
<span>Migration of 34 million media assests from on-premise to cloud storage</span>
</div>
</div>
</div>
<!-- Timeeline -->
<div class="container">
<ol class="timeline">
<li>
<p class="line">Experiences</p>
<span class="point"></span>
<p class="description">
Technical Architect / Multimedia Services Manager @ HEAnet
</p>
<span class="date">Aug. 2004 - Nov. 2019</span>
</li>
<li>
<span class="point"></span>
<p class="description">
Tier 2 Analyst @ Microsoft
</p>
<span class="date">Nov. 2003 - Jul. 2004</span>
</li>
<li>
<p class="line">Education</p>
<span class="point"></span>
<p class="description">
MSc in Web Technologies / Cloud Computing
</p>
<span class="date">2011 - 2013</span>
</li>
<li>
<span class="point"></span>
<p class="description">
Redhat DevOps Culture and Practice Enablement (DO500)
</p>
<span class="date">2019</span>
</li>
</ol>
</div>
<br><br>
<footer class="container">
<span style="font-size: 16px; margin-top: ">Coded by <a href="https://newtodesign.com/">New to design </a>
Designed by <a
href="https://dribbble.com/shots/4342703-Minimal-resume-freebie-for-junior-self-taught-people">Nicolas
Meuzard</a></span>
</footer>
</body>
</html>