Go

Building a language in Go blog —
What I learned building CalcMark — a calculation language embedded in markdown — in Go. Lexers, parsers, type systems, and the tradeoffs that bit me.
Shrinking output from Go WebAssembly til —
Cross-compiling Go code to WebAssembly (WASM) is really powerful. It also produces massive files to download. So how can we shrink this down?
D2 Diagram Rendering in Hugo til —
How I integrated D2 diagram rendering into my Hugo blog with a custom Go script
Tracking program investments in SQLite blog —
Using SQLite to work with hierarchical data and learning about CTEs and data loading along the way.
SQLite and Go App blog —
Using Go and SQLite to munge YAML data for fun and profit…or for free.