What would you prefer as a structured data format which isn't entirely awful for humans to interact with? The condition I place on it is that as a human I'm not made sad. json, xml, toml, all make me sad. (YAML makes me _less_ sad, but not happy).
Sadly in the 'real world' it tends to mean "Can write a web UI, but can also work on the API service which it talks to, and probably write the SQL schema that service uses" It makes me very sad.
To me, a full stack developer can at least *understand* and *modify* anything from VHDL/Verilog through bootloaders, kernels, low level OS code, middleware, services, UI, servers, etc. Also some ability to read/adjust schematics and hardware layout.
To a webdev, who knows?
This is why I spend a bit longer on my AoC solutions than many (I never get on the leaderboard really) but I try and write code I *can* come back to and understand later.
Once again, @ericwastl made getting up during December that much more fun. Thank you for #adventofcode2020 Eric, and for those that went before.
300 club membership ahoyhoy!
Well, your docker could combine all the tooling, a webserver, etc. And give you an "easier" to re-deploy container later. Rather than a set of cobbled notes to try and redo next time. I only think of it as essentially executable notes for deployment.