Bite-sized lessons on theme customization, Liquid snippets, and advanced Shopify techniques.
Each micro-course is a focused, practical lesson. Read the code, understand the pattern, ship it to your store.
{% assign meta = product.metafields.custom %}
{% if meta.badge != blank %}
<span class="badge">
{{ meta.badge }}
</span>
{% endif %}{% for product in collection.products %}
{% if product.tags contains filter %}
{% render 'product-card',
product: product %}
{% endif %}
{% endfor %}{% schema %}
{
"name": "Custom Hero",
"settings": [
{
"type": "image_picker",
"id": "background"
}
]
}
{% endschema %}fetch('/cart/add.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
id: variantId, quantity: 1
})
})One purchase. Every lesson. No subscriptions, no upsells.
one-time payment · lifetime access
Secure checkout · Instant delivery