Skip to content

Commit 15c59a4

Browse files
docs: add 15+ years development experience summary and remove designation from hero badge
1 parent 780b20e commit 15c59a4

1 file changed

Lines changed: 65 additions & 22 deletions

File tree

src/pages/index.astro

Lines changed: 65 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,25 @@ const totalAwards = awardsAndCertificates.length;
5959
const totalProjects = featuredProjects.length;
6060
---
6161

62-
<BaseLayout title="Shakir Ahmed Ibrahim | Solution Architect & Lead DevOps Engineer">
62+
<BaseLayout title="Shakir Ahmed Ibrahim | Cloud Architecture, AI Systems & Systems Engineering Portfolio">
6363
<!-- Hero Section -->
6464
<section class="hero-section">
6565
<div class="container">
66-
<div class="hero-badge">👋 Solution Architect & Lead DevOps Engineer</div>
66+
<div class="hero-badge">⚡ 15+ Years Multi-Domain Development & Systems Engineering</div>
6767
<h1 class="hero-title">
6868
Shakir Ahmed Ibrahim
6969
</h1>
7070
<p class="hero-subtitle">
71-
Architecting resilient Cloud Infrastructure, Agentic AI Systems, Kubernetes Orchestration, and Observability Pipelines.
71+
Architecting resilient Cloud Infrastructure, Agentic AI Systems, Kubernetes Orchestration, and Enterprise Observability Pipelines.
7272
</p>
7373

7474
<!-- Key Impact Metrics Banner -->
7575
<div class="metrics-grid glass-card">
76+
<div class="metric-item">
77+
<span class="metric-num">15+ Yrs</span>
78+
<span class="metric-label">Dev & Infra Exp</span>
79+
</div>
80+
<div class="metric-divider"></div>
7681
<div class="metric-item">
7782
<span class="metric-num">{githubProfileSummary.totalRepos}+</span>
7883
<span class="metric-label">Public Repos</span>
@@ -92,11 +97,6 @@ const totalProjects = featuredProjects.length;
9297
<span class="metric-num">{totalAwards}</span>
9398
<span class="metric-label">Honors & Awards</span>
9499
</div>
95-
<div class="metric-divider"></div>
96-
<div class="metric-item">
97-
<span class="metric-num">{totalVideos}</span>
98-
<span class="metric-label">Video Tutorials</span>
99-
</div>
100100
</div>
101101

102102
<div class="hero-actions">
@@ -109,22 +109,35 @@ const totalProjects = featuredProjects.length;
109109
</div>
110110
</section>
111111

112-
<!-- Core Competencies / Pillars -->
113-
<section class="section">
112+
<!-- Professional Development Experience Overview -->
113+
<section class="section bg-surface-blur">
114114
<div class="container">
115-
<div class="section-header text-center">
116-
<h2 class="section-title">Core Technical Pillars</h2>
117-
<p class="section-subtitle">Specialized domain expertise developed across enterprise cloud engineering and open-source contributions.</p>
118-
</div>
119-
120-
<div class="pillars-grid">
121-
{coreCompetencies.map(col => (
122-
<div class="glass-card pillar-card">
123-
<div class="pillar-icon">{col.icon}</div>
124-
<h3 class="pillar-title">{col.title}</h3>
125-
<p class="pillar-desc">{col.desc}</p>
115+
<div class="glass-card exp-overview-card">
116+
<div class="card-badge-header">💻 Development & Systems Engineering Journey</div>
117+
<h2 class="card-block-title" style="margin-bottom: 0.75rem;">15+ Years Multi-Disciplinary Experience</h2>
118+
<p class="exp-text">
119+
Extensive hands-on engineering background spanning <strong>DevOps/SRE</strong>, <strong>Agentic AI & Generative Workflows</strong>, <strong>Fullstack Web Development</strong>, <strong>Network Automation</strong>, and <strong>Technical Team Leadership</strong> across global enterprise environments (UST, Mphasis, Juniper Networks, HCL).
120+
</p>
121+
<div class="exp-bullets">
122+
<div class="exp-bullet-item">
123+
<span class="bullet-icon">🤖</span>
124+
<div>
125+
<strong>Agentic AI & Microservices:</strong> Built conversational AI tools, RAG data analytics agents, Slack Remote MCP Servers, and cost-observability FinOps pipelines with Langfuse and AWS CDK.
126+
</div>
126127
</div>
127-
))}
128+
<div class="exp-bullet-item">
129+
<span class="bullet-icon">☸️</span>
130+
<div>
131+
<strong>Cloud Native & Kubernetes:</strong> Deployed Confluent Kafka on K8s (CFK), Istio TLS pass-through, OpenTelemetry (OTEL) stacks, and 200+ reusable monitoring assets across EKS, GKE, and OpenShift.
132+
</div>
133+
</div>
134+
<div class="exp-bullet-item">
135+
<span class="bullet-icon">🚀</span>
136+
<div>
137+
<strong>Fullstack Web Apps & Automation:</strong> Developed Next.js, Appwrite, and HarperDB applications, Python automation tools, and CI/CD pipelines with Jenkins, Spinnaker, and GitHub Actions.
138+
</div>
139+
</div>
140+
</div>
128141
</div>
129142
</div>
130143
</section>
@@ -626,6 +639,36 @@ const totalProjects = featuredProjects.length;
626639
font-weight: 600;
627640
}
628641

642+
.exp-overview-card {
643+
padding: 2.25rem 2rem;
644+
}
645+
646+
.exp-text {
647+
font-size: 1.05rem;
648+
color: var(--text-muted);
649+
line-height: 1.65;
650+
margin-bottom: 1.5rem;
651+
}
652+
653+
.exp-bullets {
654+
display: flex;
655+
flex-direction: column;
656+
gap: 1rem;
657+
}
658+
659+
.exp-bullet-item {
660+
display: flex;
661+
align-items: flex-start;
662+
gap: 0.85rem;
663+
font-size: 0.95rem;
664+
line-height: 1.55;
665+
color: var(--text-main);
666+
}
667+
668+
.bullet-icon {
669+
font-size: 1.25rem;
670+
}
671+
629672
@media (max-width: 768px) {
630673
.hero-title {
631674
font-size: 2.5rem;

0 commit comments

Comments
 (0)