-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
396 lines (390 loc) · 15.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Aahil's Resume" />
<title>Aahil's Resume</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<div id="angle"></div>
<div class="visitor-counter">
<p><span id="visitor-count-element">Loading...</span></p>
</div>
<header>
<nav>
<ul>
<li>
<div class="name_box">
<h1>PRINCE <br />ONYEANUNA</h1>
<h4>DevOps Engineer</h4>
</div>
</li>
<li></li>
</ul>
</nav>
</header>
<main>
<section class="left-section">
<div class="info">
<h2>INFO</h2>
<div class="small-dash"></div>
<div class="info-boxes">
<div class="info-vcs">
<h4>VERSION CONTROL SYSTEMS</h4>
<p>
<a target="_blank" href="https://github.com/Aahil13/">GitHub</a>
</p>
<p>
<a target="_blank" href="https://gitlab.com/Aahil13/">GitLab</a>
</p>
</div>
<div class="info-mail">
<h4>EMAIL</h4>
<p>
<a target="_blank" href="mailto:[email protected]"
>
</p>
</div>
<div class="info-SN">
<h4>SOCIAL NETWORK</h4>
<p>
<a
target="_blank"
href="https://www.linkedin.com/in/prince-onyeanuna-607352246"
>LinkedIn</a
>
</p>
<p>
<a target="_blank" href="https://twitter.com/OnyeanunaE"
>Twitter</a
>
</p>
</div>
<div class="info-blogs">
<h4>BLOGS</h4>
<p>
<a target="_blank" href="https://hashnode.com/@Aahil"
>Hashnode</a
>
</p>
<p>
<a
target="_blank"
href="https://everythingdevops.dev/author/prince/"
>EverythingDevOps</a
>
</p>
</div>
</div>
</div>
<div class="skills">
<h2>SKILLS</h2>
<div class="small-dash"></div>
<div class="skills-boxes">
<p>Communication</p>
<p>Problem-Solving</p>
<p>Adaptability</p>
<p>Teamwork</p>
<p>Time Management</p>
</div>
</div>
</section>
<section class="right-section">
<div class="profile">
<h2>PROFILE</h2>
<div class="small-dash"></div>
<p>
Prince Onyeanuna, a skilled DevOps Engineer with a strong focus on
optimizing technology stacks, is a proud alumnus of Rivers State
University, holding a Bachelor's degree in Computer Science.
Additionally, he boasts a Cloud Computing Diploma earned from
AltSchool Africa, School of Engineering, further enhancing his
mastery of cloud technologies.
<br /><br />
Prince possesses a rich tapestry of DevOps skills, including Linux
administration, Infrastructure architecture, and expert-level
knowledge in containerization and container orchestration through
Docker and Kubernetes. He's well-versed in managing cloud
environments on leading providers such as GCP (Google Cloud
Platform) and AWS (Amazon Web Services). He has honed his
Infrastructure as Code (IaC) expertise using Terraform.
</p>
</div>
<div class="projects">
<h2>PROJECTS</h2>
<div class="small-dash"></div>
<div class="project">
<div class="project-head">
<h3>
<a
href="https://github.com/Aahil13/The-Cloud-Resume-Challenge"
target="_blank"
>CLOUD RESUME CHALLENGE</a
>
</h3>
<p><strong> October, 2023</strong></p>
</div>
<h4>Description</h4>
<p>
The Cloud Resume Challenge is a comprehensive and hands-on project
designed to develop cloud engineering skills using any cloud
provider, but in this case, AWS.The challenge involved breaking
down the cloud journey into manageable chunks and building a
real-world cloud-based solution while gaining practical experience
with AWS services, Infrastructure as Code, and cloud security best
practices
</p>
<h4>Achievements</h4>
<ul>
<li>
Successfully implemented cloud infrastructure using AWS
services, gaining proficiency in EC2, S3, Lambda, RDS, and more.
</li>
<li>
Developed an understanding of infrastructure as code (IaC)
principles by using tools like AWS CloudFormation and Terraform.
</li>
<li>
Enhanced knowledge in cloud security by exploring secure DNS,
least privilege access, API security, and secure software supply
chains.
</li>
<li>
Participated in the optional "mods" (modifications) for hands-on
practice, choosing to focus on DevOps.
</li>
</ul>
</div>
<div class="project">
<div class="project-head">
<h3>
<a
href="https://github.com/Aahil13/EKS-Nginx-LoadBalancer"
target="_blank"
>EKS NGINX LOADBALANCER</a
>
</h3>
<p><strong> October, 2023</strong></p>
</div>
<h4>Description</h4>
<p>
Spearheaded the successful deployment of a Nginx web server on an
Amazon Elastic Kubernetes Service (EKS) cluster, demonstrating
proficiency in cloud-based container orchestration and web
application hosting. The project aimed to establish a robust and
scalable web hosting environment using Kubernetes, enabling easy
management and high availability.
</p>
<h4>Achievements</h4>
<ul>
<li>
Designed and provisioned an EKS cluster to serve as the
container orchestration platform, allowing for the efficient
deployment and scaling of applications.
</li>
<li>
Utilized Kubernetes manifest files to define deployment and
service configurations, enabling the easy scaling of Nginx pods
and load balancing of incoming traffic.
</li>
<li>
Implemented a Load Balancer service to expose the Nginx
application to the internet, enhancing accessibility and
ensuring high availability by distributing traffic across
multiple pods.
</li>
</ul>
</div>
<div class="project">
<div class="project-head">
<h3>
<a
href="https://gitlab.com/Aahil13/packer-gitlab-runner"
target="_blank"
>PACKER GITLAB RUNNER</a
>
</h3>
<p><strong> August, 2023</strong></p>
</div>
<h4>Description</h4>
<p>
Developed a project focused on building GitLab Runner Amazon
Machine Images (AMIs) using HashiCorp Packer. This initiative aims
to automate and optimize the creation of custom GitLab Runner
instances within Amazon Web Services (AWS), streamlining
Continuous Integration and Continuous Deployment (CI/CD) pipelines
and enhancing development workflows.
</p>
<h4>Achievements</h4>
<ul>
<li>
Designed and implemented a solution for automating the creation
of GitLab Runner AMIs, ensuring consistency and reproducibility
across deployments.
</li>
<li>
Streamlined CI/CD processes by providing customized AMIs,
tailored to specific project requirements, thereby enhancing
build and testing efficiency.
</li>
<li>
Automated the image baking process with Packer, reducing manual
configuration tasks and enhancing scalability for CI/CD
workloads.
</li>
<li>
Implemented best practices in image creation, including security
hardening, performance optimization, and configuration
flexibility to meet diverse project needs.
</li>
<li>
Contributed to improved AWS infrastructure management by
delivering cost-effective and scalable solutions for GitLab
Runner instances.
</li>
</ul>
</div>
<div class="project">
<div class="project-head">
<h3>
<a
href="https://github.com/Aahil13/Secure-AWS-Infrastructure"
target="_blank"
>SECURE AWS INFRASTRUCTURE</a
>
</h3>
<p><strong> June, 2023</strong></p>
</div>
<h4>Description</h4>
<p>
Led the design and implementation of a secure and scalable AWS
infrastructure using Terraform. The project involved the creation
of a multi-tiered architecture within a Virtual Private Cloud
(VPC) to host a web application. Key components included an
Application Load Balancer (ALB) for load balancing traffic and an
Auto Scaling Group (ASG) to ensure high availability and fault
tolerance.
</p>
<h4>Achievements</h4>
<ul>
<li>
Designed and deployed a VPC to isolate and secure resources,
implementing network ACLs and security groups to control inbound
and outbound traffic.
</li>
<li>
Created an Application Load Balancer (ALB) to distribute traffic
among multiple instances, enhancing application performance and
reliability.
</li>
<li>
Implemented an Auto Scaling Group (ASG) to automatically adjust
the number of EC2 instances based on traffic demand, ensuring
optimal resource utilization and high availability.
</li>
<li>
Utilized Terraform to define infrastructure as code (IaC),
facilitating version control and reproducibility of the entire
environment.
</li>
</ul>
</div>
<div class="project">
<div class="project-head">
<h3>
<a href="https://github.com/Aahil13/LAMP" target="_blank"
>LAMP</a
>
</h3>
<p><strong> June, 2023</strong></p>
</div>
<h4>Description</h4>
<p>
Spearheaded the development of a project aimed at automating the
deployment of a LAMP (Linux, Apache, MySQL, and PHP) server stack
using Ansible. This initiative provides a turnkey solution for
rapidly configuring and maintaining LAMP environments, empowering
developers and system administrators to effortlessly host dynamic
websites and web applications with efficiency and security.
</p>
<h4>Achievements</h4>
<ul>
<li>
Designed and implemented an Ansible playbook to automate the
setup and configuration of LAMP components, reducing manual
tasks and the risk of human error.
</li>
<li>
Streamlined the deployment process for LAMP servers, enabling
quick and consistent provisioning of web hosting environments
for various projects.
</li>
<li>
Received positive feedback from users and fellow IT
professionals, who found the automated LAMP setup to be a
valuable resource for accelerating web development projects.
</li>
<li>
Continually maintained and updated the Ansible playbook to stay
aligned with evolving best practices and technology
advancements, ensuring long-term relevance and reliability.
</li>
</ul>
</div>
<div class="project">
<div class="project-head">
<h3>
<a href="https://github.com/Aahil13/Scriptify" target="_blank"
>SCRIPTIFY</a
>
</h3>
<p><strong> April, 2023</strong></p>
</div>
<h4>Description</h4>
<p>
Pioneered the development of "Scriptity," an open-source project
featuring a collection of Bash scripts designed to streamline the
process of creating and managing users for various services,
including MongoDB, Nexus, and more, on Linux servers. This project
serves to simplify user provisioning and access management,
optimizing the operational efficiency and security of
multi-service environments.
</p>
<h4>Achievements</h4>
<ul>
<li>
Developed a suite of Bash scripts that automate user creation
for specific services, eliminating manual setup tasks and
reducing human error.
</li>
<li>
Enabled easy, consistent, and secure provisioning of users with
the necessary permissions for individual services, enhancing
operational control.
</li>
<li>
Incorporated scripts for granting SSH access to users, improving
remote server management and system administration.
</li>
<li>
Established an open-source project, making the scripts
accessible to the broader community and fostering collaboration
among system administrators and DevOps professionals.
</li>
</ul>
</div>
</div>
</section>
</main>
</body>
</html>