How to start an Interceptor degug session in Postman

In older versions of Postman you could start an interceptor session from the footer. Nowadays (ending of 2023) you can only start a proxy...

Coding

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 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...

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...

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....