Go

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?

go wasm tinygo crosscompilation optimization compression

D2 Diagram Rendering in Hugo til — How I integrated D2 diagram rendering into my Hugo blog with a custom Go script

hugo diagrams d2 go

Tracking program investments in SQLite blog — Using SQLite to work with hierarchical data and learning about CTEs and data loading along the way.

sqlite cte hierarchical data go

SQLite and Go App blog — Using Go and SQLite to munge YAML data for fun and profit…or for free.

go yaml sqlite program-management