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