Skip to content
View amh1k's full-sized avatar
  • Fast NUCES, Karachi campus (Student)
  • Karachi, Pakistan
  • 07:41 (UTC -12:00)

Highlights

  • Pro

Block or report amh1k

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.

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
amh1k/README.md

Abdul Moiz Hussain

PORTFOLIO LINKEDIN EMAIL LEETCODE CODEFORCES

GitHub statistics and contribution activity

Featured Projects

Project Stack Description
Mithril Tiles Go · WebSockets · PostgreSQL · React · TypeScript Server-authoritative real-time drawing game with concurrent room event loops, reconnect-safe canvas state, authentication, scoring, timers, and automated tests.
Keepalive Monitoring Node.js · TypeScript · PostgreSQL · Redis · BullMQ · React Uptime and incident-monitoring platform with background workers, failure thresholds, latency tracking, SSL checks, alerts, and production deployment behind Nginx.
Durin's Code C++17 · WebAssembly · TypeScript DSL compiler and virtual machine for interactive text adventures: lexer, recursive-descent parser, semantic analysis, TAC optimization, bytecode generation, and browser IDE.

Open Source Contributions

I contribute primarily to backend systems, Go tooling, Kubernetes, and cloud-native infrastructure.
Below are selected contributions that best represent my engineering work.

25 PRs · 15 merged · 10 open · live GitHub data
Open Code Review: 16 PRs / 11 merged · KubeStellar: 2 PRs / 2 merged · Apache Magpie: 2 PRs / 2 merged · OpenEverest: 3 PRs / 0 merged · Kubeflow SDK: 2 PRs / 0 merged

Project Pull Request Status Engineering Impact
Alibaba OpenCodeReview refactor(cli): use Cobra validation for parent commands (#694) Merged Refactored CLI validation into Cobra's command lifecycle, simplifying argument handling and reducing custom validation logic.
Alibaba OpenCodeReview feat(llm): add GPT-5.6 models to OpenAI provider (#666) Merged Extended the OpenAI provider layer with support for additional model configurations.
Alibaba OpenCodeReview refactor(diff): strip index headers from review prompts (#609) Merged Improved the diff-processing pipeline by removing Git index metadata before constructing review prompts.
Alibaba OpenCodeReview fix(config): warn when active provider shadows llm settings (#588) Merged Added configuration diagnostics for conflicting provider and LLM settings, making runtime behavior easier to understand and debug.
Alibaba OpenCodeReview ci(test): add binary smoke test (#566) Merged Added CI coverage that builds and executes the CLI binary, catching packaging or startup regressions beyond unit tests.
Alibaba OpenCodeReview fix(delegate): guard JSON workflow against old CLI versions (#802) Open Adds compatibility checks around JSON delegation workflows when interacting with older CLI versions.
OpenEverest · CNCF Fix dev-up with spaced repository paths (#2790) Open Fixes OpenEverest's local Kubernetes development workflow when the repository is located inside a path containing spaces.
Apache Magpie Narrow SourceHut exception handlers (#988) Merged Tightened integration-layer exception handling so unexpected failures are surfaced instead of being silently swallowed.
Kubeflow SDK · CNCF fix(spark): add default service account fallback for Spark Connect (#672) Open Adds Kubernetes service-account fallback behavior to the Spark Connect integration when no explicit account is configured.
More upstream work: Alibaba OpenCodeReview · OpenEverest · KubeStellar · Apache Magpie · Kubeflow SDK

Backend engineering · Go · Kubernetes · Distributed systems · Open source

Pinned Loading

  1. mithril-tiles mithril-tiles Public

    Real-time multiplayer drawing & guessing game with a Go WebSocket backend and TypeScript frontend — server-authoritative room state, phase-based game loop, and concurrency-safe round management.

    TypeScript 1 1

  2. keepalive-monitoring keepalive-monitoring Public

    A high-performance, uptime monitoring system built with the T3 Stack. Features sub-second pinging, automated failover notifications via Discord webhooks, and a robust background task architecture

    TypeScript 1

  3. DurinsCode DurinsCode Public

    Durin’s Code is a DSL created to compile interactive text adventures into playable game engines.

    C++ 1

  4. ScadrialAPI ScadrialAPI Public

    Production-minded Go REST API with PostgreSQL, token auth, RBAC, Swagger docs, migrations, and E2E tests.

    Go 1

  5. Daa-Project Daa-Project Public

    A high-performance DAA project featuring 13+ Divide & Conquer algorithms. Includes optimized C++ implementations and an interactive Next.js web visualizer for Closest Pair and Karatsuba algorithms.

    TypeScript 1

  6. llm-from-scratch llm-from-scratch Public

    From-scratch implementation of a high-performance Large Language Model in PyTorch. Features modern architectural enhancements including Rotary Positional Embeddings (RoPE), Causal Multi-Head Attent…

    Jupyter Notebook