WRITINGS
Independent technical blogs, architectural deep-dives, and system design philosophies.
Independent technical blogs, architectural deep-dives, and system design philosophies.
An exhaustive architectural analysis of Kafka partition key skew, producer hash salting, compound partition keys, and cooperative sticky consumer rebalancing. Specifically investigating distributing 100,000 msgs/sec evenly across kafka brokers when enterprise tenants exhibit severe 80/20 data volume skew.
An exhaustive architectural analysis of Server Actions security model, public POST endpoint exposure, cryptographic session verification, and single-use transaction nonces. Specifically investigating securing next.js server actions against unauthorized direct invocations, csrf exploitation, and replay attacks.
An exhaustive architectural analysis of Mechanical sympathy, lock-free ring buffers, cache line padding (64 bytes), single-writer sequencer, and sub-100ns matching latencies. Specifically investigating processing 15 million limit orders per second on a single thread by eliminating mutexes and aligning memory with cpu cache lines.