Updating PHP for WordPress
This post explain how to upgrade to PHP 7.3 in a Virtual Machine (VM) on the Google Cloud Platform (GCP). […]
This post explain how to upgrade to PHP 7.3 in a Virtual Machine (VM) on the Google Cloud Platform (GCP). […]
It returns the elements of an array if the condition is confirmed: Example:How to check salaries above 1 million some will […]
Filter even numbers: [ 2, 4, 6, 8, 10 ] Filter words by length Sources: https://www.linkedin.com/learning/learning-functional-programming-with-javascript-es6-plus
To avoid iterations over a list of objects: Sources: https://www.linkedin.com/learning/learning-functional-programming-with-javascript-es6-plus
Functions that return other functions Sources: https://www.linkedin.com/learning/learning-functional-programming-with-javascript-es6-plus
Download and install Anaconda from https://www.anaconda.com/distribution/ Intalling Anaconda on UBUNTU: In a terminal window write: Verify the integrity of the […]
This methodology reforce the security of a class Sources: https://www.linkedin.com/learning/learning-functional-programming-with-javascript-es6-plus/
Conditionals An example of testing Array of functions A list of functions executing as a routine Functions as arguments 1 […]
Then in /etc/dnsmasq.conf (which you may have to create) add the line: No more tumblr.com 😀
It is the prevention of changing a value. The use of const allows to modify the value but not the […]