Posts

A Comprehensive Introduction to Tree-sitter (2021-08-06)

Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.

How Shopify Dynamically Routes Storefront Traffic (2021-04-09)

Fast continuous integration (CI) time and deployments are great ways to increase the velocity of getting changes into production. However, for time-critical use cases like ours removing the CI time and deployment altogether is even better.