Skip to content
View builtbyhuy's full-sized avatar

Highlights

  • Pro

Block or report builtbyhuy

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

Hi, I'm Huy.

I build Python and JavaScript tools for the parts that fail quietly: webhooks, plugin discovery, and release handoffs.

My favorite demo is the one that breaks on purpose.

Start here

A signed-webhook simulation with SQLite-backed duplicate/conflict detection and bounded retries. Event identity survives restarts; exhausted retries require explicit recovery instead of quietly trying again.

Python · SQLite · HMAC · unittest — independent sample; synthetic events, simulated CRM, no customer traffic.

A zero-dependency CLI and GitHub Action that verifies skills and hooks against a pinned Codex release. Declared capabilities and observed discovery stay separate; installation alone is not proof that a plugin works.

JavaScript · Node.js · GitHub Actions · Docker — experimental; strict isolation is Linux-only, and discovery is not a security certification.

A release-review interface with an executable acceptance model. Missing evidence keeps the fictional release blocked; unit and browser tests cover the decision rules, state transitions, and keyboard-focus recovery.

HTML/CSS · JavaScript · Playwright — independent frontend sample, not a deployment controller.

Reviewed outside my own repos

In python-docx-ng PR #131, I fixed quote-sensitive style lookups by binding XPath variables and adding regression coverage. The maintainer reviewed the edge cases and merged it. One open-source contribution, not a client case study.

On my bench

I'm extending the webhook sample into HandoffLab: a failure-replay matrix that checks downstream side effects and records the operator's recovery decision. The local prototype is tested; it is not released yet.

Say hello

For a focused software project or open-source collaboration: email me or find me on LinkedIn.

Pinned Loading

  1. webhook-crm-reliability-sample webhook-crm-reliability-sample Public

    HMAC-authenticated Python webhook reliability boundary with idempotency, bounded retries, payload-free logs, CI, and 42 tests.

    Python

  2. codex-plugin-check codex-plugin-check Public

    Evidence-first GitHub Action and CLI for verifying released Codex plugin discovery.

    JavaScript

  3. proofline-release-review proofline-release-review Public

    Responsive release-review UI with deterministic acceptance logic, CI, unit tests, and browser tests.

    HTML