Skip to content
View hamzzaaamalik's full-sized avatar

Block or report hamzzaaamalik

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

Hi, I'm Malik 👋

Backend engineer building AI agents, developer tools, and infrastructure for the AI era.

Currently working on open source

I'm actively contributing to Tracer-Cloud/opensre — an open-source agentic RCA framework. Across the last few weeks I've shipped 6 merged PRs and 1 in review, spanning new features, security improvements, reliability fixes, and synthetic test coverage:

PR What it does
#619 Jira investigation tools for incident ticket management
#630 Remote runtime investigation with Slack thread context
#632 Fix flaky test_validation by preloading SDK error classes
#634 Mask sensitive infrastructure identifiers before model calls
#643 Multi-instance integrations (multi-account, multi-region, multi-cluster)
#661 8 Kubernetes RCA synthetic scenarios
#666 5 EKS noise/false-positive scenarios (in review)

Other projects

AI agents & LLM tooling

  • minitracer — AI-powered alert investigation with LangGraph orchestration and evidence-backed RCA (Python)
  • codedrift ⭐5 — AI refactoring guardrail catching bugs ESLint/TypeScript miss (TypeScript)
  • AuragenAI ⭐5 — AI development tool (TypeScript)

Backend systems & infrastructure

  • memex ⭐13 — High-performance local-first memory engine for AI apps. Rust core + Node.js REST API
  • nvr-monitoring-dashboard ⭐3 — Full-stack NVR monitoring with live streaming and PTZ controls (JavaScript)
  • deltagraph — Code analysis backend for ERP customization management (TypeScript)

Blockchain / Web3

  • movegate-contracts ⭐2 — Agent identity & on-chain mandate delegation on Sui (Move)
  • movegate-sdk — TypeScript SDK for trustless AI agents with on-chain authorization

Stack

  • Languages: JavaScript (Node.js), Python, TypeScript, Rust, Move
  • AI/ML: LangGraph, Anthropic SDK, prompt engineering, agent evaluation, synthetic test design
  • Backend: FastAPI, async pipelines, REST APIs, MCP
  • Cloud / infra: AWS (Lambda, EKS, S3), Kubernetes, Datadog, Grafana
  • Quality: Adversarial scenario design, regression harnesses, integration testing

📬 Reach me

Popular repositories Loading

  1. memex memex Public

    Memex is a high-performance, local-first memory engine built for AI applications, chatbots, and intelligent agents. It combines a Rust-powered core with a Node.js REST API to deliver ultra-fast mem…

    Rust 13 3

  2. AuragenAI AuragenAI Public

    TypeScript 5 2

  3. codedrift codedrift Public

    AI Refactoring Guardrail - Catch bugs that ESLint, TypeScript & SonarJS miss. Detects stack trace leaks, hallucinated dependencies, missing awaits, hardcoded secrets & AI anti-patterns. Local-first…

    TypeScript 5

  4. nvr-monitoring-dashboard nvr-monitoring-dashboard Public

    Full-stack web application for monitoring Uniview NVR cameras with live streaming, PTZ controls, and real-time alerts. Built with React.js, Node.js, ONVIF protocol, and HLS streaming.

    JavaScript 3

  5. movegate-contracts movegate-contracts Public

    MoveGate Protocol: Agent Identity, Authorization & Trust Infrastructure for Sui. On-chain mandate delegation, hot-potato auth tokens and reputation scoring.

    Move 2 1

  6. deltagraph deltagraph Public

    DeltaGraph is a production-ready backend system that helps enterprises understand and manage their ERP customizations. It ingests repository code, builds dependency graphs, and answers crucial ques…

    TypeScript