Skip to content
View amh1k's full-sized avatar
  • Fast NUCES, Karachi campus (Student)
  • Karachi, Pakistan
  • 03:05 (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.

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
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, Kubernetes, cloud-native infrastructure, and developer tooling, with ongoing work across the OpenEverest ecosystem, Alibaba OpenCodeReview, Kubeflow, Apache, and KubeStellar.

25 PRs · 18 merged · 7 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 / 3 merged · Kubeflow SDK: 2 PRs / 0 merged

Project Pull Request Status Engineering Impact
OpenEverest · MariaDB Provider Enable TLS transport encryption (#46) Merged Implements end-to-end TLS support for standalone and Galera deployments, including provider-to-operator configuration mapping, certificate preservation, CA publication in connection secrets, validation, UI controls, and unit/integration coverage.
OpenEverest · CNCF Spaced repository path support (#2790) · release-2.0 port (#2812) Merged Fixed the Kubernetes development workflow across Make, Tilt, Helm, controller-generation, and frontend build paths when OpenEverest is checked out under directories containing spaces; adapted the fix independently for the diverged v2 release branch.
OpenEverest · CNCF Add typed backup and restore state enums (#2933) Merged Strengthens the v2 API contract by adding CRD enum validation and propagating typed backup/restore states through generated OpenAPI schemas, Go clients, CLI code, and TypeScript UI/API-test types.
Alibaba OpenCodeReview Refactor CLI validation using Cobra (#694) Merged Moved parent-command validation into Cobra's command lifecycle, reducing custom argument handling and making CLI behavior more consistent.
Alibaba OpenCodeReview Strip Git index headers from review prompts (#609) Merged Improved the review pipeline by removing irrelevant Git index metadata before diffs are passed into LLM review prompts.
Alibaba OpenCodeReview Add binary smoke testing to CI (#566) Merged Extended CI beyond unit tests by building and executing the distributed CLI binary to catch packaging and startup regressions.
Kubeflow SDK · CNCF Spark Connect default service-account fallback (#672) Open · LGTM Adds Kubernetes service-account fallback behavior for Spark Connect deployments and accompanying test coverage, simplifying SDK usage with default Spark Operator installations.
Apache Magpie Narrow SourceHut exception handlers (#988) Merged Tightened integration-layer exception handling so unexpected failures propagate correctly instead of being silently swallowed.
More upstream work: OpenEverest Core · OpenEverest MariaDB Provider · OpenEverest Docs · Alibaba OpenCodeReview · Kubeflow SDK · Apache Magpie · KubeStellar

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