HTTP Requests with Axios – Practical Guide with Examples

Axios is a popular JavaScript library that simplifies the process of sending and handling HTTP requests in both frontend and backend applications. It provides a user-friendly interface and a plethora of features that make working with APIs a breeze. In this blog, we’ll explore the power of Axios with practical examples, demonstrating how to perform...

Share
Quick ride through Magento 2 Architecture

The architecture of Magento 2 is designed to be modular, scalable, and flexible, allowing developers to build complex e-commerce solutions with ease. Here is an overview of the key components of the Magento 2 architecture: Presentation layer: The presentation layer is responsible for rendering the front-end of your Magento 2 store, including the user interface,...

Share
Magento 2 Commands

Magento 2 Commands Short Commands Usage of Commands php bin/magento setup:upgrade php bin/magento s:up Upgrades the Magento application to the latest version, DB data, and schema php bin/magento setup:di:compile php bin/magento s:d:c Generates DI configuration and all missing classes that can auto-generated php bin/magento indexer:reindex php bin/magento i:rei Reindexes Data php bin/magento cache:flush php bin/magento...

Share
Steps to increase the speed of Magento 2.4 web site

Use a reliable hosting provider: Choose a hosting provider that offers fast servers, reliable uptime, and has experience hosting Magento sites. Enable Magento Cache: Magento 2.4 includes several cache types that can significantly improve the performance of your site. Go to System -> Cache Management and enable all the caches. Enable flat catalog: Enabling flat...

Share
How to create a stored procedure in Magento 2.4

Create a new module in Magento 2.4, or use an existing module. Create a new file in your module under the Model directory. Name the file according to your procedure, for example: MyProcedure.php. In your new file, create a class that extends \Magento\Framework\Model\AbstractModel. This will allow you to use the Magento 2.4 Object Manager to...

Share
Remove repeated malicious script using shell script

We can use below code to remove repeated malicious scripts #!/bin/bash pattern_1=”<FilesMatch \”.(py|exe|php)$\”>” pattern_2=”[ ]*Order allow\,deny\n” pattern_3=”[ ]*Deny from all\n” pattern_4=”[ ]*<\/FilesMatch>\n” pattern_5=”[ ]*<FilesMatch \”\^(about.php|radio.php|index.php|content.php|lock360.php)$\”>\n” pattern_6=”[ ]*Order allow\,deny\n” pattern_7=”[ ]*Allow from all\n” pattern_8=”[ ]*<\/FilesMatch>\n” complete_pattern=”$pattern_1\n$pattern_2$pattern_3$pattern_4$pattern_5$pattern_6$pattern_7$pattern_8″ replacement_1=”” replacement_2=”” replacement_3=”” replacement_4=”” replacement_5=”” replacement_6=”” replacement_7=”” replacement_8=”” complete_replacement=”$replacement_1$replacement_2$replacement_3$replacement_4$replacement_5$replacement_6$replacement_7$replacement_8″ filename=”.htaccess” echo “” echo “Replacing the lines..” sed -i “/$pattern_1/{  ...

Share
Android

Meet the OS that’s optimised for how you use your phone. Helping you to manage conversations. And organising your day. With even more tools and privacy controls that put you in charge.

Share
Shopify

Shopify is a commerce platform that allows anyone to set up an online store and sell their products. Merchants can also sell their products in person with Shopify POS.

Share
Magento

Adobe Experience Cloud brings together all of your marketing tech in a single place, so you can do everything from managing your content and delivering email campaigns to automating your ad buying and measuring your success. One integrated approach for one seamless experience.

Share