Debouncing – preventing a function to run instantly in React

Debouncing – preventing a function to run instantly in React

Debouncing is a term in software development that is used to prevent a function to run until a specific time has elapsed, which significantly improves the cost. Cost in the terms of requests. Example: let’s say we have a search

Introducing the Himalayan Bank WooCommerce Plugin to accept Credit Cards payments

Introducing the Himalayan Bank WooCommerce Plugin to accept Credit Cards payments

Himalayan Bank recently updated its payment API to v2. The Himalayan Bank WordPress plugin version 1.x. doesn’t work anymore. Please update the plugin to v2 if you still have version 1.x on your site. If you’re new, check out the

Exclude directory when using git diff

Exclude directory when using git diff

git diff is one of the frequently used git commands during software development. It shows you the changes you made locally from the last commit. However, sometimes you don’t want to see the diff from specific directories. For example in

Tracking the PHP script execution time

Tracking the PHP script execution time

Heads up! The article doesn’t mean the CPU Execution Time but the clock time and so it can vary when comparing with the “max_execution_time”. Tracking the PHP script execution time is very important in case you’re dealing with a large

don’t disable SSL Verification, please.

don’t disable SSL Verification, please.

Developers have an instant urge to use sslverify => false in most cases when performing an API request or connecting to external services. This is not the case with WordPress only, but let’s discuss it with WordPress. WordPress has a

× WhatsApp