Signal Atlas

Engineering portfolio · Aotearoa New Zealand

Robin Huang

Full-stack engineer in Auckland, New Zealand. I build software for regulated industries — the kind of work where the rules are published, so you can check whether the code actually follows them. Every project here started as my own idea, built out of a genuine passion for programming and the software industry.

Ten platforms.
Built to be checked.

Trade, security, drinking water, energy, health and open finance. Each platform is built against the published standard it has to follow, then checked against that standard directly — not just against its own tests. They are small projects, built out of interest and worked on a little at a time. None has run in production. I would like to grow them into something real, and maybe one day into something an industry could use.

Full CV, résumé & contact live at robinhuang.nz

Ten platforms · three bugs the tests missed

How I check my own work

Three bugs the tests missed.

Each of these sat in code that was internally consistent and fully tested. Each still disagreed with the real-world rule it was meant to implement.

None of them came from a test. All three came from checking the code against the published standard it claimed to follow — drinking-water rules and GST law. Those standards are free and precise, which is what made it possible to check the code against them at all.

The GST rule, as a working tool.

Two of these bugs came down to one GST rule, so I built that rule into a small calculator anyone can use — open-source, tested, and correct on the edge cases.

The range

Ten platforms. One deep, nine at slice depth.

TradeOps is the deep one — a full quote-to-cash workflow with a sandbox-verified Xero integration. The other nine model their domains at vertical-slice depth. Each card below carries the label its evidence supports, so you can see how far any one of them actually goes.

How it is built

Rules the code is held to.

Every merge gated.

Full suite, a Docker multi-scanner in strict mode, adversarial multi-agent review, green CI. Protected mains; immutable release tags — corrections ship as a successor version, never by moving a tag.

Unknown is never safe.

A missing cost is excluded from a margin, never zeroed. Partial evidence turns a check amber, never green. A sample with no collection time is excluded fail-closed.

Simulated is never reported as integrated.

A fixed vocabulary separates implemented / tested / integration-verified / official-sandbox-verified / simulated / demo-ready / externally-reviewed / production-validated — and nothing is promoted without the evidence for that word.

Stated plainly

What isn’t true of this work.

This is a portfolio in development, not a shipped product — so the limits belong up here, not in a disclaimer at the bottom. Even the gate that guards this work has not always agreed with reality, which is exactly why the checks above exist.

  • Not externally reviewed.

    No practitioner outside the project has evaluated any of it. Self-review and AI review are not external validation and are never recorded as such.

  • Not production-validated.

    Nothing has run in production or a pilot.

  • Not certified.

    Reading a regulation is not conformance. The conformance work records a cited position with known gaps — 31 findings remain open and registered, four of them HIGH.

  • The scanner’s own gate failed open until recently.

    An unrecognised category matched nothing, so a strict gate looked enabled while protecting nothing. Every prior “gate passed” was re-verified by measurement rather than assumed. They held — because no repository overrode the default. That check is recorded because the alternative, assuming, is how the three failures above happened in the first place.