software-engineering-handbook
software-engineering-handbook copied to clipboard
References and practical information on Software Engineering
For example, pylint for python scripts and any static checking for yamls
One of the first questions some people ask when first introduced to Docker is: what are the requirements for compatibility between an image and the host OS on which it...
Docker overviews sometimes focus on the top-down description with analogies to Docker being a lightweight VM or similar. A bottom-up context is, instead, an analogy with application dependency packaging &...
Call 'handbook build' command automatically to always keep the Handbook folder on the GitHub repository current with the contents (guides and topics) and config files. Suggested by @richardapeters to eliminate...
It would probably be beneficial if the repo runs automated build tests on each PR and each push. Things that can be tested: - Markdown style - can be done...
Perhaps it will be useful to have the navigation builder also add breadcrumbs on top of all the navigation pages?  This could either be done by the builder itself,...