-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
714 lines (630 loc) · 25.5 KB
/
Copy pathindex.html
File metadata and controls
714 lines (630 loc) · 25.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Md Moksedul Hoque — Principal Software Engineer</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=Calibre:wght@300;400;500;600&family=Inter:wght@300;400;500;600&family=SF+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet" />
<style>
:root {
--navy: #0a192f;
--navy-light: #112240;
--navy-mid: #1d3461;
--slate: #8892b0;
--slate-light:#a8b2d8;
--slate-white:#ccd6f6;
--white: #e6f1ff;
--green: #64ffda;
--green-tint: rgba(100,255,218,.1);
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space Mono', monospace;
--transition: all .25s cubic-bezier(.645,.045,.355,1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
background-color: var(--navy);
color: var(--slate);
font-family: var(--font-sans);
font-size: 16px;
line-height: 1.6;
/* Spotlight cursor */
background-image: radial-gradient(600px at var(--mx, 50%) var(--my, 50%), rgba(100,255,218,.04), transparent 80%);
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
/* ─── Layout ─────────────────────────── */
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 24px;
display: flex;
gap: 0;
min-height: 100vh;
}
/* LEFT — sticky panel */
.left {
position: sticky;
top: 0;
height: 100vh;
width: 340px;
min-width: 320px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 96px 0 96px;
flex-shrink: 0;
}
.left-top h1 {
font-size: 2.8rem;
font-weight: 700;
color: var(--slate-white);
letter-spacing: -0.5px;
line-height: 1.1;
margin-bottom: 12px;
}
.left-top h2 {
font-size: 1.1rem;
font-weight: 500;
color: var(--green);
letter-spacing: .5px;
margin-bottom: 18px;
}
.left-top p {
font-size: .95rem;
max-width: 280px;
color: var(--slate);
line-height: 1.65;
}
/* Nav links */
.nav {
margin-top: 48px;
display: flex;
flex-direction: column;
gap: 6px;
}
.nav-link {
display: flex;
align-items: center;
gap: 14px;
padding: 8px 0;
font-size: .75rem;
font-family: var(--font-mono);
text-transform: uppercase;
letter-spacing: 2px;
color: var(--slate);
transition: var(--transition);
cursor: pointer;
}
.nav-link .nav-line {
display: block;
height: 1px;
width: 32px;
background: var(--slate);
transition: var(--transition);
}
.nav-link:hover,
.nav-link.active {
color: var(--slate-white);
}
.nav-link:hover .nav-line,
.nav-link.active .nav-line {
width: 64px;
background: var(--green);
}
/* Social links */
.socials {
display: flex;
gap: 20px;
align-items: center;
}
.socials a {
color: var(--slate);
transition: var(--transition);
}
.socials a:hover { color: var(--green); transform: translateY(-3px); }
.socials svg {
width: 22px;
height: 22px;
fill: currentColor;
}
/* ─── RIGHT — scrollable content ─────── */
.right {
flex: 1;
padding: 96px 0 96px 80px;
max-width: 700px;
}
section {
margin-bottom: 120px;
scroll-margin-top: 80px;
}
.section-label {
font-size: .75rem;
font-family: var(--font-mono);
letter-spacing: 3px;
text-transform: uppercase;
color: var(--slate-white);
margin-bottom: 36px;
display: flex;
align-items: center;
gap: 16px;
}
.section-label::after {
content: '';
flex: 1;
height: 1px;
background: var(--navy-mid);
}
/* ─── About ─────────────────────────── */
.about-text p {
margin-bottom: 16px;
font-size: 1rem;
color: var(--slate);
line-height: 1.75;
}
.about-text a {
color: var(--green);
font-weight: 500;
transition: var(--transition);
border-bottom: 1px solid transparent;
}
.about-text a:hover { border-color: var(--green); }
/* ─── Experience cards ───────────────── */
.exp-card {
display: grid;
grid-template-columns: 100px 1fr;
gap: 0 24px;
padding: 20px;
border-radius: 8px;
margin-bottom: 4px;
transition: var(--transition);
cursor: default;
}
.exp-card:hover {
background: var(--navy-light);
box-shadow: 0 0 0 1px rgba(100,255,218,.08);
}
.exp-date {
font-size: .72rem;
font-family: var(--font-mono);
letter-spacing: 1px;
color: var(--slate);
padding-top: 5px;
text-transform: uppercase;
line-height: 1.4;
}
.exp-right {}
.exp-title {
font-size: 1rem;
font-weight: 600;
color: var(--slate-white);
margin-bottom: 4px;
transition: var(--transition);
}
.exp-card:hover .exp-title { color: var(--green); }
.exp-company {
font-size: .85rem;
color: var(--green);
margin-bottom: 12px;
font-weight: 500;
}
.exp-desc {
font-size: .9rem;
color: var(--slate);
line-height: 1.7;
margin-bottom: 14px;
}
.tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.tag {
font-size: .7rem;
font-family: var(--font-mono);
font-weight: 700;
letter-spacing: .5px;
background: var(--green-tint);
color: var(--green);
border-radius: 100px;
padding: 5px 14px;
}
/* ─── Skills grid ───────────────────── */
.skills-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}
.skill-category {
background: var(--navy-light);
border: 1px solid rgba(100,255,218,.08);
border-radius: 10px;
padding: 20px 20px 22px;
transition: var(--transition);
}
.skill-category:hover {
border-color: rgba(100,255,218,.25);
transform: translateY(-4px);
}
.skill-cat-title {
font-size: .72rem;
font-family: var(--font-mono);
letter-spacing: 2px;
text-transform: uppercase;
color: var(--green);
margin-bottom: 14px;
}
.skill-list {
display: flex;
flex-direction: column;
gap: 6px;
}
.skill-item {
font-size: .85rem;
color: var(--slate-light);
display: flex;
align-items: center;
gap: 8px;
}
.skill-item::before {
content: '▹';
color: var(--green);
font-size: .7rem;
}
/* ─── Projects / Platforms ───────────── */
.platform-card {
background: var(--navy-light);
border: 1px solid rgba(100,255,218,.06);
border-radius: 10px;
padding: 26px;
margin-bottom: 14px;
transition: var(--transition);
}
.platform-card:hover {
border-color: rgba(100,255,218,.2);
transform: translateY(-4px);
background: rgba(17,34,64,.9);
}
.platform-title {
font-size: 1.05rem;
font-weight: 600;
color: var(--slate-white);
margin-bottom: 10px;
transition: var(--transition);
}
.platform-card:hover .platform-title { color: var(--green); }
.platform-desc {
font-size: .9rem;
color: var(--slate);
line-height: 1.7;
}
/* ─── Resume link ───────────────────── */
.resume-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--green);
font-family: var(--font-mono);
font-size: .85rem;
letter-spacing: 1px;
border: 1px solid var(--green);
padding: 14px 24px;
border-radius: 4px;
transition: var(--transition);
margin-top: 24px;
}
.resume-link:hover {
background: var(--green-tint);
transform: translateY(-3px);
}
/* ─── Footer ─────────────────────────── */
.footer-credit {
font-family: var(--font-mono);
font-size: .72rem;
color: var(--slate);
line-height: 1.8;
margin-top: 80px;
}
.footer-credit a { color: var(--slate); transition: var(--transition); }
.footer-credit a:hover { color: var(--green); }
/* ─── Animations ─────────────────────── */
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.left-top h1 { animation: fadeInUp .6s ease both; }
.left-top h2 { animation: fadeInUp .6s .1s ease both; }
.left-top p { animation: fadeInUp .6s .2s ease both; }
.nav { animation: fadeInUp .6s .3s ease both; }
.socials { animation: fadeInUp .6s .4s ease both; }
/* ─── Responsive ─────────────────────── */
@media (max-width: 900px) {
.container { flex-direction: column; }
.left { position: static; height: auto; width: 100%; padding: 60px 0 0; min-width: 0; }
.nav { display: none; }
.right { padding: 60px 0 60px 0; max-width: 100%; }
.skills-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
.skills-grid { grid-template-columns: 1fr; }
.exp-card { grid-template-columns: 1fr; gap: 4px; }
}
</style>
</head>
<body>
<div class="container" id="top">
<!-- ══════════ LEFT PANEL ══════════ -->
<aside class="left">
<div class="left-top">
<h1>Md Moksedul<br>Hoque</h1>
<h2>Principal Software Engineer</h2>
<p>I build scalable, production-grade systems and lead engineering teams shipping real products at scale.</p>
<nav class="nav" aria-label="On-page navigation">
<a class="nav-link active" href="#about">
<span class="nav-line"></span> About
</a>
<a class="nav-link" href="#experience">
<span class="nav-line"></span> Experience
</a>
<a class="nav-link" href="#skills">
<span class="nav-line"></span> Skills
</a>
<!-- <a class="nav-link" href="#platforms">
<span class="nav-line"></span> Platforms
</a> -->
</nav>
</div>
<div class="socials">
<!-- GitHub -->
<a href="https://github.com/uzzolsse" target="_blank" rel="noreferrer" aria-label="GitHub">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.509 11.509 0 0112 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222 0 1.606-.015 2.896-.015 3.286 0 .322.216.694.825.576C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</a>
<!-- LinkedIn -->
<a href="https://www.linkedin.com/in/moksedul-hoque" target="_blank" rel="noreferrer" aria-label="LinkedIn">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
<!-- Upwork -->
<!-- <a href="https://upwork.com" target="_blank" rel="noreferrer" aria-label="Upwork">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M18.561 13.158c-1.102 0-2.135-.467-3.074-1.227l.228-1.076.008-.042c.207-1.143.849-3.06 2.839-3.06 1.492 0 2.703 1.212 2.703 2.703-.001 1.489-1.212 2.702-2.704 2.702zm0-8.14c-2.539 0-4.51 1.649-5.31 4.366-1.22-1.834-2.148-4.036-2.687-5.892H7.828v7.112c-.002 1.406-1.141 2.546-2.547 2.546-1.405 0-2.543-1.14-2.543-2.546V3.492H0v7.112c0 2.914 2.37 5.303 5.281 5.303 2.913 0 5.283-2.389 5.283-5.303v-1.19c.529 1.107 1.182 2.229 1.974 3.221l-1.673 7.873h2.797l1.213-5.71c1.063.679 2.285 1.109 3.686 1.109 3 0 5.439-2.452 5.439-5.45 0-3-2.439-5.439-5.439-5.439z"/>
</svg>
</a> -->
<!-- Email -->
<a href="mailto:uzzol.sse@gmail.com" aria-label="Email">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"/>
</svg>
</a>
</div>
</aside>
<!-- ══════════ RIGHT CONTENT ══════════ -->
<main class="right">
<!-- ─── About ─── -->
<section id="about">
<div class="section-label">About</div>
<div class="about-text">
<p>
I'm a <strong style="color:var(--slate-white)">Principal Full-Stack Engineer and Tech Lead</strong> with 13+ years of experience building, scaling, and maintaining production-grade web and backend systems. My work sits at the intersection of thoughtful system design, clean code, and real business outcomes.
</p>
<p>
I have deep expertise in <a href="#skills">React, Next.js, Node.js, and Web3/blockchain</a> and a strong track record of owning complex systems end-to-end — from architecture decisions to production deploys. I'm equally comfortable as a senior individual contributor or as a tech lead guiding a team.
</p>
<p>
Currently, I lead four engineering teams (≈25 engineers globally) at <a href="#experience">Cosmos Tech Labs</a> as an offshore development partner for a Phoenix-based startup. Previously, I served as Frontend Tech Lead at <strong style="color:var(--slate-white)">Rakuten Japan</strong> and led a 13-engineer team at <strong style="color:var(--slate-white)">BJIT Ltd</strong> as a full-stack tech lead.
</p>
<p>
When I'm not building software, you can find me tending to my mango farm back home in Bangladesh.
</p>
</div>
</section>
<!-- ─── Experience ─── -->
<section id="experience">
<div class="section-label">Experience</div>
<div class="exp-card">
<div class="exp-date">2022 —<br>Present</div>
<div class="exp-right">
<div class="exp-title">Principal Software Engineer</div>
<div class="exp-company">Cosmos Tech Labs LTD · Dhaka, Bangladesh</div>
<p class="exp-desc">
Lead four engineering teams (~25 engineers globally) as an offshore development partner for a Phoenix(Arizona, US) based startup. Own system architecture decisions, define service boundaries and data models, and drive hands-on implementation of production-grade web and backend systems. Collaborate closely with product, business, and non-technical stakeholders to translate complex requirements into reliable, scalable systems.
</p>
<div class="tags">
<span class="tag">React.js</span>
<span class="tag">Next.js</span>
<span class="tag">TypeScript</span>
<span class="tag">Node.js</span>
<span class="tag">Web3</span>
<span class="tag">System Design</span>
<span class="tag">Team Leadership</span>
</div>
</div>
</div>
<div class="exp-card">
<div class="exp-date">2021 —<br>2022</div>
<div class="exp-right">
<div class="exp-title">Tech Lead — Frontend</div>
<div class="exp-company">Rakuten · Japan (Remote, Contract)</div>
<p class="exp-desc">
Served as frontend tech lead on a remote contract engagement with one of Japan's largest e-commerce and tech conglomerates. Drove front-end architecture, established development standards, and delivered high-quality user interfaces at scale. Duration: 9 months.
</p>
<div class="tags">
<span class="tag">React.js</span>
<span class="tag">Next.js</span>
<span class="tag">TypeScript</span>
<span class="tag">Frontend Architecture</span>
<span class="tag">Performance</span>
</div>
</div>
</div>
<div class="exp-card">
<div class="exp-date">2017 —<br>2021</div>
<div class="exp-right">
<div class="exp-title">Tech Lead & Technical Project Manager</div>
<div class="exp-company">BJIT Ltd · Dhaka, Bangladesh</div>
<p class="exp-desc">
Led a 13-engineer full-stack engineering team across multiple projects. Wore multiple hats — React/TypeScript/Node.js developer, tech lead, and technical project manager. Responsible for code quality, architectural reviews, and delivering complex software projects on time and to specification.
</p>
<div class="tags">
<span class="tag">React.js</span>
<span class="tag">Next.js</span>
<span class="tag">Node.js</span>
<span class="tag">TypeScript</span>
<span class="tag">Project Management</span>
<span class="tag">Team Leadership</span>
</div>
</div>
</div>
<div class="exp-card">
<div class="exp-date">2013 —<br>2017</div>
<div class="exp-right">
<div class="exp-title">Senior Software Engineer — Full Stack</div>
<div class="exp-company">LoloByte · Dhaka, Bangladesh</div>
<p class="exp-desc">
Built and maintained full-stack web applications as a senior engineer over four years. Gained foundational expertise in full-stack development, system architecture, and delivering production software across diverse client requirements.
</p>
<div class="tags">
<span class="tag">Vue.js</span>
<span class="tag">Nuxt.js</span>
<span class="tag">JavaScript</span>
<span class="tag">Full Stack</span>
<span class="tag">REST APIs</span>
</div>
</div>
</div>
<a class="resume-link" href="https://uzzolsse.github.io/moksedul-hoque-cv.pdf">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M14 3v2H7v14h10v-3h2v4a1 1 0 01-1 1H6a1 1 0 01-1-1V4a1 1 0 011-1h8zm5 7v-3l5 5-5 5v-3h-7v-4h7z"/></svg>
View Full CV
</a>
</section>
<!-- ─── Skills ─── -->
<section id="skills">
<div class="section-label">Core Skills</div>
<div class="skills-grid">
<div class="skill-category">
<div class="skill-cat-title">Frontend</div>
<ul class="skill-list">
<li class="skill-item">React.js & Next.js</li>
<li class="skill-item">TypeScript / ES6+</li>
<li class="skill-item">Vue.js & Nuxt.js</li>
<li class="skill-item">Performance Optimization</li>
<li class="skill-item">Web3 UX & Wagmi & Solidity</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-cat-title">Backend</div>
<ul class="skill-list">
<li class="skill-item">Node.js (expert)</li>
<li class="skill-item">Express.js</li>
<li class="skill-item">REST API Design</li>
<li class="skill-item">Auth & Access Control</li>
<li class="skill-item">Async & Background Jobs</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-cat-title">Blockchain / Web3</div>
<ul class="skill-list">
<li class="skill-item">Ethereum & EVM Chains</li>
<li class="skill-item">ERC-20 Token Systems</li>
<li class="skill-item">NFT Standards (EVM & Solana)</li>
<li class="skill-item">Wallet Architecture</li>
<li class="skill-item">On-chain Event Indexing</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-cat-title">System Design</div>
<ul class="skill-list">
<li class="skill-item">Scalable SaaS Architecture</li>
<li class="skill-item">Microservices & Monoliths</li>
<li class="skill-item">Event-Driven Systems</li>
<li class="skill-item">Financial Data Modeling</li>
<li class="skill-item">Queue-based Scaling</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-cat-title">Infrastructure</div>
<ul class="skill-list">
<li class="skill-item">AWS</li>
<li class="skill-item">MongoDB & Firebase</li>
<li class="skill-item">CI/CD Pipelines</li>
<li class="skill-item">Playwright (Testing)</li>
<li class="skill-item">HTML5 & CSS3</li>
</ul>
</div>
<div class="skill-category">
<div class="skill-cat-title">Leadership</div>
<ul class="skill-list">
<li class="skill-item">Engineering Team Lead</li>
<li class="skill-item">Architectural Reviews</li>
<li class="skill-item">Technical Project Mgmt</li>
<li class="skill-item">Stakeholder Collaboration</li>
<li class="skill-item">Mentorship & Code Reviews</li>
</ul>
</div>
</div>
</section>
<!-- ─── Platforms / Domains ─── -->
<!-- <section id="platforms">
<div class="section-label">Selected Platforms & Domains</div>
<div class="platform-card">
<div class="platform-title">Web3 Platforms</div>
<p class="platform-desc">
Designed and built platforms handling complex transaction flows, multi-wallet architectures (custodial & non-custodial), ERC-20 token operations, and real-time on-chain data. Emphasis on data integrity, transactional consistency, and security at every layer.
</p>
</div>
<div class="platform-card">
<div class="platform-title">Creator & Fan Engagement Platforms</div>
<p class="platform-desc">
Built Fanverse-style creator platforms with real-time interactions, content gating, and engagement mechanics. Architected scalable backend systems to support high-concurrency user flows and creator monetization pipelines.
</p>
</div>
<div class="platform-card">
<div class="platform-title">Asset & Transaction Monitoring Systems</div>
<p class="platform-desc">
Developed decoupled event-driven architectures for blockchain data services, monitoring transaction status, token transfers, and NFT activity with reliable async processing and high observability.
</p>
</div>
<div class="platform-card">
<div class="platform-title">SaaS APIs with Tiered Access</div>
<p class="platform-desc">
Designed RESTful SaaS APIs with free and paid access tiers, robust authentication/authorization flows, rate limiting, and modular service boundaries built for long-term maintainability and scale.
</p>
</div>
</section> -->
<!-- ─── Footer ─── -->
<footer>
<p class="footer-credit">
Designed & built by <a href="mailto:uzzol.sse@gmail.com">Md Moksedul Hoque</a>
Built with vanilla HTML, CSS & JavaScript. Hosted on GitHub Pages.
</p>
</footer>
</main>
</div>
<script>
// ── Spotlight cursor effect ──────────────────────────
document.addEventListener('mousemove', (e) => {
document.body.style.setProperty('--mx', e.clientX + 'px');
document.body.style.setProperty('--my', e.clientY + 'px');
});
// ── Active nav link on scroll ────────────────────────
const sections = document.querySelectorAll('section[id]');
const navLinks = document.querySelectorAll('.nav-link');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
navLinks.forEach(l => l.classList.remove('active'));
const active = document.querySelector(`.nav-link[href="#${entry.target.id}"]`);
if (active) active.classList.add('active');
}
});
}, { rootMargin: '-40% 0px -50% 0px' });
sections.forEach(s => observer.observe(s));
</script>
</body>
</html>