Posts tagged "typescript"
-
Rewriting discourse-comments in TypeScript: Dropping WASM for a 97% Smaller Bundle
I rewrote the Discourse embedded comments API client from Rust/WASM to pure TypeScript. The bundle went from 742 KB to 18 KB.
-
Reverse Engineering A Unique Data Structure - Part 3, Course & Course Details
Decoding deeply nested course data by resolving schema maps within schema maps to extract readable information about disc golf courses including layouts, holes, and amenities.
-
Reverse Engineering A Unique Data Structure - Part 2, Search
Discovering and using search endpoints for places and courses that return well-formed data, making it easy to find specific locations and query disc golf course information.
-
Reverse Engineering A Unique Data Structure - Part 1, Courses
Uncovering how a Remix-based disc golf app encodes course data in obfuscated arrays using index maps and schema maps, then writing TypeScript to parse it into usable objects.