In this article, I’m going to tell you how to install PHP 7.4 or 7.3 or 7.2 on aws EC2 instance. To do that you need to first set up an EC2 instance. Once you have done with EC2 instance…
Expand +Tag: How To
How to create customizable products in Shopify without an app
You may need to let your customers customizable products in Shopify before checkout on your store. You may offer monogram, or you may need to let customers insert a text like Name, date, custom color, or you may want to…
Expand +How to add Conditional Checkout Fields in WooCommerce
One of the most important pages in any Woo-commerce store is the checkout page. In the world today, there are many online stores. Therefore, you need to customize your checkout page to be ahead of your competitors. Also Read: How…
Expand +How to remove product-category slug in WooCommerce?
I was trying to figure out how to remove product category slug in WooCommerce (eg: remove /product-category/ ) from my URLs category and I just couldn’t seem to remove it. For eg: https://tistook.com/product-category/frock I just wanted to be https://tistook.com/frock Finally,…
Expand +How to Draw Route Path on Map using Google Maps Direction API in PHP
In this article, you will learn about How to Draw Route Path between two locations on Map using Google Maps Direction API in PHP. You can easily display maps on the website using Google Maps API and point the location using…
Expand +How to Use *ngIf else, then directive in Angular
There is always a moment where you have to compare between two entities where creating your Angular application or any other application. These entities can be variables or array objects. The theory of comparison has helped to break down a…
Expand +How to upgrade Node.JS to the latest version
In this article, we’ll cover all methods of how to upgrade NodeJs to Latest version in Linux Os, Ubuntu Os, Windows 7, 8, 10, and Mac Osx using NPM (Node Package Manager) and NVM (Node Version Manager). And finally, we…
Expand +How to use map() in Javascript
Introduction to JavaScript Array mapfunction or map() The map function or map() in javascript is very helpful when you need to convert or modify the elements in an Array. See Below image code It runs from left to right across the…
Expand +How to Create Dynamic XML Sitemap in Codeigniter?
How to create dynamic XML sitemap in CodeIgniter application is really important to crawl website pages links or URLs for Google, Yahoo. Every basic website needs an XML sitemap so that we can submit the XML sitemap to google search…
Expand +How to Zip and Download files using NodeJS
In this tutorial, I’ll show you the basic procedure of how to zip and Download files using NodeJS. For a web application, zipping multiple files and downloading is a key feature for any web developer or programmer. Assume you are developing…
Expand +