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...
How to resize a VirtualBox vmdk file
If you want to end having back a vmdk hard disk (maybe you are interested in using the disk in...
What’s new in ES2022?
The fact that you’re here means you’re looking for the new JavaScript features you can use in the close future....