Shopify Development Cheat Sheet
Quick Reference Sheet for all the terms you may run into learning Shopify development
I write about all things web development & Shopify development. Subscribe to support my work!
Quick Reference Sheet for all the terms you may run into learning Shopify development
How to pass the Shopify App review process with the Shopify Billing API
The Shopify App proxy allows you to use Shopify as the middleman and route requests from the storefront to your API in a secure manner. This in turn allows you to display dynamic data that is returned from your API on the Shopify Storefront.
Learn how to setup a Shopify app development workflow with local dev, testing & production
Soft deletes and hard deletes are two different approaches to deleting data from a database. In this article, we will explore soft delete write and write some custom Prisma client queries to implement soft deletes.