Skip to content
View HamidKhan1001's full-sized avatar

Highlights

  • Pro

Organizations

@cncf-peshawar

Block or report HamidKhan1001

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HamidKhan1001/README.md

Portfolio LinkedIn LeetCode Email CNCF Peshawar Profile Views


⏱️ 2,000+ hours across Go, Python & Kubernetes operators  ·  building since 2023


My Kubernetes cluster has better uptime than my sleep schedule.

Software engineering student at UET Peshawar. Founder of Cortexium, building AI runtime sandboxes and backend orchestration infrastructure. Co-organizer of CNCF Peshawar. I contribute Go patches to production Kubernetes operators and implement distributed systems at the storage and protocol layer.

  • Founder of Cortexium (AI runtime isolation and backend orchestration)
  • Co-organizer, CNCF Community Peshawar
  • Contributor to openeverest/openeverest (Go Kubernetes database operator)
  • B.Sc. Software Engineering, UET Peshawar

πŸ› οΈ Tech Stack

Languages

Python Go C C++ TypeScript SQL

Cloud & Infrastructure

Kubernetes Docker Redis Kafka MinIO PostgreSQL Nginx AWS Linux

Observability

Prometheus Grafana

Backend & AI Runtimes

FastAPI Node.js PyTorch ONNX Runtime MediaPipe LangChain OpenAI


🌐 Open Source Contributions

openeverest/openeverest Β· Kubernetes Operator / Database Lifecycle

Commit Description Root cause
fix(rbac) Check informer init and wrap watcher error RBAC informer panicked on cold-start due to nil dereference. Watcher errors were untyped, making them invisible in reconcile logs
fix(monitoring) Wrap dropped errors in monitoring instance handler Monitoring reconcile handler discarded errors instead of returning them to controller-runtime, silently masking reconcile failures
fix(restore) Allow configuring resource limits on restore job containers Restore Jobs had no CPU or memory constraints. Pods were unschedulable in namespaces with tight resource quotas

Other Contributions

Project Contribution
oppia/oppia Core platform stability, issue triage, and code review. Active contributor since 2026
AOSSIE-Org/EduAid Resolved broken PyTorch version constraints that blocked CI across environments
AOSSIE-Org/Resonate-Website Removed un-cleared GSAP timeline instances from React component unmount, eliminating a recurring memory leak

πŸš€ Projects

Project What it does
aether-core-orchestrator Backend orchestration layer at Cortexium. Runtime lifecycle, task routing, execution state
30days-WebResearch Concurrent research engine. SSE streaming, multi-source scraping, error budget enforcement
medcare-ai Medical AI application
AdMatrix.ai AI-powered ad targeting and campaign intelligence
last30days-skill 30-day engineering practice tracker

πŸ—οΈ Systems Design Portfolio

Production-quality implementations of distributed infrastructure components. Each covers storage, concurrency, networking, and failure recovery.

If it doesn't page at 3 AM, you haven't built distributed systems.

Project System Implementation depth
blob-storage Object storage (S3/MinIO internals) XOR erasure coding, 3Γ— replication, SHA-256 chunk integrity
rate-limiter-cluster Distributed rate limiting Atomic Lua token-bucket scripts, no race conditions across Redis nodes
web-crawler Scalable web crawler Priority URL frontier, politeness delays, cryptographic content dedup
search-autocomplete Typeahead at scale In-memory Trie, map-reduce trending aggregation, sub-30ms via CDN edge
video-transcoder HLS media pipeline 10MB chunking, concurrent async workers, broker-tracked job state
chat-backbone Real-time messaging WebSocket connection hub, heartbeat pruning, offline message queues
notification-router Async multi-channel delivery Exponential backoff with jitter, dead-letter queues
distributed-cache In-memory KV store O(1) LRU/LFU eviction, stampede shield, consistent-hash sharding
analytics-ingestion Event ingestion pipeline Kafka partitioning, Redis spike buffer, batch flushing
distributed-id-generator Snowflake ID generation 4,194,304 IDs/ms across 1,024 workers, clock-skew safe

πŸ“ˆ GitHub Stats

Activity Graph


Building the infrastructure layer. The part no one sees until it breaks.

Pinned Loading

  1. mediscan-ai mediscan-ai Public

    mediascan-ai

    Python 1

  2. 30days-WebReserach 30days-WebReserach Public

    Agentic Mastery Proof β€” multi-source AI research agent: Reddit, X, YouTube, HN, Polymarket & web scraping loops, error budgets, 1,012 passing tests

    Python

  3. AdMatrix.ai AdMatrix.ai Public

    Forked from 24pwai0032-gif/AdMatrix.ai

    AI video ad generator β€” drop a link, launch a global campaign. Multi-agent Showrunner with Qwen3, Wan2.7 actor continuity, multilingual lip-sync

    Python

  4. aether-core-orchestrator aether-core-orchestrator Public

    Project Aether: core service orchestrator β€” task routing, worker lifecycle management, distributed coordination β€” Python

    Python

  5. system-design-blob-storage system-design-blob-storage Public

    Low-level distributed object storage (S3/MinIO internals): binary chunking, 3Γ— replication, XOR erasure coding, SHA-256 integrity β€” 25 tests

    Python

  6. system-design-rate-limiter-cluster system-design-rate-limiter-cluster Public

    Distributed rate-limiting for microservices: atomic Lua token-bucket on Redis, multi-region cluster, race-condition safe β€” 25 tests

    Python