sreyas

/Sreyas Support

About Sreyas Support

This author has not yet filled in any details.
So far Sreyas Support has created 25 blog entries.

MongoDB in Cpanel survey

MongoDB in Cpanel survey We had a chance to install MongoDB on one of our Cpanel-based servers. So, we just wanted to write down how to install, create and import MongoDB. Also, we will show you the steps required for the installation and how to create and import MongoDB. MongoDB is an open-source [...]

By |2022-12-08T13:59:03+05:30December 8th, 2022|Database|0 Comments

How to install Tailwind CSS

Install Tailwind CSS with Create React App It is advisable to use Vite, Next.js, Remix or Parcel instead of Create React App in the case of new projects. 1. Create your project; Using create-react-app, to create a new React project if you don't have one already. npx create-react-app my-project cd my-project 2. Install [...]

By |2022-11-15T11:31:20+05:30November 15th, 2022|React|0 Comments

Why integrating BigQuery was a challenge?

Why integrating BigQuery was a challenge? How we solved it. BigQuery requires authentication and authorization of the data submitted using the client libraries supported by BigQuery API, which are C#, GO, Java, Node.js, PHP, Python, and Ruby.  Engaging Networks used in the Acespace project allows us to edit HTML, CSS and  JavaScript only, [...]

By |2023-01-04T11:27:05+05:30October 17th, 2022|Php|0 Comments

How to install magento 2.3.2 version

Magento 2.3.2  version installation process. Magento 2.3.2 version was released with more user-friendly, high performance and security. Magento commerce & open source have some security updates and performance enhancements. Magento 2.3.2 version has security enhancements is used  to solve some issues like,  Sensitive data disclosure vulnerabilities  Cross-site scripting etc. How to install Magento 2 [...]

By |2019-09-09T10:29:51+05:30July 25th, 2019|Magento|0 Comments

How to easily update the php version?

Upgrade PHP version Website will be faster as the newer version of Php is more efficient. Updating to the latest supported version can deliver a huge increase in performance. The latest version of Php shows the latest security features like; 1. SQL injections 2. Directory traversal and code injection 3. Cross-site scripting and password [...]

By |2019-09-09T09:59:51+05:30July 16th, 2019|Php|0 Comments

Removing the fragment identifier from angular js url.

AngularJS routing without the hash '#' A Hashtag is not required in modern browsers, that support the Html5 API. First of all, you need to create a .htaccess file, then add to the code below. Two important things that need to be done. 1. Configuration of $location provider. 2. Setting/Add base for relative links. [...]

By |2019-09-09T10:38:51+05:30July 15th, 2019|Angular js|0 Comments

Payment gateway Bluesnap Implementation

BlueSnap is a global payment gateway which supports credit and debit card payments, ACH/ECP, SEPA Direct Debit, digital wallets, and Paypal. Its Payment API is RESTful and uses standard HTTP features. Bluesnap API supports automatic recurring subscription and we utilize this feature and implement as Custom Drupal 7 Module. We use cURL to get [...]

By |2020-03-31T12:02:04+05:30July 9th, 2019|Drupal|0 Comments

Sub Category wise listing of products in woo-commerce

Display woocommerce categories and product listing Wordpress: 5.2 Woocommerce: 3.6 If you want to group products subcategory wise the default woo-commerce product listing should be overridden. The product listing uses the archive-products.php file in plugin/woocommerce/templates. Now you have to override archive-products.php file to your theme/woocommerce folder. If the woocommerce folder is not present create [...]

By |2019-09-09T12:40:56+05:30July 9th, 2019|Wordpress|0 Comments