apyhub
/ BLOG

Notes from building ApyHub.

Engineering write-ups, product decisions, and the occasional opinion on how to ship developer infrastructure. Long enough to be useful, short enough that you'll finish it.

FILTERENGINEERING
Cover illustration for Supply Chain Attacks and Third-Party Data Breaches: A Developer's Guide for 2026
ENGINEERINGSECURITY

Supply Chain Attacks and Third-Party Data Breaches: A Developer's Guide for 2026

What supply chain attacks and third-party data breaches are, why they now drive nearly half of all breaches, and how developers can reduce the risk from dependencies, vendors, and…

ApyHub·2026-09-15
Cover illustration for PUT vs PATCH: Which One Should You Use?
ENGINEERING

PUT vs PATCH: Which One Should You Use?

PUT replaces the whole resource. PATCH updates part of it. Why that difference matters for idempotency, and which to pick.

ApyHub·2026-09-09
Cover illustration for ChatGPT, Claude and Grok Went Down Together. What That Says About How We Use Them.
ENGINEERINGCHATGPTAI

ChatGPT, Claude and Grok Went Down Together. What That Says About How We Use Them.

Three AI assistants failed in the same two-hour window. The reason is worth knowing, and so is the bigger question of how much you are asking one model to do.

ApyHub·2026-09-08
Cover illustration for Data Validation APIs: What Your Checks Actually Prove
ENGINEERINGDATA VALIDATION

Data Validation APIs: What Your Checks Actually Prove

A data validation API tells you whether user data is real or just well formed. What each check proves, where it belongs, and what to do when one fails.

ApyHub·2026-09-08
Cover illustration for Dynamic pricing: every API call costs what the work actually costs
PLATFORMENGINEERINGCONSUMPTION

Dynamic pricing: every API call costs what the work actually costs

ApyHub APIs can price each request by the work performed, not by an average or a worst-case ceiling. What that means for providers publishing APIs and for the teams calling them.

ApyHub·2026-08-20
Cover illustration for HTML to PDF API: What It Does and Why Teams Use One
ENGINEERINGHTML

HTML to PDF API: What It Does and Why Teams Use One

Turn a web page or HTML into a PDF with one API call. What HTML to PDF APIs are used for, why teams stop building it themselves, and the options on ApyHub.

Nikolas Dimitroulakis·2026-08-19
Cover illustration for How to Monetize an API in 2026: Pricing, Distribution, and What You Actually Keep
ENGINEERINGAPI PROVIDER

How to Monetize an API in 2026: Pricing, Distribution, and What You Actually Keep

A practical guide to API monetization: the commission every major marketplace takes, how to price per call, and what changes now that agents are the buyers.

ApyHub·2026-08-07
Cover illustration for IFSC Code Validation API: Verify Indian Bank Details Before You Send Money
ENGINEERINGDATA VALIDATION

IFSC Code Validation API: Verify Indian Bank Details Before You Send Money

An IFSC code identifies a specific bank branch in India. Learn how IFSC validation works, why regex is not enough, and how to verify codes with a single API call.

Nikolas Dimitroulakis·2026-08-07
Cover illustration for EU VAT Number Validation API: Check Tax IDs Before You Invoice
ENGINEERINGDATA VALIDATION

EU VAT Number Validation API: Check Tax IDs Before You Invoice

A VAT number identifies a business for tax purposes. Learn how EU VAT formats work, where regex breaks down, and how to validate tax IDs with one API call.

Nikolas Dimitroulakis·2026-08-07
Cover illustration for ApyHub MCP Server: Native API Discovery and Execution for AI Agents
ENGINEERINGAGENTSMCP

ApyHub MCP Server: Native API Discovery and Execution for AI Agents

ApyHub shipped a native MCP server that lets AI agents search the certified API catalog at runtime and call exactly the capability they need, instead of loading hundreds of tool d…

ApyHub·2026-07-19
Cover illustration for The SOA Promise: Why Trust Held It Back, and Why AI Agents Make It Unavoidable
ENGINEERING

The SOA Promise: Why Trust Held It Back, and Why AI Agents Make It Unavoidable

Service-oriented architecture promised software composed from best-in-class services. Trust was the blocker. Here is why the agentic era, EU regulation, and the maintenance tax ma…

Nikolas Dimitroulakis·2026-07-06
Cover illustration for HTTP Status Codes: A Developer's Cheat Sheet (With Fixes for the Common Errors)
ENGINEERING

HTTP Status Codes: A Developer's Cheat Sheet (With Fixes for the Common Errors)

A practical HTTP status code cheat sheet: what every code class means, the ~25 codes you'll actually hit, and how to fix the common 4xx and 5xx errors — with curl examples and a q…

Nikolas Dimitroulakis·2026-07-01
Showing 1–12 of 141
1 / 12Next