Categories
Wordpress

Setting up Indian GST system on your WooCommerce Based Website

If you are setting up your e-commerce website on WooCommerce you must be thinking about how to set up GST in your billing system. The excellent point is you don’t need any additional plugins to do this. It is very easy to configure GST taxation on your website so let us see how. What is […]

Categories
Wordpress

How to add Scripts on your WordPress site without using any plugin

If you are looking for how to add that google analytics script, google tag manager script or hot jar script to your WordPress website. Then you don’t need to add those plugins, because adding plugins is easy but you need to regularly update them. As hackers use plugins mostly if they are not maintained by […]

Categories
Hosting

Easy steps to add Free SSL Certificate to your godaddy shared hosting

It is very easy to add a free SSL certificate to your GoDaddy shared hosting account, just follow these steps: Switch ON your SSH Connect SSH from your system Install acme.sh script to issue your certificate Deploy certificate automatically or manually Switch ON your SSH So first step is to switch on SSH on your […]

Categories
JavaScript React

Create Autocomplete Search Box with Debouncing

What is Debouncing? Debouncing is a technique to improve browser performance specially used to limit the number of API calls. For Example, you want to make an Autosearch functionality on your website. Whenever users start typing you will have to make an API call and return the result in a list view. Making API calls […]