API Development

Articles, guides and tutorials on building and consuming APIs, covering REST, GraphQL, API design principles and developer best practices.

AI Agent Payments: What Agentic Commerce Means for Merchants

AI agent payments have produced four competing specifications, two industry foundations and an enormous amount of coverage in about a year. What they have not yet produced, for the overwhelming majority of merchants, is revenue. The gap between the noise and the numbers is the useful part to understand, because the...

Salesforce Integration: Limits, Rails and Real Cost

A salesforce integration almost never fails on protocol. Authenticating is a solved problem and posting a record is a solved problem. What ends projects is the daily request allocation and the shape of the data model, both usually discovered about three weeks after go-live, when the nightly job starts returning errors...

API Versioning: When to Break and How Not To

API versioning arguments usually start at the wrong end, with where the version number goes. That is the least consequential decision in the whole subject. What matters is which changes require a new version at all, and most teams get that wrong in the direction of complacency: they ship something they believe is...

Database Performance: Finding the Query That Is Killing You

Database performance work usually begins with someone proposing a bigger instance, and it usually ends with the discovery that one query was doing a sequential scan over four million rows on every page load. The hardware was never the constraint. The plan was. That pattern is consistent enough to be worth stating as a...

Fine-Tuning vs RAG vs Prompting: What Each Costs

The fine-tuning vs RAG question usually arrives as a statement: “we need to fine-tune a model on our data.” It is one of the most expensive sentences in enterprise AI, and it is usually wrong. Not always, but usually. The request nearly always means one of two things: the model does not know about our business, or the...

Moving Off OpenAI: What an Open-Weight Switch Costs

The case for moving off OpenAI got considerably stronger during 2026. Open-weight models reached a level where the quality gap on ordinary production work became narrow, published pricing undercut the frontier providers, and the weights themselves became downloadable, which turns a supplier relationship into an option....

API Security: How to Protect a Public API in 2026

Most teams treat API security as an authentication problem. They add tokens, check them on every route, and consider the job done. Then a tester changes one number in a URL and reads another customer’s invoice. That gap between “authenticated” and “authorised” is where the majority of real API breaches live, and it is...

Custom API Development Cost: What You Pay For in 2026

Anyone estimating custom API development cost from the number of endpoints is going to be wrong, usually by a factor of three. Endpoints are the cheapest part. A dozen of them, reading and writing data you already hold, is a fortnight’s work for a competent backend developer. What costs money is everything that turns...