AVAILABLE FOR TECHNICAL PROGRAM MANAGER ROLES

I ship the systems
that move money.

Technical Program Manager in New York — I lead a 10-person cross-functional team and ship complex programs end to end, and I can read and write the code underneath them. Three products delivered: a live on-chain protocol, a cross-border fintech, and a payments marketplace.

Status
Open to work
Location
NYC / Remote
Languages
EN · Cantonese · Mandarin
Certified
Google PM · 2026
01

Selected work

Production systems. Real users, real money paths, real accountability.
PROJECT / 01Live · Open source
Founder & program owner · 2024–present

MegaCharm

A decentralized lottery protocol on BNB Smart Chain — provably fair daily draws, $5 stablecoin tickets, a 90% payout pool, instant on-chain settlement. Every line, contracts to frontend, written by one person.

  • Chainlink VRF for randomness anyone can verify on-chain
  • Chainlink Automation runs the daily draw — no human in the loop
  • Upgradeable Solidity contracts that custody user funds; audit published
  • React dApp, four wallet integrations, a $MEGA token tier system
SolidityChainlink VRFBSCNext.jsEthers.js
MegaCharmLottery.sol
contract MegaCharmLottery is UUPSUpgradeable {
  function fulfillRandomWords(
    uint256 requestId,
    uint256[] memory words
  ) internal override {
    // Chainlink VRF — provably fair
    _drawWinner(words[0]);
    _payout();  // 90% to the pool
  }
}
PROJECT / 02Live · Waitlist
Co-founder & CTO · technical program owner · 2025–present

Xanto

“Your money, without borders.” USD accounts, cards, and cross-border payments for LATAM and emerging markets. I own the whole technical platform — five applications on one financial core.

  • Double-entry ledger on Postgres — every cent accounted, audit-ready
  • Express / TypeScript API behind console, admin, and mobile
  • Card-issuing + stablecoin rails; wallet linking on Polygon (wagmi/viem)
  • Trilingual product with a referral-driven waitlist
TypeScriptExpressPostgresLedgerPolygon
ledger.sql
-- money never appears or vanishes,
-- it only moves
INSERT INTO ledger_entries
  (txn_id, account, direction, amount)
VALUES
  (:txn, 'user:usd',     'debit',  :amt),
  (:txn, 'treasury:usd', 'credit', :amt);
-- Σ debits = Σ credits, always
PROJECT / 03In build · Team of 10
Technical Program Manager & backend lead · 2026–present

BAGR

A music-industry marketplace where producers auction beats to artists — live bidding, licensing, escrowed payouts. On a ten-person team, I own the commerce and compliance backend.

  • Stripe payments with multi-state sales-tax compliance
  • Escrow-until-delivery: charge at close, license, then release payout
  • Authentication, identity verification, refunds, transactional email
  • The internal admin console and the team's go-live process
Node.jsPostgreSQLStripeSales taxREST
escrow.ts
auction.close()
  → stripe.charge(winner, amount + tax)
  → escrow.hold()
  → seller.deliver(files)
  → buyer.confirm()
  → license.issue(pdf)
  → payout.release(85%)
02

How I run programs

Instinct from years of zero-error federal adjudication.
// 01

Technical fluency

I've shipped every layer myself — contracts, ledgers, APIs, frontend, deploy. I scope realistically and unblock engineers instead of just tracking them.

// 02

Delivery discipline

Roadmaps, sprints, dependency and risk management, and go-live runbooks. Money systems don't get to be approximately right — so the program can't either.

// 03

Cross-functional glue

Design, frontend, iOS, backend, PM — I keep a 10-person team moving in one direction and communicate status up to founders and stakeholders.

03

Stack

Chosen by shipping. Everything here runs in a product above.
languages / frameworks

TypeScript · JavaScript · Python · Solidity
React · Next.js · Node · Express · FastAPI

blockchain

EVM · Hardhat / Foundry · Ethers.js · wagmi/viem
Chainlink VRF & Automation · ERC / BEP

payments / fintech

Stripe — payments, webhooks, tax
Double-entry ledgers · escrow · KYC

ai / llm

OpenAI API · LangChain · RAG
Embeddings · Pinecone / pgvector · agents

infrastructure

PostgreSQL (Neon, Supabase) · Redis
Docker · AWS · Vercel · Netlify · CI/CD

spoken

English — native
Cantonese — native · Mandarin — professional

04

Path

Hong Kong → New York at 14 → self-taught into software.
2026 — NOWBackend Lead & Technical PMBAGR — marketplace payments & compliance
2025 — NOWCo-Founder & CTOXanto — cross-border fintech for LATAM
2024 — NOWFounder & Sole BuilderMegaCharm — decentralized protocol, live on BSC
2022 — 2023Freelance DeveloperSmart contracts & full-stack APIs for clients
2021Self-taught engineerCodecademy — CS & Full-Stack paths
2019 — NOWBenefit Authorizer, GS-9U.S. Social Security Administration
2018U.S. ArmyFort Benning, GA · disabled veteran
05

Credentials

Google Career Certificates (2026) · Codecademy · Alchemy.
google · 2026

Cybersecurity Professional Certificate
Data Analytics Professional Certificate
Business Intelligence Professional Certificate

google · 2026

AI Professional Certificate
AI Essentials
IT Support Professional Certificate
Project Management Professional Certificate

engineering training

Codecademy — Computer Science path · 2021
Codecademy — Full-Stack Engineer path · 2021
Alchemy University — Ethereum Bootcamp · 2023

// let's build something

Open to the right
engineering seat.

Full-time roles and technical founding conversations — New York, remote, or hybrid. I answer fast and I'll walk through any codebase live.

samkan113096@gmail.com