Zuplo logo

The Zuplo Learning Center

Hone your engineering knowledge and skills with the latest articles on API & MCP development, management, best practices, and more!

Latest Articles

APIs
API Tooling
Using Neon + PostgREST to Build a Supabase-like Developer Experience

Learn how to build a Supabase-inspired developer experience for interacting with your hosted Postgres Database via REST API and Javascript/Typescript SDK.

Read more
API Design
API Tooling
How to Convert a SQL Query to an API Request

You can convert SQL Queries into API requests easily using the RQL or OData formats for sending requests, or by using a framework like PostgREST on top of your database.

Read more
API Marketing
Tutorial
How to Successfully Promote and Market an API

What are the best strategies for marketing an API in 2024? Use these techniques for your API as a product strategy.

Read more
API Best Practices
API Key Authenticati...
What are API Subaccounts?

The Subaccount pattern divides an organization's API access by business units, allowing for finer-grain control and monitoring.

Read more
APIs
Tutorial
Ultimate Giphy to Tenor API Migration Guide

Giphy has started charging for its API - learn how to migrate to the Tenor API to continue using GIFs for free.

Read more
API Governance
API Tooling
Creating Your Own API Integration Platform

Learn how to build an API integration platform, to help you design, deploy, and oversee integrations between your business and 3rd party APIs.

Read more
Python
OpenAPI
Top 20 Python API Frameworks with OpenAPI Support

Explore 20 of the most popular API frameworks and libraries for building APIs with Python that support OpenAPI/Swagger.

Read more
API Best Practices
API Lifecycle Manage...
Deprecating Node JS REST APIs in 6 Frameworks

Learn how to deprecate your Node JS REST APIs in 6 popular frameworks - including Express, Fastify, NestJS, Hapi, Restify, and Koa.

Read more
API Best Practices
API Lifecycle Manage...
Understanding The HTTP Deprecation Header

The HTTP Deprecation header informs clients that an API endpoint is or will be deprecated. The date can be in the past (deprecated) or future (to be deprecated).

Read more
API Best Practices
API Lifecycle Manage...
Deprecating REST APIs: A Developer's Guide

API Deprecation is the process of signaling to developers that an API, or a part of it (ex. endpoint or field), is scheduled to be discontinued or replaced.

Read more