Insert contact button when woocommerce product price is empty
In some clients’ WordPress and WooCommerce based ecommerces the need appeared to replace the normal “Add to cart” button with...
How to install different PHP versions on XAMPP
It is quite a while (several computers ago) that I installed XAMPP for the first time and, although other solutions...
How to enable SMS code multifactor authentication in Microsoft Office 365
Since some weeks ago, I have realized that Microsoft has changed the default multifactor authentication values for new created users...
The difference between observability and monitoring
There are different positions on whether observability and monitoring are two sides of the same coin. We are going to...
How to use debounce in class components in React
Debouncing is used for optimizing the performance of a web app. It is done by limiting the rate of execution...
How to share a folder in VirtualBox with a Windows host and a Linux guest
VirtualBox is an open-source, cross-platform virtualization software that allows you to run multiple guest operating systems (virtual machines) simultaneously. That makes...
Remove a url from Google
You may at some point need to remove a URL from Google so that it no longer appears in search...
htaccess to redirect a url, file, or folder
Sometimes, in web and app development or deployment operations, you need to insert some rules in the .htaccess file at...
Problems to start session on Microsoft Teams
If you are an administrator of the Microsoft Office 365 software, it is quite probable that you have faced with...
Problem array_diff_assoc() on multidimensional arrays
When coding an endpoint of a REST API on decoupled applications, it is a very good idea to optimize the...