Skip to the content

Rahul Sahni | Javascript, React, Frontend Tech BlogBlog | Rahul Sahni

JavaScript | HTML | CSS | ReactJS
  • Home
  • Home
Categories
Wordpress

Setting up Indian GST system on your WooCommerce Based Website

  • Post author By Rahul Sahni
  • Post date September 6, 2022
  • No Comments on 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 […]

  • Tags gst, tax, woocommerce, wordpress

Categories
Wordpress

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

  • Post author By Rahul Sahni
  • Post date August 28, 2022
  • No Comments on 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 […]

  • Tags custom-script, functions.php, google-analytics, JavaScript, php, wordpress

Categories
Hosting

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

  • Post author By Rahul Sahni
  • Post date November 13, 2021
  • No Comments on 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

  • Post author By Rahul Sahni
  • Post date March 9, 2020
  • No Comments on 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 […]

  • Tags Auto Complete, Debounce, JavaScript, React, React.js, Search Suggestions
rahul sahni

About Rahul

An experienced frontend developer specialized in Javascript and Web Development. This blog is to share my knowledge and tricks learned while working.

Follow me on linkedin Contact me if you have any questions on [email protected]

© 2025 Blog | Rahul Sahni

To the top ↑ Up ↑