For help with hosting and deployment join our discord channel.

How to Get an Airtable Base ID

Learn how to find an Airtable Base ID for API requests. This guide walks you through locating the Base ID from the Airtable URL.

How to Get an Airtable Personal Access Token

Learn how to generate an Airtable Personal Access Token to securely access and integrate your Airtable data with external applications or automate tasks. This guide covers the steps for creating a token, setting permissions, and using it in API requests.

How to Get a Shopify API Key

Brief guide that goes through the steps to create a custom app in Shopify, configure API integrations, and understand the credentials needed to access the Shopify API, including the Admin and Storefront APIs.

Pulumi vs Terraform: IaC Tool Choice for Upify

A walk-through of the decision-making process behind selecting an Infrastructure as Code (IaC) tool for Upify. This post explores Pulumi and Terraform’s core features, comparing how each handles deployment configurations, language support, and ecosystem maturity.

Automatic Shopify Order Printing Using Webhooks

Learn how to set up an affordable automated system to print Shopify orders using webhooks and PrintNode. This step-by-step guide covers account setup, API key generation, and integration with CodeUpify for seamless order fulfillment.

Automate Shopify with Webhooks

Discover how to streamline your Shopify operations using webhooks in our step-by-step guide. Learn to set up Shopify webhooks through the admin panel, explore backend options including traditional and serverless setups, and see a practical example of webhook automation in action. This article is perfect for Shopify merchants eager to enhance store functionality and efficiency through automation.

Beginner's Guide to REST APIs

Learn what a REST API is, how it works, and how to build your first REST API using Python and Flask. This beginner-friendly tutorial also covers how to deploy your API easily using modern tools. Perfect for those starting with APIs!