#docker
Read more stories on Hashnode
Articles with this tag
Last week I wrote an article on how to use Angular and Docker to keep your configuration outside of your code. Keeping you configuration outside of...
Apps sometimes store config as constants in the code. This is a violation of twelve-factor, which requires strict separation of config from code....