Go - CLI Tool
Task
Keep building an understanding the structure of a CLI tool.
Blocker
Just basically the struggles of learning a new language.
Lesson
How CLI tools are built and basic GO syntax. Building with AI as a tutor and also really just learning what is what. A lot of boiler plate. That is coding and always has been. Flags. Commands. Configs. HTTP wrappers.
Additional Learning
30m Reading DDIA
Tomorrow
Keep going with the CLI. More flags and arguments. Hit some real endpoints.