<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ahmed Algrgawy</title>
    <description>The latest articles on DEV Community by Ahmed Algrgawy (@ahmed_algrgawy).</description>
    <link>https://dev.to/ahmed_algrgawy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1703983%2F79f83c2b-9db7-4094-83c0-9252cb92edaa.jpeg</url>
      <title>DEV Community: Ahmed Algrgawy</title>
      <link>https://dev.to/ahmed_algrgawy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahmed_algrgawy"/>
    <language>en</language>
    <item>
      <title>Struggling with Shopify Liquid? Here’s What Finally Made It Click for Me</title>
      <dc:creator>Ahmed Algrgawy</dc:creator>
      <pubDate>Wed, 01 Apr 2026 08:03:26 +0000</pubDate>
      <link>https://dev.to/ahmed_algrgawy/struggling-with-shopify-liquid-heres-what-finally-made-it-click-for-me-15ef</link>
      <guid>https://dev.to/ahmed_algrgawy/struggling-with-shopify-liquid-heres-what-finally-made-it-click-for-me-15ef</guid>
      <description>&lt;p&gt;Recently, I worked on a Shopify store, and honestly… it was challenging at first.&lt;/p&gt;

&lt;p&gt;I had never worked with Shopify before, so I started by exploring the codebase through the Shopify theme editor. What surprised me the most was the syntax — a lot of .liquid files. It felt like HTML, CSS, and JavaScript had all been fighting each other.&lt;/p&gt;

&lt;p&gt;At first, I wasn’t comfortable working directly in the Shopify editor. So I looked for a better workflow.&lt;/p&gt;

&lt;p&gt;That’s when I discovered Shopify CLI.&lt;/p&gt;

&lt;p&gt;I pulled the project locally, started working in my own editor, and managed everything with Git — pushing and pulling changes while keeping full control of the code. That shift alone made a huge difference in my productivity.&lt;/p&gt;

&lt;p&gt;While working on the project, I also took time to understand how Liquid actually works.&lt;/p&gt;

&lt;p&gt;Liquid is a templating language, not a full programming language. It runs on Shopify’s servers and generates the final HTML that users see.&lt;/p&gt;

&lt;p&gt;It mainly has three building blocks:&lt;br&gt;
• Objects → like product, cart, customer (data coming from Shopify)&lt;br&gt;
• Tags → logic like loops and conditions &lt;code&gt;{% if %}, {% for %}&lt;/code&gt;&lt;br&gt;
• Filters → used to transform data like &lt;code&gt;{{ product.title | upcase }}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;So instead of writing full JavaScript logic, you're mostly shaping and rendering data that Shopify already provides.&lt;/p&gt;

&lt;p&gt;Once I understood that, the whole structure started to make much more sense.&lt;/p&gt;

&lt;p&gt;What also stood out to me is how powerful the Shopify ecosystem is. It’s not just a store — it’s more like an entire platform with apps, integrations, and extensibility everywhere.&lt;/p&gt;

&lt;p&gt;During the project, I also built a custom app to integrate Shopify with an external system, which added another layer of complexity.&lt;/p&gt;

&lt;p&gt;What I really liked about this experience is that I wasn’t working in just one place:&lt;/p&gt;

&lt;p&gt;• Shopify CLI&lt;br&gt;
• Theme editor&lt;br&gt;
• Local development&lt;br&gt;
• External backend&lt;br&gt;
• Shopify dashboard&lt;/p&gt;

&lt;p&gt;Key takeaway:&lt;/p&gt;

&lt;p&gt;Sometimes the hardest part isn’t the technology itself — it’s understanding how it thinks.&lt;/p&gt;

&lt;p&gt;Once you do, everything starts to click.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>shopify</category>
      <category>fullstack</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
