<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Development Archives &#187; Solution Tutorials</title>
	<atom:link href="https://www.solutiontutorials.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.solutiontutorials.com/tag/development/</link>
	<description>We share everything we know</description>
	<lastBuildDate>Fri, 18 Apr 2025 12:08:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.solutiontutorials.com/wp-content/uploads/2019/01/icon-crm-300x300-150x150.png</url>
	<title>Development Archives &#187; Solution Tutorials</title>
	<link>https://www.solutiontutorials.com/tag/development/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>HexaSync The Most Flexible Sync Solution WHY?</title>
		<link>https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/</link>
					<comments>https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 17 Apr 2025 02:55:27 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Automate]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=899</guid>

					<description><![CDATA[<p>Introducing Leading System Sync Solutions: Why HexaSync Stands Out In the fast-paced world of digital commerce, seamless data synchronization between platforms is crucial for operational efficiency and business growth. Today, we explore three powerful system sync solutions—HexaSync, Celigo, and M2ePro—with a special focus on HexaSync’s unmatched flexibility and adaptability. HexaSync: The Flexible Integration Engine by Beehexa HexaSync, developed by Beehexa, is a modern iPaaS (Integration Platform as a Service) designed to automate and streamline business operations by connecting both legacy...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/">HexaSync The Most Flexible Sync Solution WHY?</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shopify CLI Docker image</title>
		<link>https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/</link>
					<comments>https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 25 Mar 2023 06:11:42 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Shopify]]></category>
		<category><![CDATA[Shopify-CLI]]></category>
		<category><![CDATA[Shopify-theme]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=868</guid>

					<description><![CDATA[<p>Shopify CLI is a command-line interface tool that helps you build Shopify apps and themes. It quickly generates Node.js, Ruby on Rails, and PHP apps, app extensions, and Shopify themes. You can also use it to automate many common development tasks. Theme Kit is a cross-platform command line tool that you can use to build Shopify themes. Docker hub: https://hub.docker.com/r/hieuhidro/shopify How to use the image DOCKER DOCKER COMPOSE docker-compose.yml: docker-compose Starting development a theme Access to the container or Adding...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/">Shopify CLI Docker image</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to cache Magento collection query results</title>
		<link>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/</link>
					<comments>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Tue, 24 May 2022 16:06:52 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=781</guid>

					<description><![CDATA[<p>Introduction Today, I would like to introduce &#8220;How to cache the Magento collection result&#8221; without customizing the PHP code. When you have worked with the Magento collection, you would like to consider if you can cache the result for the next time if the data aren&#8217;t generally updated by admin or 3rd tools. By default, Magento support saves the result of the collection to cache but it is not enabled by default, we have to add some custom to di.xml...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/">How to cache Magento collection query results</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>How to create a custom message queue in Magento 2</title>
		<link>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/</link>
					<comments>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 09:50:40 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=596</guid>

					<description><![CDATA[<p>We know that Magento 2 supports consumer and MessageQueue by default (MQF). The Message Queue Framework (MQF) is a system that allows a&#160;module to publish messages to queues. It also defines the consumers that will receive the messages asynchronously. Example, after save the order, you have to send a notification to the customer (In this case, we temporary forget the feature asynchronous email, and forcus to the process that could asynchronously) The following diagram illustrates the Message Queue Framework In...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/">How to create a custom message queue in Magento 2</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Adding a customization product filter on the product list</title>
		<link>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/</link>
					<comments>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sun, 08 Aug 2021 17:13:09 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Module Development]]></category>
		<category><![CDATA[Training]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=536</guid>

					<description><![CDATA[<p>Some day, you has a request that add a default filter on category &#38; search result page that always filter product match a condition such as &#8220;Style&#160;Jacket&#8221;. Adding a customization filter on layered navigation of the category and search result page isn&#8217;t simple, Today I will provide you with how to do those things with&#160; Default Magento and Customize the module Amasty Layered Navigation.. Part 1: Adding a custom filter on category page/search page with default Magento 2. Firstly, You...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/">Adding a customization product filter on the product list</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Debug Magento Cloud project with Xdebug</title>
		<link>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/</link>
					<comments>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 07 Aug 2021 11:38:50 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Magento Cloud]]></category>
		<category><![CDATA[Xdebug]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=462</guid>

					<description><![CDATA[<p>Debug Magento Cloud project with Xdebug It&#8217;s the same as remote debugging on a webserver. Just some differences are listed below&#8211; Magento Cloud has 3 nodes for the staging environment.&#8211; You have to create a ticket on Magento support for enabling Xdebug and get the Xdebug key. Requirements To run and use Xdebug, you need the SSH URL for the environment. You can locate the information through the Project Web Interface or your Cloud Onboarding UI. Configure Xdebug To configure...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/">Debug Magento Cloud project with Xdebug</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 Graylog integration</title>
		<link>https://www.solutiontutorials.com/development/magento-2/graylog-module/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/graylog-module/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 17 Apr 2021 05:38:29 +0000</pubDate>
				<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Development]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=501</guid>

					<description><![CDATA[<p>This module allows your Magento website to push the log to your Graylog service, easy to use, stable, helps you investigate the log faster. &#62;&#62; hidro/module-graylog &#8211; Packagist What is Graylog: &#8220;Graylog provides answers to your team’s security, application, and IT infrastructure questions by enabling you to combine, enrich, correlate, query, and visualize all your log data in one place&#8221;: Industry Leading Log Management &#124; Graylog Main Functionalities Installation Type 1: Zip file Unzip the zip file in app/code/Hidro Enable...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/graylog-module/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/graylog-module/">Magento 2 Graylog integration</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/graylog-module/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Export admin grid with selected columns</title>
		<link>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 23 May 2019 08:58:39 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[UI-Component]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=307</guid>

					<description><![CDATA[<p>=&#62; How can I remove columns in exported CSV from order grid? https://magento.stackexchange.com/questions/166610/magento-2-how-can-i-remove-columns-in-exported-csv-from-order-grid Hello. Key: What you see is what you export!!! When you are working with admin grids, when you want to export data from the admin grid, but you know that you these columns of the data grid has hardcoded at the backend in *[grid_id].xml*, Now I will give you a solution for this case you will export exactly columns you have selected.&#160;What you see is what you...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/">Export admin grid with selected columns</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/export-admin-grid-with-selected-columns/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 PHP Optimize Tips &#8211; Part 1</title>
		<link>https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 03:52:13 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[M2]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=241</guid>

					<description><![CDATA[<p>Magento 2 PHP Optimize Tips:There are many ways to optimize Magento 2. However, the first thing you should do is optimizing your codes before touching to DB or Cache. Tip 1: Using Factory in the constructor. Why did I say that? Because of the case very simple of&#160;Dependence Injection design working in Magento 2 =&#62; _constructor, __constructor &#8230; will be called, it&#8217;s very bad if in the constructor or default functions call for each Collection.=&#62;&#160;If your classes are Factory the...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/">Magento 2 PHP Optimize Tips &#8211; Part 1</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/magento-2-php-optimize-tips/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
