All TOPICS PHP 7 Fundamentals for Beginners
PHP 7 Fundamental Tutorial for Beginners – Introduction – Click Here How to Work Stated on PHP – Click Here PHP 7 Fundamental Tutorial for Beginners – PHP Syntax –…
Read more »How to define PHP variable type conversion operators?
In this blog, I am going to explain Variable Type & Type Conversion in PHP.variable type depends on the value of currently holds means when you declare a variable in…
Read more »How to define constant in PHP?
what is constant in PHP? A variable whose value we cannot modify Constant means fixed. We cannot change the value which we have fixed as fixed later. The definition of…
Read more »Terraform Tutorials: Variables – Data Type – Map
In this example, the instance_tags variable is defined with a type of map(string), and it is given a default value of { Name = “my-instance” }. The AWS provider is…
Read more »How to declare a local & global variable in PHP?
Local Variable:- Local Variables mean local is declared inside a function. Its value applies in any function. When local variable value modified in one function then changes not apply in…
Read more »Octopus deploy Package Deployment Feature Ordering
When Octopus deploys packages, it runs a series of actions implementing the conventions or features enabled for that step. The order of evaluation once the package is extracted is: BeforePreDeploy.*…
Read more »Ansible Variable Lab & Excercise – Part 6
Assigment 1 – Create a playbook and setup a webserver(httpd) and use httpd as a variable decalared in role var file Assigment 2 – Create a playbook and setup a…
Read more »Ansible Variable Lab & Excercise – Part 5
Assigment 1 – Create a playbook and setup a webserver(httpd) and use httpd as a variable decalared in inventory. Assigment 2 – Create a playbook and setup a webserver(httpd) and…
Read more »Ansible Variable: Ansible & Ansible Tower Variable Precedence Hierarchy
Ansible & Ansible Tower Variable Precedence Hierarchy (last listed wins)
Read more »