Tagged

typescript

2 notes

28 Apr 2026

I built pipequery, a pipe-based query language for JavaScript — over a weekend

Pipequery - A small, zero-dependency query language for JavaScript and TypeScript that lets you filter, transform, aggregate, and join data using a left-to-right pipe syntax instead of the back-to-front nesting that SQL forces on you

nodejsjavascriptarchitecturewebsockettypescriptdata

11 Jul 2024

Design Patterns for Low-latency Applications Including High-frequency Trading in Typescript from C++

The aim is to optimize latency-critical code to improve speed in HFT. Focuses on programming strategies and data structures for HFT. Created a Low-Latency Programming Repository and optimized a trading strategy using this repository. Implemented the Disruptor pattern in C++ for Order Management Systems (OMS).

typescriptHFTtradingc++