Skip to content

Commit 43995b7

Browse files
authored
Merge pull request #6 from demonkillerr/update_main_page
Few more fixes
2 parents a8135fe + 9ecd97c commit 43995b7

2 files changed

Lines changed: 24 additions & 27 deletions

File tree

src/pages/index.js

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ function HeroSection() {
3434
<div className={styles.heroStats}>
3535
<div className={styles.statItem}>
3636
<div className={styles.statNumber}>500K+</div>
37-
<div className={styles.statLabel}>Users Worldwide</div>
37+
<div className={styles.statLabel}>Project Users Worldwide</div>
3838
</div>
3939
<div className={styles.statItem}>
4040
<div className={styles.statNumber}>6</div>
41-
<div className={styles.statLabel}>HPC Clusters</div>
41+
<div className={styles.statLabel}>HPC Clusters worked on</div>
4242
</div>
4343
<div className={styles.statItem}>
44-
<div className={styles.statNumber}>4+</div>
45-
<div className={styles.statLabel}>Years Open Source</div>
44+
<div className={styles.statNumber}>5+</div>
45+
<div className={styles.statLabel}>Years Open Source Experience</div>
4646
</div>
4747
</div>
4848
<div className={styles.buttons}>
@@ -64,7 +64,7 @@ function HeroSection() {
6464
<div className={styles.imageWrapper}>
6565
<img
6666
alt={siteConfig.title}
67-
src={useBaseUrl('img/logo.svg')}
67+
src={useBaseUrl('img/acf.png')}
6868
/>
6969
</div>
7070
</div>
@@ -151,10 +151,8 @@ function CurrentWork() {
151151
Building ML Systems at Scale
152152
</h3>
153153
<p className={styles.sectionTagline}>
154-
Focused on building and optimizing large-scale machine learning systems, distributed computing infrastructure,
155-
and production-grade tooling for high-performance workloads. Extensive experience with modern ML frameworks,
156-
container orchestration, and HPC cluster management.
157-
</p>
154+
Focused on building and optimizing large-scale ML systems, distributed computing infrastructure, and
155+
production-grade tooling for high-performance workloads. Experience spanning modern ML frameworks, container orchestration, and HPC clusters. </p>
158156
<div className={styles.expertiseSection}>
159157
<h4>Core Expertise</h4>
160158
<ul>
@@ -194,27 +192,27 @@ function CurrentWork() {
194192
function ProjectsSection() {
195193
const projects = [
196194
{
197-
title: 'Distributed LLM LoRA Fine-Tuning & Performance Optimization',
198-
description: 'Designed and implemented distributed LoRA fine-tuning pipelines for LLaMA-3.1 8B using PyTorch. Orchestrated multi-node training workflows with Bash automation across Slurm and Kubernetes clusters. Containerized workloads with Docker and Singularity for reproducible execution across heterogeneous environments. Conducted comprehensive performance benchmarking across NVIDIA (A100/H100/H200), AMD (MI210/MI300X), and Cerebras CS-3 architectures, analyzing latency, throughput, and memory efficiency.',
195+
title: 'LLM LoRA Fine-Tuning & Performance Optimization',
196+
description: 'Distributed LoRA fine-tuning pipelines for large language models, optimized for performance across heterogeneous accelerator clusters. Focused on scalable training, reproducibility, and benchmarking across GPU and wafer-scale systems.',
199197
tags: ['PyTorch', 'Distributed Systems', 'Slurm', 'Kubernetes', 'Docker'],
200198
link: '/docs/introduction'
201199
},
202-
{
203-
title: 'Scholar Sense - RAG System',
204-
description: 'Built a production-grade Retrieval-Augmented Generation system using Python, Flask, and ChromaDB. Implemented efficient NLP pipelines for document embedding, vector indexing, and LLM-based inference. Deployed with containerized microservices architecture using Docker and Kubernetes for scalability and high availability. Optimized retrieval performance for large document corpora with distributed vector search.',
205-
tags: ['Python', 'RAG', 'ChromaDB', 'Flask', 'Kubernetes'],
206-
link: '/docs/introduction'
207-
},
208200
{
209201
title: 'Arka Linux GUI - Open Source OS',
210-
description: 'Led development and maintenance of a complete Linux distribution serving 500,000+ users worldwide. Built core system tooling and GUI components using C++, Qt/QML, Python, and Bash. Designed modular build and release pipelines with CMake and Arch Build System. Engineered robust system services and package management infrastructure. Extensive testing on bare-metal and virtualized environments (KVM/QEMU). Managed community contributions and release cycles.',
202+
description: 'Open-source Linux operating system and GUI stack used by 500,000+ users globally as a daily driver. Focused on system reliability, modular build pipelines, and long-term maintainability across diverse hardware. Features a vibrant community on our support platforms.',
211203
tags: ['C++', 'Qt/QML', 'Python', 'Systems Engineering', 'Open Source'],
212204
link: ALG_URL,
213205
external: true
214206
},
207+
{
208+
title: 'Scholar Sense - RAG System',
209+
description: 'Production-grade Retrieval-Augmented Generation (RAG) system for large-scale document analysis. Built scalable NLP pipelines for embedding, indexing, and LLM-based inference using containerized microservices.',
210+
tags: ['Python', 'RAG', 'ChromaDB', 'Flask', 'Kubernetes'],
211+
link: '/docs/introduction'
212+
},
215213
{
216214
title: 'oschat - Real-Time Communication Platform',
217-
description: 'Developed a high-performance chat application supporting 1,000+ concurrent WebSocket connections with sub-100ms latency. Built with TypeScript, Next.js, Node.js, and Express. Implemented real-time bidirectional communication using Socket.IO. Deployed on GCP with Kubernetes orchestration for horizontal scaling. Integrated OAuth2 authentication for secure user management. Optimized connection pooling and message delivery for production workloads.',
215+
description: 'High-performance real-time communication platform supporting thousands of concurrent WebSocket connections. Designed for low-latency messaging, horizontal scalability, and production cloud deployment.',
218216
tags: ['TypeScript', 'Next.js', 'WebSocket', 'Kubernetes', 'GCP'],
219217
link: '/docs/introduction'
220218
}
@@ -305,7 +303,6 @@ function Home() {
305303
const {siteConfig = {}} = useDocusaurusContext();
306304
return (
307305
<Layout
308-
title="Welcome 👋"
309306
description={siteConfig.tagline}>
310307
<HeroSection />
311308
<SkillsSection />

src/pages/index.module.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
}
173173

174174
.heroImage img {
175-
max-width: 350px;
175+
max-width: 450px;
176176
height: auto;
177177
filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.4));
178178
position: relative;
@@ -315,18 +315,18 @@
315315
.projectTag {
316316
display: inline-block;
317317
padding: 0.25rem 0.75rem;
318-
background-color: var(--ifm-color-primary-lightest);
319-
color: var(--ifm-color-primary-darkest);
318+
background-color: #e5e7eb;
319+
color: #1f2937;
320320
border-radius: 12px;
321321
font-size: 0.85rem;
322322
font-weight: 500;
323-
border: 1px solid var(--ifm-color-primary-light);
323+
border: 1px solid #d1d5db;
324324
}
325325

326326
[data-theme='dark'] .projectTag {
327-
background-color: var(--ifm-color-primary-darkest);
328-
color: var(--ifm-color-primary-lightest);
329-
border-color: var(--ifm-color-primary-dark);
327+
background-color: #374151;
328+
color: #f3f4f6;
329+
border-color: #4b5563;
330330
}
331331

332332
.expertiseSection {

0 commit comments

Comments
 (0)