Articles in this series
While static assignments use import module as seen in the previous project, the include module is used for dynamic assignments. It is recommended to...
When we refactor in computer programming, it means making changes to the source code without changing the expected behaviour of the software. We often...
We will be automating the management of our web application with infrastructure as code (IAC) using Ansible. Ansible helps to speed up deployment...