-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
407 lines (406 loc) · 14.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
<!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" />
<meta name="author" content="Chris Nzoka-okoye" />
<meta name="description" content="Digital Resume" />
<meta
name="keywords"
content="web design, web development, Resume, CV, Digital Resume"
/>
<title>Chris Nzoka-okoye | Resume</title>
<link rel="stylesheet" href="./styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="icon"
type="image/x-icon"
href="./assets/chris_nzoka-okoye.jpg"
/>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1>Chris Nzoka-Okoye</h1>
</div>
<nav>
<ul>
<li class="nav"><a href="#work">Experience</a></li>
<li class="nav"><a href="#project">Projects</a></li>
<li class="nav"><a href="#edu">Education</a></li>
<li>
<a href="./assets/dark.html">
<i class="fa fa-adjust"></i>
</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<!-- Profile -->
<section id="bio">
<div class="container">
<div id="bio-img">
<img src="./assets/chris_nzoka-okoye.jpg" alt="Chris Nzoka-okoye" />
</div>
<div id="bio-details">
<h1 id="profile-name">Christian Elochukwu Nzoka-Okoye</h1>
<p>
A skilled Data Analyst focused on deriving actionable insights
from complex datasets. Commands a deep understanding of data
modeling, ETL processes, and DAX. Committed to improving
decision-making and business outcomes using data.
</p>
<div id="contact">
<p>
<a href="malito:chrisnzokaokoye@gmail.com" target="_blank"
>📮chrisnzokaokoye@gmail.com</a
>
<a href="tel:+2348161581281" tar>📞(0)81 6158 1281</a>
</p>
<div id="social">
<a
href="https://linkedin.com/in/chris-nzoka-okoye"
target="_blank"
><img
src="https://www.svgrepo.com/show/138936/linkedin.svg"
alt="LinkedIn"
/></a>
<a href="https://twitter.com/chrisnzoka" target="_blank"
><img
src="https://cdn.worldvectorlogo.com/logos/x-2.svg"
alt="X"
/></a>
<a href="https://github.com/ChrisNzoka" target="_blank"
><img
src="https://www.svgrepo.com/show/312259/github.svg"
alt="GitHub"
/></a>
</div>
</div>
<a
href="./assets/chris_nzoka_okoye_resume.pdf"
download="chris_nzoka-okoye_resume"
><button class="btn">
<i class="fa fa-download"></i> Download Resume
</button></a
>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills">
<div class="container">
<h2>Skills</h2>
<div class="line-break"></div>
<ul>
<li>✔ Data Manipulation & Analysis</li>
<li>✔ Data Visualisation</li>
<li>✔ ETL (Extract, Transform, Load)</li>
<li>✔ Data Modelling</li>
<li>✔ Business Acumen</li>
<li>✔ Data Governance & Ethics</li>
<li>✔ Statistical Analysis & Mathematics</li>
<li>✔ Linux system administration</li>
<li>✔ Technical writing and documentation</li>
<li>✔ Analytical & Problem-Solving Skills</li>
</ul>
<h3>Tech Stack</h3>
<p><strong>Programming Skills:</strong> HTML, CSS, Python</p>
<p>
<strong>Data & Database Tools:</strong> Microsoft Excel, SQL, SQL
Server, MySQL, Power BI, DAX
</p>
<p><strong>Linux:</strong> Ubuntu, RHEL, Bash-Scripting</p>
<p>
<strong>Others:</strong> Technical-Writing, Markdown, Git/GitHub,
Jira, Slack, et cetera
</p>
<!-- <p><strong>Big Data Tools:</strong> Hadoop, Spark</p> -->
</div>
</section>
<!-- Work History -->
<section id="work">
<div class="container">
<h2>Work History</h2>
<div class="line-break"></div>
<div class="card">
<h3>👔 Operations (CASH & TELLER) | Zenith Bank PLC</h3>
<p>February 2023 - Date</p>
<p>Cash Handling & Transaction Processing</p>
<ul>
<li>
Generate daily reports of cash balances and transactions for
internal review.
</li>
<li>Handle foreign currency transactions.</li>
<li>
Ensure accuracy in balancing the cash drawer to match daily
transaction records using Microsoft Excel.
</li>
</ul>
</div>
<div class="card">
<h3>👔 Linux Technical Author | Baeldung (Remote)</h3>
<p>April 2022 - May 2024</p>
<p>
Experienced Technical Writer and Author for Baeldung, driving
clear and concise content with efficient project management
through Atlassian Jira.
</p>
<ul>
<li>
Responsible for writing content related to the Linux ecosystem
</li>
<li>
Completed tasks on Linux networking, security, web, and
filesystems
</li>
<li>
Successfully published over 15 approved tutorials within 6
months
</li>
</ul>
</div>
<!--
<div class="card">
<h3>👔 IT Support Specialist | Vichristo</h3>
<p>Mar - Nov 2021</p>
<p>
</p>
<ul>
<li>
Responsible for all IT infrastructure management and
provisioning
</li>
<li>
Assisted Network engineers to set up a working network of
computers and printers.
</li>
<li>
First responder to all system error and malfunctions before
escalation
</li>
</ul>
</div>
-->
<div class="card">
<h3>
👔 ICT and Data Processing Teaching Assistant| National
Youth Service Corps
</h3>
<p>Aug 2019 - Jul 2021</p>
<p>World Changer Academy, Umuahia.</p>
<ul>
<li>
Responsible for school IT Infrastructure management, procurement
and system administration.
</li>
<li>
Trained and assisted teachers on Fundamental IT skills, Data
analysis, Hardware troubleshooting and data entry.
</li>
<li>
Tutored students on Basic IT skills, computer science and data
entry.
</li>
</ul>
</div>
</div>
</section>
<!-- Projects -->
<section id="project" class="dark">
<div class="container">
<h2>Recent Projects</h2>
<div class="line-break"></div>
<p>
<a
href="https://github.com/ChrisNzoka/PROJECT-Databel_Customer_Churn"
target="_blank"
class="project_link"
>🔗 Customer churn Analysis</a
>
</p>
<p>
<a
href="https://github.com/ChrisNzoka/SQL_analytics_projects"
target="_blank"
class="project_link"
>🔗 SQL Analytics projects</a
>
</p>
<p>
<a
href="https://github.com/ChrisNzoka/Resume"
target="_blank"
class="project_link"
>🔗 A personal portfolio website</a
>
</p>
</div>
</section>
<!-- Education -->
<section id="edu">
<div class="container">
<h2>Education</h2>
<div class="line-break"></div>
<div class="card">
<h3 class="sch-cert">
🎓 Master of Business Administration, MBA
</h3>
<h3 class="sch-cert">
🏫 Nexford University, Washington DC, USA
</h3>
<p>March, 2024</p>
<ul>
<li>
<strong>Specialization:</strong> Data Sciences for Decision
Making
</li>
<li>
<strong>Key Highlight:</strong> Learned the foundation of how to
apply advanced analytics skills to complex data analysis and
modes. Built an understanding of design, data analytics tools,
and advanced analytics translators to communicate complex
data-related requirements between data engineers, business, and
IT stakeholders.
</li>
</ul>
</div>
<div class="card">
<h3 class="sch-cert">🎓 Advanced Business Foundation</h3>
<h3 class="sch-cert">
🏫 Nexford University, Washington DC, USA
</h3>
<p>March, 2024</p>
<ul>
<li>
<strong>Skills:</strong> Business Growth Strategies · Business
Planning · Data Analysis · Business Development · Accounting ·
Organizational Culture · Business Communications
</li>
</ul>
</div>
<div class="card">
<h3 class="sch-cert">
🎓 BSc. Pure and Industrial Chemistry
</h3>
<h3 class="sch-cert">
🏫 Nnamdi Azikiwe University, Awka, Nigeria
</h3>
<p>July, 2018</p>
<ul>
<li>
<strong>Minors:</strong> computer science, mathematics, and
statistics
</li>
<li>
<strong>Published Project:</strong> Optimization of Color
Reduction in Pharmaceutical Effluent by Response Surface
Methodology Using the Design Expert Software. International
Journal of Environmental Chemistry. Special issue: Efficiency
Optimization of Pharmaceutical Effluent Treatment. Vol. 4, No. 1,
2020, pp. 28-37. doi:10.11648/j.ijec.20200401.14
</li>
</ul>
</div>
</div>
</section>
<!-- Professional Certifications and Courses -->
<section id="cert">
<div class="container">
<h2>Certifications</h2>
<div class="line-break"></div>
<div class="card">
<h3 class="sch-cert">
🎓 LFS201: Essentials of Linux System Administration
</h3>
<h3 class="sch-cert">🏫 The Linux Foundation</h3>
<p>October, 2022</p>
<ul>
<li>
Linux System Administration, configuration, and upgrade of Linux
systems running any of the three major Linux distribution
families (Red Hat, SUSE, Debian/Ubuntu)
</li>
<li>
Mastered all the tools and concepts needed to efficiently build
and manage a production Linux infrastructure.
</li>
</ul>
</div>
<div class="card">
<h3 class="sch-cert">
🎓 Linux and Private Cloud Administration on IBM Power
Systems Specialization
</h3>
<h3 class="sch-cert">🏫 IBM - Coursera</h3>
<p>September, 2022</p>
<ul>
<li>Fundamentals of Red Hat Enterprise Linux</li>
<li>Private Cloud Management on IBM Power Systems</li>
<li>Linux System Administration with IBM Power Systems</li>
</ul>
</div>
<div class="card">
<h3 class="sch-cert">
🎓 Google IT Support Professional Certificate
</h3>
<h3 class="sch-cert">🏫 Google - Coursera</h3>
<p>May, 2022</p>
<ul>
<li>
<strong>Specializations:</strong> System administration and IT
infrastructure service, IT security management and policies,
Technical support and Desk-help, Networking
</li>
<li>
Built a working desktop CPU through compatible parts from
scratch
</li>
<li>
Developed a systems administration consultation recommendations
for company IT infrastructure
</li>
<li>Materialized an IT security plan for an organization</li>
</ul>
</div>
<div class="card">
<h3 class="sch-cert">
🎓 Proficiency Certificate in Management
</h3>
<h3 class="sch-cert">
🏫 Nigerian Institute of Management - Chartered
</h3>
<p>August, 2019</p>
<h3 class="sch-cert">Specializations</h3>
<ul>
<li>Project Management</li>
<li>Corporate Law and Business Ethics</li>
<li>Management Principles and Practices</li>
<li>Entrepreneurship</li>
<li>Business Communication</li>
</ul>
</div>
</div>
</section>
</main>
<!-- scroll to the top -->
<!-- <aside></aside> -->
<footer>
<p>
© Made by
<a
href="https://www.google.com/search?q=Chris+Nzoka-okoye&rlz=1C1CHWL_enNG1017NG1017&sxsrf=ALiCzsbagVYqe-3SjqfqHXahp8DLH9ijEQ:1668165043707&ei=sy1uY_HUKrGC9u8P5qiJuAw&start=10&sa=N&ved=2ahUKEwix-uyG_6X7AhUxgf0HHWZUAscQ8tMDegQIARAE&biw=1366&bih=635&dpr=1"
>Chris Nzoka-okoye</a
>
</p>
</footer>
</body>
</html>