Latest Issues
-
- Issue 177 - What’s new for Shopify devs: March 2025April 8, 2025
- Issue 176 - Shopify Section Rendering APIApril 1, 2025
Issue 175 - Shopify uses AI to Prepare Stores for Script Editor Deprecation
How React, Vue, and Angular Work – Core Principles in One File
Front-end libraries (React, Vue, Angular) and the basic principles of how they work, all in a single file using pure JavaScript (VanillaJS).
By faustinoaq
Shopify Liquid Update: Variant property out of Beta on product_option_value object
Learn how to code product variant selection properly (with Javascript)
By Code with Chris
How to Deploy and Run Shopify Functions on a Store
See how to deploy and run our first function. In the previous video we learn how function works. Now you know the basics and in this video we will go in a practical example of how we can deploy and run it on an actual store
By Code Inspire
Shopify uses AI to Prepare Stores for Script Editor Deprecation
Shopify Plus sites should be ready for the Script Editor deprecation. The deadline is August 28. Here's how Shopify uses AI to help: About a week ago, Shopify released a report. You'll find it here: /admin/settings/checkout/customizations-report?tab=scripts-reports (If you don't see "Shopify Scripts", you're not affected.) It uses AI to analyze the scripts' code and tell you what it does.
By Phillip Dematis
JavaScript Fatigue Strikes Back
Although we still want to avoid sending browsers a lot of JavaScript, a huge ecosystem change in recent years has changed the evolutionary pressures on JS frameworks forever: the unification of client and server.
By Allen Pike
Shopify Dev Assistant
The Dev assistant is pretty great so fantastic to see this make its way to a VS Code extension. Will have to get this up and running today! If you haven't used it before, the Shopify Dev docs were updated to include a .dev assistant, a powerful little AI tool that helps you write GraphQL queries.
By Taylor Page
Marsello: Building with POS UI Extensions || Shopify Academy
Join Brady, co-founder and Chief Product Officer at Marsello, as he shares how their app seamlessly connects online and in-store loyalty using Shopify’s POS UI Extensions. Plus, get insider tips on innovating with new Shopify technologies.
By Shopify Devs
Shopify App Devs - what’s the stack you can’t build apps without?
Shopify Devs asks "what’s the stack you can’t build apps without?" on X - See what all the cool kids are using. (and yes - Rails showed up a few times :-)
By Shopify Devs
Flow: Improved experience for actions that update and remove metafields
The actions to update and remove metafields now offer an improved experience for finding or creating metafields. Flow now provides a dropdown for selecting metafields, instead of requiring that metafields be defined manually by namespace, key, and type.
By Shopify