short code patterns and reference material.
Common lifetime annotation patterns in Rust that come up repeatedly when building parsers, buffers, and zero-copy APIs.
A minimal gap buffer implementation for efficient text editing with O(1) insertions at the cursor.
Practical patterns for goroutines, channels, and the sync package that I reach for regularly.