Operational surface / 01

Designing infrastructure that scales, and defenses that hold.

Backend infrastructure, distributed systems design, and API reverse-engineering for data acquisition.

Scroll to project index

Core disciplines

Where the work concentrates

DSC-01

Infrastructure

Designing for scale and uptime — capacity planning, cache behavior, operational visibility, and predictable failure modes.

ScalingCachingReliability
DSC-02

Bot Detection & Evasion

Building detection systems — fingerprinting, behavioral signals, challenge design — and the techniques that defeat them. Understanding both sides of the adversarial loop.

FingerprintingBehavioral signalsChallenge design
DSC-03

Data Acquisition

Reverse-engineering APIs for data extraction — traffic inspection, auth/session replication, and resilient client behavior under adversarial constraints. No browser automation.

API analysisAuth/sessionPublic data
DSC-04

JS Reverse Engineering

Deobfuscating and analyzing JavaScript VMs, control-flow obfuscation, and anti-tamper protections to understand how client-side logic actually works.

DeobfuscationJS VMsAnti-tamper

Project index

Selected systems

SYS-01

Video CDN

Tiered storage hierarchy (HDD → NVMe → edge) for video delivery, tuned for cache locality and origin protection.

CDNCachingEdge routing
SYS-02

CDN DRM

WASM-based playback protection with embedded client fingerprinting — obfuscating key handling from tampering while detecting anomalous, restream-pattern client behavior.

WASMStreamingFingerprinting
SYS-03

Public Data Acquisition

Large-scale retrieval of public data, including circumventing automated verification layers designed to block programmatic access.

Data pipelinesVerification automationLarge-scale retrieval
SYS-04

Distributed Infrastructure

Containerized services orchestrated with Kubernetes and Docker, deployed through CI/CD pipelines.

KubernetesDockerCI/CD

Philosophies

How the work gets done

  1. PHIL-01

    Kernel-level over userspace hacks, when the kernel already solves it

  2. PHIL-02

    Reverse-engineer before reinventing

  3. PHIL-03

    Cache aggressively, but know exactly why something is hot

  4. PHIL-04

    Detection and evasion are the same problem, viewed from opposite sides

  5. PHIL-05

    The simplest system that survives production is the right one