LW 143 -  What’s New for Developers - Summary from Editions 2024

What’s New for Developers - Summary from Editions 2024 
Shopify Development news and articles
 

Liquid Weekly

All Things Shopify Development

Editions.dev 2024 - What’s New for Developers
Glen Coates, VP of Product at Shopify, joined by product leaders and experts, discusses the latest and most exciting innovations for developers building on Shopify.
Discovering Shopify Domains: A Journey Through Common Crawl Data
Ultimately, I discovered over 465,000 Shopify domains. You can get code and the domains from these link below.
How To Use Google Sheets as a Database With React via Next.js
How to use the Google Sheets API via React as a database. Choose this method over a more traditional database for one reason: data retrieval. I don't know WHY you'd do this with your Shopify app, but it might come in useful
Celebrating innovation with the Shopify Build Awards (article)
Celebrating innovation with the Shopify Build Awards. Winners were announced at this year’s Editions.dev, where devs from around the world dug into the recent Shopify updates and features and got our hands dirty tinkering with the latest tech.
Editions.dev 2024 - Shopify Build Awards (video)
Celebrate innovation with the best Shopify apps and themes of the year. Featuring one of our favorite guests at Liquid Weekly - the award winning Harshdeep!
How to Use The Shopify POS Smart Grid Editor
Shopify just released a great new feature for their Shopify POS system. You can now remotely edit and manage the Smart Grid layout of your connected POS devices. This includes adding and removing tiles from the UI, adding pages, grouping tiles and reordering items on each page.
What is GraphQL?: A Simple Introduction
GraphQL is a core technology used by apps, extensions and functions in Shopify. If you aren't familiar with it take a moment to read through this simple introduction.
Use A Work Journal To Recover Focus Faster And Clarify Your Thoughts
Like everyone, I sometimes struggle to maintain focus. This was particularly true when I was a manager switching context all day long, this is also true as a dev working on three antagonistic projects, including one that’s very consultory in nature, and working with processes that sometimes take hours to complete.
Display Shopify Functions on a store
Here's a quick and easy graphQL query that you can use to see which functions are currently installed in a Shopify store. Just copy and paste into the graphiql app!
query {
  shopifyFunctions(first: 25) {
    nodes {
      app {
        title
      }
      apiType
      title
      id
    }
  }
}

## Example Results ##

{
  "data": {
    "shopifyFunctions": {
      "nodes": [
        {
          "app": {
            "title": "sample-app"
          },
          "apiType": "cart_checkout_validation",
          "title": "cart-checkout-validation",
          "id": "2430646e-5070-4ed2-bc0e-4b418c926f95"
        }
      ]
    }
  },
  "extensions": {
    "cost": {
      "requestedQueryCost": 14,
      "actualQueryCost": 4,
      "throttleStatus": {
        "maximumAvailable": 2000,
        "currentlyAvailable": 1996,
        "restoreRate": 100
      }
    }
  }
}
 

Older messages

LW 142 -  Shopify App Development Tutorial - POS UI Extensions

Tuesday, July 16, 2024

Shopify App Development Tutorial - POS UI Extensions Shopify Development news and articles Issue 142 - 07/16/2024 Read Online Liquid Weekly All Things Shopify Development Shopify App Development

LW 141 -  The Truth About Certain Speed Optimization Apps

Tuesday, July 9, 2024

The Truth About Certain Speed Optimization Apps Shopify Development news and articles Issue 141 - 07/09/2024 Read Online Liquid Weekly All Things Shopify Development The Truth About Certain Speed

LW 140 - I made $1,436,828 with 2 Shopify Apps

Tuesday, July 2, 2024

I made $1436828 with 2 Shopify Apps Shopify Development news and articles Issue 140 - 07/02/2024 Read Online Liquid Weekly All Things Shopify Development I made $1436828 with 2 Shopify Apps I made

LW 139 - Don't Get Caught! - Transitioning to the GraphQL API

Tuesday, June 25, 2024

Don't Get Caught! - Transitioning to the GraphQL API Shopify Development news and articles Issue 139 - 06/25/2024 Read Online Liquid Weekly All Things Shopify Development Migrating from

LW 138 - Update Product Titles in Checkout Using The Cart Transform Function    

Tuesday, June 18, 2024

Update Product Titles in Checkout Using The Cart Transform Function Shopify Development news and articles Issue 138 - 06/18/2024 Read Online Liquid Weekly All Things Shopify Development Update Product

You Might Also Like

Sixteen Candles Down the Drain

Thursday, September 19, 2024

Spectacles, Vestager, EC Posts, Meta Letters, PayPal Design, Microsoft Deals, Palmer Luckey Goggles, Spotify Ads Sixteen Candles Down the Drain Spectacles, Vestager, EC Posts, Meta Letters, PayPal

How Greedy Miners Are Breaking DAG Blockchains

Thursday, September 19, 2024

Top Tech Content sent at Noon! A dev conference with discussions, workshops, and 1:1 feedback sessions Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today

Issue 332 - Camouflaged Tesla Robotaxi prototype sighted

Thursday, September 19, 2024

View this email in your browser If you are just now finding out about Tesletter, you can subscribe here! If you already know Tesletter and want to support us, check out our Patreon page Issue 332 -

Programmer Weekly - Issue 223

Thursday, September 19, 2024

View this email in your browser Programmer Weekly Welcome to issue 223 of Programmer Weekly. Let's get straight to the links this week. Quote of the Week "It's tempting to write a long

Data Science Weekly - Issue 565

Thursday, September 19, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Contrarian Report Shades GitHub Copilot Productivity, Bits Polished as .NET 9 Nears, Python in VS Code, More

Thursday, September 19, 2024

Home | News | How To | Webcasts | Whitepapers | Advertise .NET Insight September 19, 2024 THIS ISSUE SPONSORED BY: ■ dtSearch® - INSTANTLY SEARCH TERABYTES ■ Live! 360: Developer / IT / Security / Data

Web Tools #583 - No Code Maps, React, Testing, Git/CLI

Thursday, September 19, 2024

WEB VERSION Issue #583 • September 19, 2024 The following is a paid product review for No Code Map App, a platform for building custom interactive maps from almost any data source, no coding required.

Python Weekly - Issue 668

Thursday, September 19, 2024

View this email in your browser Python Weekly Welcome to issue 668 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Get Your Weekly Dose of Programming A weekly

DeveloPassion's Newsletter #176 - Introducing Knowii

Thursday, September 19, 2024

Edition 176 of my newsletter, introducing Knowii, discussing Knowledge Management, Knowledge Work, Zen Productivity, Personal Organization, and more! Sébastien Dubois DeveloPassion's Newsletter

Your Builds Are Slower Than You Think

Thursday, September 19, 2024

View in browser 🔖 Articles Metaspace in JVM Builds This is a post in my JVM Args for Builds series where I break down how these settings effect JVM-based build systems. A number of these settings are