API Mesh is a core feature of Adobe App Builder which provides an orchestration layer to aggregate all third part Api’s or adobe services (Adobe Commerce Cloud, Commerce Catalog service, etc...) with single end point. It combines multiple API sources and provide response for your application to consume. Mesh provides single GraphQL endpoint....
Seller Assisted Shopping
Magento 2 is a powerful and flexible e-commerce platform that offers many benefits for online merchants and developers. In this blog, I will focus on one of the most exciting features of Magento 2.4.6, the latest version of the platform, which is Seller-Assisted Shopping....
Maximizing Magento 2 Application with the Flexibility of Interceptors
Magento 2 interceptors, also known as plugins, are a powerful tool that allows developers to modify the behavior of a class without changing its code. This is achieved by intercepting method calls and executing code before, after, or around the original method. Interceptors are implemented using the plugin design pattern, which is a structural...
Split Database & Why it is Deprecated
The Magento system is highly scalable and includes the ability to use multiple databases at the same time, this feature is called a split database solution. This feature is only available in Magento commerce or now also known as Adobe commerce solutions....
Proxies In Magento 2
A proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object....