CSV2DS

CSV2DS is a new program I wrote in Go to help me create minimum working examples for SAS that can be shared as a single SAS script.

Nov 23, 2022 · 3 min · 577 words · D. Michael Senter

Cross Compiling With Go

When using compiled languages like C/C++, Go, Rust, etc. a separate binary needs to be created for every OS and architecture the software is meant to run on. Cross-compilation can be daunting at first. In Go, it is built-in and straightforward to use.

Aug 11, 2022 · 2 min · 344 words · D. Michael Senter

Wordle in Golang

Learning the basics of Go with a Wordle app.

May 5, 2022 · 1 min · 208 words · D. Michael Senter