All Posts
Every post in one place. Add a new markdown file under `posts/`, and `npm run posts:sync` will assign the next `id`, preserve `createdAt`, and set missing `updatedAt` metadata.

Quickly detecting Escapes with SWAR
A compact SWAR trick for detecting quotes, backslashes, control characters, and non-ASCII UTF-16 lanes while serializing JSON strings.

Testing in AssemblyScript
A practical guide to setting up tests in AssemblyScript, using snapshots, mocking, fuzzing, and running against real runtimes with as-test.

Quickly parsing Unicode Escapes with SWAR
Parsing JSON unicode escape sequences with SWAR instead of branches or lookup tables.

Fuzzing in AssemblyScript
How to add practical property-based fuzzing to an AssemblyScript project with as-test.
