• How to Setup a Shopify Flow Component in 5 minutes

    Shopify Flow is an event-based feature that lets you to create automated workflows, similar to tools like Zapier. It monitors your store for events, and lets you create automated actions in response. To create these automations, you build a workflow that begins with a trigger, and has optional conditions which then result in taking action.…

    Read More

  • Custom Promo Code Text on Collection Lists

    Today we are making it easy to show promo code discounts on all of the collection pages around a theme. We want to make an easy interface in the theme customizer for non-technical merchants to update which products and collections should show the promo code. We also want this announcement text to cross out the…

    Read More

  • Building a Python Web Scraping Project with AWS DocumentDB and Cloud9

    In today’s data-driven world, web scraping has become an essential technique for extracting valuable information from websites. In this blog post, we will explore a Python-based web scraping project that collects baseball player data from an ESPN MLB stats website. We’ll also dive into how we leveraged AWS DocumentDB for data storage and utilized Cloud9…

    Read More

  • Python + Excel

    This week I was tasked with testing a long list of items that came my way in a huge Excel file. I have access to an API that gives me a huge JSON response of which I needed some of the data output in a nice format below the CSV cell. After manually pasting the…

    Read More