-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
720 lines (700 loc) · 28.2 KB
/
Copy pathindex.html
File metadata and controls
720 lines (700 loc) · 28.2 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Kelvin Uduma — Maritime Cybersecurity, GRC & AI Engineering
</title>
<!-- Open Graph / Social Previews -->
<meta
property="og:title"
content="Kelvin Uduma — Maritime Cybersecurity, GRC & AI Engineering"
/>
<meta
property="og:description"
content="Practitioner. Researcher. Builder. Selected work from a Gulf of Guinea maritime cyber build."
/>
<meta
property="og:image"
content="https://kelvinuduma.github.io/assets/og-card.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Kelvin Uduma — Maritime Cybersecurity, GRC, and AI Engineering portfolio"
/>
<meta property="og:url" content="https://kelvinuduma.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Kelvin Uduma" />
<meta property="og:locale" content="en_GB" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Kelvin Uduma — Maritime Cybersecurity, GRC & AI Engineering"
/>
<meta
name="twitter:description"
content="Practitioner. Researcher. Builder. Selected work from a Gulf of Guinea maritime cyber build."
/>
<meta
name="twitter:image"
content="https://kelvinuduma.github.io/assets/og-card.png"
/>
<meta
name="twitter:image:alt"
content="Kelvin Uduma — Maritime Cybersecurity, GRC, and AI Engineering portfolio"
/>
<!-- General SEO -->
<meta
name="description"
content="Kelvin Uduma — IT Lead, Jetense Consultants. ISC² CC + ISPS CSO. Maritime cybersecurity, GRC, and AI engineering practitioner across Gulf of Guinea fleet operations."
/>
<meta
name="keywords"
content="maritime cybersecurity, IMO GRC, OT IT convergence, vessel cyber risk, ISM Code, NIST CSF, AI engineering, MCP server, Kelvin Uduma, Gulf of Guinea"
/>
<meta name="author" content="Kelvin Uduma" />
<link rel="canonical" href="https://kelvinuduma.github.io/" />
<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=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,700&family=Barlow:wght@700;900&family=JetBrains+Mono:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<script src="https://unpkg.com/@phosphor-icons/web"></script>
</head>
<body>
<!-- Navigation -->
<nav class="nav" id="nav">
<div class="nav-inner">
<a href="#" class="nav-logo">KU</a>
<div class="nav-links">
<a href="#about">About</a>
<a href="#expertise">Expertise</a>
<a href="#projects">Projects</a>
<a href="#research">Research</a>
<a href="#credentials">Credentials</a>
<a href="Kelvin_Uduma_Resume.pdf" download class="nav-cv">CV</a>
<a href="#contact" class="nav-cta">Contact</a>
</div>
<button
class="nav-toggle"
id="navToggle"
aria-label="Toggle navigation"
>
<span></span><span></span><span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<header class="hero" id="hero">
<div class="hero-bg-grid"></div>
<div class="hero-content">
<p class="hero-eyebrow">Port Harcourt · Gulf of Guinea</p>
<h1 class="hero-title">
Maritime cybersecurity<br />& <span class="accent">GRC</span>, end
to end.
</h1>
<p class="hero-description">
IMO-compliant cyber risk management, OT/IT convergence, and vessel
network hardening for African shipping operators. IT Lead at Jetense
Consultants · ISC² CC · ISPS CSO.
</p>
<div class="hero-actions">
<a href="#contact" class="btn btn-primary">Start a conversation</a>
<a href="#projects" class="btn btn-secondary">View case studies</a>
</div>
<ul class="proof-strip">
<li><b>ISC² CC</b><span>Certified</span></li>
<li><b>ISPS CSO</b><span>Company Security Officer</span></li>
<li><b>20</b><span>MCP tools shipped</span></li>
<li><b>OT/IT</b><span>Convergence focus</span></li>
</ul>
</div>
</header>
<!-- About Section -->
<section class="section" id="about">
<div class="container">
<div class="section-label">About</div>
<h2 class="section-title">Practitioner. Researcher. Builder.</h2>
<div class="about-grid">
<div class="about-text">
<p class="about-lead">
I'm building
<strong>maritime cybersecurity infrastructure</strong>
for the Gulf of Guinea — IMO-compliant GRC, vessel cyber risk
management, and OT/IT convergence for African shipping operators.
</p>
<p>
At
<a
href="https://www.jetenseconsultantslimited.com"
target="_blank"
rel="noopener"
class="company-link"
>Jetense Consultants Limited</a
>, I've built and deployed vessel network infrastructure, authored
the enterprise cybersecurity policy suite aligned to NIST CSF and
the ISM Code, deployed Starlink/VSAT and CCTV systems across an
offshore fleet, and written Python automation tools — deep
practitioner experience in exactly the environment I'm building
for.
</p>
<p>
I'm also a <strong>published lead-author researcher</strong> —
<a href="#research">three peer-reviewed papers in 2026</a> from my
MSc work in plant genetics at MOUAU, in the
<em>Nigerian Journal of Horticultural Science</em> and the
<em>Journal of Agriculture, Forestry and Fisheries</em>.
</p>
<p>
On the engineering side, I build AI-native systems: a
<strong>20-tool TypeScript MCP server</strong> integrating
Microsoft Graph and Claude, local AI deployment stacks
(NemoClaw/OpenClaw) on WSL2/Docker, and autonomous agent
frameworks — designed to run on constrained hardware for African
operators.
</p>
</div>
<div class="about-highlights">
<div class="about-profile-card">
<div class="profile-image-container">
<img
src="assets/kelvin.png"
alt="Kelvin Uduma"
class="profile-image"
/>
</div>
</div>
<div class="highlight-card">
<div class="highlight-icon">
<i class="ph ph-shield-check"></i>
</div>
<h3>Cybersecurity</h3>
<p>
ISC² CC certified. Enterprise IT security policies,
cybersecurity audits, NIST CSF assessments, and maritime cyber
risk management.
</p>
</div>
<div class="highlight-card">
<div class="highlight-icon"><i class="ph ph-cpu"></i></div>
<h3>AI Engineering</h3>
<p>
20-tool Microsoft Graph MCP server (TypeScript). Local AI stacks
on WSL2/Docker. Vector Institute Scholar. Python, R, SQL, Power
BI.
</p>
</div>
<div class="highlight-card">
<div class="highlight-icon"><i class="ph ph-anchor"></i></div>
<h3>Maritime Cybersecurity</h3>
<p>
IMO cyber risk management, vessel OT/IT hardening, ISM Code
compliance, SMS documentation, and NIST CSF assessments.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Expertise Section -->
<section class="section section-dark" id="expertise">
<div class="container">
<div class="section-label">Expertise</div>
<h2 class="section-title">Where I go deep</h2>
<div class="expertise-grid">
<div class="expertise-card">
<div class="expertise-number">01</div>
<h3>Maritime Cybersecurity & GRC</h3>
<p>
IMO cyber risk management (MSC-FAL.1/Circ.3), NIST CSF
assessments, a full enterprise security policy suite, IT Disaster
Recovery Plans, and ISM Code compliance. OT/IT convergence and
vessel network hardening across an offshore fleet in the Gulf of
Guinea.
</p>
<div class="expertise-tags">
<span>IMO</span><span>NIST CSF</span><span>ISM Code</span
><span>OT/IT</span>
</div>
</div>
<div class="expertise-card">
<div class="expertise-number">02</div>
<h3>AI Engineering</h3>
<p>
Shipped a 20-tool TypeScript MCP server integrating Microsoft
Graph (Outlook, Calendar, OneDrive, Teams, SharePoint) with
Claude. Built local AI deployment stacks (NemoClaw/OpenClaw) on
WSL2/Docker and autonomous agent frameworks designed for
constrained hardware.
</p>
<div class="expertise-tags">
<span>TypeScript</span><span>MCP</span><span>Agents</span
><span>Docker</span>
</div>
</div>
<div class="expertise-card">
<div class="expertise-number">03</div>
<h3>Data Science & Analytics</h3>
<p>
Vector Institute Scholar (ML for Black & Indigenous Students).
Proficient in R, Python, SQL, Power BI, SPSS, GenStat, and SAS for
both agricultural and operational data analysis.
</p>
<div class="expertise-tags">
<span>R</span><span>Power BI</span><span>SQL</span><span>ML</span>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="section" id="projects">
<div class="container">
<div class="section-label">Projects</div>
<h2 class="section-title">What I've shipped</h2>
<div class="projects-grid">
<div class="project-card project-featured">
<div class="project-badge">Live tool</div>
<h3>ISM Code ↔ NIST CSF 2.0 Crosswalk</h3>
<p>
An open, MIT-licensed practitioner reference mapping 21 NIST CSF
2.0 subcategories — across all six functions — onto ISM Code
sections, IMO MSC.428(98), and MSC-FAL.1/Circ.3/Rev.3. Six rows
are flagged as genuine gaps rather than smoothed over. Filterable
and exportable, instead of another prose PDF.
</p>
<div class="project-tech">
<span>NIST CSF 2.0</span><span>ISM Code</span><span>IMO</span
><span>Open source</span>
</div>
</div>
<div class="project-card">
<div class="project-badge">Fleet GRC</div>
<h3>JCL Safety Management System</h3>
<p>
Full ISM Code compliance suite for an offshore fleet — fleet
procedure manuals, operational forms, management-review tracking,
and an Employee Handbook. The exact GRC documentation layer a
maritime cyber platform would manage and automate.
</p>
<div class="project-tech">
<span>ISM Code</span><span>GRC</span><span>Fleet Ops</span>
</div>
</div>
<div class="project-card">
<div class="project-badge">Policy suite</div>
<h3>Cybersecurity Policy Suite</h3>
<p>
An enterprise IT security policy suite aligned to NIST CSF, a full
cybersecurity audit report with remediation roadmap, and an IT
Disaster Recovery Plan — all scoped for maritime operations and
ISM Code requirements.
</p>
<div class="project-tech">
<span>NIST CSF</span><span>ISM Code</span><span>Maritime</span>
</div>
</div>
<div class="project-card">
<div class="project-badge">OT/IT deploy</div>
<h3>IT Infrastructure Portfolio</h3>
<p>
Hands-on OT/IT deployment documentation across an offshore fleet —
vessel network installation reports, Starlink vs 5G connectivity
analysis, CCTV deployment, SATCOM data, IT asset registers, and
security audit checklists.
</p>
<div class="project-tech">
<span>OT/IT</span><span>Starlink</span><span>SATCOM</span>
</div>
</div>
<div class="project-card">
<div class="project-badge">Python</div>
<h3>Budget Link Integrity Checker</h3>
<p>
385-line Python tool that validates Excel workbook chains — checks
external refs, missing sheets, stale named ranges, and generates
markdown reports. stdlib only.
</p>
<div class="project-tech">
<span>Python</span><span>XLSX</span><span>Automation</span>
</div>
</div>
<div class="project-card">
<div class="project-badge">Fleet Ops</div>
<h3>SmartVessel Deployment</h3>
<p>
End-to-end software rollout methodology for a fleet-wide
SmartVessel deployment — training framework, crew-facing scripts,
adoption tracking, and user guides for both Cloud and Local Server
configurations.
</p>
<div class="project-tech">
<span>Change Mgmt</span><span>SmartVessel</span><span>Fleet</span>
</div>
</div>
<div class="project-card">
<div class="project-badge">20 tools</div>
<h3>Microsoft Graph MCP Server</h3>
<p>
20-tool Model Context Protocol server in TypeScript integrating
Microsoft Graph API — AI agents can read and draft email, manage
calendar, search SharePoint, access OneDrive, and interact with
Teams. Ships with persistent DPAPI token cache and prompt caching
for cost reduction.
</p>
<div class="project-tech">
<span>MCP</span><span>Graph API</span><span>TypeScript</span>
</div>
</div>
</div>
</div>
</section>
<!-- Research Section -->
<section class="section section-dark" id="research">
<div class="container">
<div class="section-label">Research</div>
<h2 class="section-title">Peer-reviewed publications</h2>
<p class="research-intro">
Lead-author output from my MSc in Plant Breeding & Genetics at
Michael Okpara University of Agriculture, Umudike. Three papers
published in 2026 on the genetic characterisation of Nigerian crop
germplasm. The canonical record is my
<a
href="https://orcid.org/0000-0002-7091-8832"
target="_blank"
rel="noopener"
>ORCID profile</a
>.
</p>
<ol class="pub-list">
<li class="pub-item">
<div class="pub-year">2026</div>
<div class="pub-body">
<h3 class="pub-title">
Genetic Variability, Heritability, and Trait Associations for
Yield Improvement in <em>Amaranthus hybridus</em> (L.) Genotypes
</h3>
<p class="pub-authors">
<strong>Uduma K. C.</strong>, Edugbo R. E., Nwofia G. E.
</p>
<p class="pub-venue">
<em>Nigerian Journal of Horticultural Science</em>, 30(3)
</p>
</div>
</li>
<li class="pub-item">
<div class="pub-year">2026</div>
<div class="pub-body">
<h3 class="pub-title">
Characterization of Some Nigerian Pawpaw (<em>Carica papaya</em>
L.) Accessions Using Pomological Traits
</h3>
<p class="pub-authors">
<strong>Uduma K. C.</strong>, Edugbo R. E., Nwofia G. E.
</p>
<p class="pub-venue">
<em>Journal of Agriculture, Forestry and Fisheries</em>, 23(1),
1–10
</p>
</div>
</li>
<li class="pub-item">
<div class="pub-year">2026</div>
<div class="pub-body">
<h3 class="pub-title">
Assessment of the Nutritional and Phytochemical Variability of
Some Nigerian Pawpaw (<em>Carica papaya</em> L.) Accessions
</h3>
<p class="pub-authors">
<strong>Uduma K. C.</strong>, Edugbo R. E., Nwofia G. E.
</p>
<p class="pub-venue">
<em>Nigerian Journal of Horticultural Science</em>, 30(1),
158–171
</p>
<a
class="pub-doi"
href="https://doi.org/10.82552/njhs.v30i1.158-171"
target="_blank"
rel="noopener"
>doi.org/10.82552/njhs.v30i1.158-171</a
>
</div>
</li>
</ol>
</div>
</section>
<!-- Credentials Section -->
<section class="section" id="credentials">
<div class="container">
<div class="section-label">Credentials</div>
<h2 class="section-title">Certifications & affiliations</h2>
<div class="credentials-grid">
<div class="credential-card">
<div class="credential-logo">
<i class="ph ph-shield-check"></i>
</div>
<h3>Certified in Cybersecurity (ISC²)</h3>
<p>
International Information System Security Certification Consortium
(ISC²)
</p>
</div>
<div class="credential-card">
<div class="credential-logo"><i class="ph ph-anchor"></i></div>
<h3>Company Security Officer (ISPS CSO)</h3>
<p>
International Ship and Port Facility Security (ISPS) Code
Certification
</p>
</div>
<div class="credential-card">
<div class="credential-logo"><i class="ph ph-file-text"></i></div>
<h3>Published Researcher</h3>
<p>
Lead Author — Nigerian Journal of Horticultural Science (NJHS)
</p>
</div>
<div class="credential-card">
<div class="credential-logo"><i class="ph ph-trophy"></i></div>
<h3>NextGen Food Hero</h3>
<p>
CropLife International, 2022 — Food Security & Sustainability
</p>
</div>
<div class="credential-card">
<div class="credential-logo"><i class="ph ph-cpu"></i></div>
<h3>Vector Institute Scholar</h3>
<p>Machine Learning for Black & Indigenous Students Program</p>
</div>
<div class="credential-card">
<div class="credential-logo"><i class="ph ph-globe"></i></div>
<h3>WEF Global Shaper — Alumnus</h3>
<p>World Economic Forum — Port Harcourt Hub · ex-Vice Curator</p>
</div>
<div class="credential-card">
<div class="credential-logo"><i class="ph ph-leaf"></i></div>
<h3>Climate Reality Leader</h3>
<p>Carbon Accounting & ESG Awareness</p>
</div>
<div class="credential-card">
<div class="credential-logo"><i class="ph ph-dna"></i></div>
<h3>MSc Plant Breeding & Genetics</h3>
<p>MOUAU — Comparative Genomics, RNA-Seq, Synteny Mapping</p>
</div>
<div class="credential-card">
<div class="credential-logo">
<i class="ph ph-graduation-cap"></i>
</div>
<h3>BSc Agronomy</h3>
<p>Second Class Upper (4.32/5.00 CGPA), MOUAU 2018</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="section section-dark" id="contact">
<div class="container">
<div class="contact-block">
<div class="section-label">Get in touch</div>
<h2 class="section-title">Let's connect</h2>
<p class="contact-description">
I write about maritime cybersecurity, OT/IT convergence, and the GRC
gap in African shipping.
</p>
<div class="contact-actions">
<a
href="https://linkedin.com/in/kelvinuduma"
target="_blank"
rel="noopener"
class="btn btn-primary"
>Start a conversation</a
>
</div>
<div class="contact-links-row">
<a
href="https://github.com/kelvinuduma"
target="_blank"
rel="noopener"
aria-label="GitHub"
><i class="ph ph-github-logo"></i
></a>
<a
href="https://linkedin.com/in/kelvinuduma"
target="_blank"
rel="noopener"
aria-label="LinkedIn"
><i class="ph ph-linkedin-logo"></i
></a>
<a
href="https://stackoverflow.com/users/10935835/kelvin-uduma"
target="_blank"
rel="noopener"
aria-label="Stack Overflow"
><i class="ph ph-stack-overflow-logo"></i
></a>
<a
href="https://twitter.com/k_uduma"
target="_blank"
rel="noopener"
aria-label="Twitter"
><i class="ph ph-twitter-logo"></i
></a>
<a href="Kelvin_Uduma_Resume.pdf" download aria-label="Download CV"
><i class="ph ph-file-pdf"></i
></a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2026 Kelvin Uduma. Built with purpose.</p>
</div>
</footer>
<!-- Modals -->
<div class="modal-overlay" id="modalOverlay"></div>
<div class="modal" id="modal-crosswalk">
<button class="modal-close">×</button>
<h3>ISM Code ↔ NIST CSF 2.0 Crosswalk</h3>
<p>
<strong>Case Study:</strong> MSC-FAL.1/Circ.3/Rev.3 tells DPAs and ship
managers to structure maritime cyber risk management around a five-step
framework mirroring the NIST Cybersecurity Framework — but never says
what each control looks like inside an actual ISM Code Safety Management
System. This closes that gap: 21 NIST CSF 2.0 subcategories across all
six functions, mapped to ISM Code sections, MSC.428(98), and
MSC-FAL.1/Circ.3/Rev.3, each with a plain-English note on what it looks
like on the vessel.
</p>
<p>
<strong>Impact:</strong> A citable, filterable reference for DPAs, ISM
and ISPS compliance officers, and maritime cyber consultants. Six rows
carry no strong ISM equivalent and are flagged as gaps rather than
smoothed over. Published open source under MIT.
</p>
<p style="margin-top: 1rem">
<strong>Live tool:</strong>
<a
href="https://kelvinuduma.github.io/ism-cyber-crosswalk/"
target="_blank"
rel="noopener"
class="modal-link"
style="color: var(--accent-primary); text-decoration: underline"
>kelvinuduma.github.io/ism-cyber-crosswalk</a
>
·
<a
href="https://github.com/kelvinuduma/ism-cyber-crosswalk"
target="_blank"
rel="noopener"
class="modal-link"
style="color: var(--accent-primary); text-decoration: underline"
>Source</a
>
</p>
</div>
<div class="modal" id="modal-sms">
<button class="modal-close">×</button>
<h3>JCL Safety Management System</h3>
<p>
<strong>Case Study:</strong> Developed a complete ISM Code compliance
documentation suite — fleet procedure manuals, editable source
documents, and operational forms covering every ISM Code section.
</p>
<p>
<strong>Impact:</strong> Standardised safety protocols across the fleet
and ensured complete regulatory compliance, minimising operational
risks.
</p>
</div>
<div class="modal" id="modal-cyber">
<button class="modal-close">×</button>
<h3>Cybersecurity Policy Suite</h3>
<p>
<strong>Case Study:</strong> Authored an enterprise IT security policy
suite along with a comprehensive cybersecurity audit report and
remediation roadmap.
</p>
<p>
<strong>Impact:</strong> Strengthened organisational security posture in
alignment with NIST CSF, providing clear incident response and disaster
recovery procedures.
</p>
</div>
<div class="modal" id="modal-it">
<button class="modal-close">×</button>
<h3>IT Infrastructure Portfolio</h3>
<p>
<strong>Case Study:</strong> Deployed and managed vessel network
installations, CCTV, and Starlink vs 5G systems. Maintained detailed IT
asset registers and security audit checklists.
</p>
<p>
<strong>Impact:</strong> Ensured robust, high-availability connectivity
for offshore fleets, vastly improving real-time communication and data
transfer.
</p>
</div>
<div class="modal" id="modal-budget">
<button class="modal-close">×</button>
<h3>Budget Link Integrity Checker</h3>
<p>
<strong>Case Study:</strong> Built a 385-line Python automation tool to
validate complex Excel workbook chains, checking for external
references, missing sheets, and stale named ranges.
</p>
<p>
<strong>Impact:</strong> Reduced budget calculation errors and saved
hours of manual validation time during financial planning.
</p>
</div>
<div class="modal" id="modal-smartvessel">
<button class="modal-close">×</button>
<h3>SmartVessel Deployment</h3>
<p>
<strong>Case Study:</strong> Created the training framework,
teleprompter scripts, and user guides for rolling out the SmartVessel
software across the entire fleet (Cloud + Local Server).
</p>
<p>
<strong>Impact:</strong> Accelerated crew onboarding and ensured high
adoption rates for the new fleet management system.
</p>
</div>
<div class="modal" id="modal-mcp">
<button class="modal-close">×</button>
<h3>Microsoft Graph MCP Server</h3>
<p>
<strong>Case Study:</strong> Engineered a custom Model Context Protocol
(MCP) server in TypeScript using the Microsoft Graph API, implementing
20 core tools.
</p>
<p>
<strong>Impact:</strong> Empowered AI agents to securely read and search
emails, manage calendars, and access OneDrive files and SharePoint sites
with a DPAPI-encrypted token cache.
</p>
<p style="margin-top: 1rem">
<strong>Repository:</strong>
<a
href="https://github.com/kelvinuduma/microsoft-graph-mcp"
target="_blank"
rel="noopener"
class="modal-link"
style="color: var(--accent-primary); text-decoration: underline"
>github.com/kelvinuduma/microsoft-graph-mcp</a
>
</p>
</div>
<script src="script.js"></script>
</body>
</html>