~/devreads

#apis

52 posts

24 Jul

16 Jul

3 Jul

SitePoint Team 1 min read

Claude Sonnet 5 developer decision guide. Sections: What changed from Sonnet 4.6 (agentic capabilities, tool use, longer output stability), Sonnet 5 vs Opus 4.8 vs DeepSeek V4 for coding tasks (decision matrix, not benchmark table), accessing Sonnet 5 via API (model ID: claude-sonnet-5, available on Claude API, Bedrock, Vertex AI), Claude Code integration (how Sonnet 5 performs as default CLI…

aiprogrammingapis

28 Jun

27 Jun

24 Jun

9 Jun

4 Jun

28 May

24 May

21 May

24 Apr

20 Apr

17 Apr

13 Apr

SitePoint Sponsors 1 min read

Learn 5 powerful ways to use the Semrush API to automate reporting, qualify leads, monitor competitors, and unlock real-time SEO intelligence at scale. Top 5 Ways to Use the Semrush Developer API on SitePoint.

apisseo sem

16 Oct 2025

J Simpson 5 min read

Translating physical reality into digital data that’s understandable and consumable by machines is one of the most persistent roadblocks in digital transformation. You can have all the automation, data processing, and filtering in the world, and it won’t make a difference if you’re still performing manual data entry. Computer vision is an essential part of ...

blogplatformsapiapi platformapis

16 Apr 2025

Matt Tanner 5 min read

With API-driven applications being increasingly common, understanding how your APIs are performing is crucial for success. That’s where the combination of Heroku and Moesif allows developers and their organizations to step up their observability game. In this blog, we will quickly examine how you can integrate Moesif with your Heroku app to begin monetizing and analyzing your API traffic. Let’s…

engineeringadd-onsapispartnersproduct features

29 Jul 2024

Julián Duque 9 min read

In today’s fast-paced digital world, companies are looking for ways to expose their APIs and microservices to the internet while enhancing their overall API security. MuleSoft Anypoint Flex Gateway is a powerful solution that solves this problem. Let’s walk through deploying the Anypoint Flex Gateway on Heroku in a few straightforward steps. You’ll learn how […] The post Mastering API…

engineeringapisapp architecturedeveloper toolsintegrations

29 Apr 2024

Julián Duque 16 min read

If you’re an API developer working with Node.js, then you’re probably familiar with Express. But have you tried out the Fastify framework to build with power, speed, and convenience? In this walkthrough, we build a full-featured, easy-to-consume API with Fastify. And we deploy it to the cloud with ease. We show you how to: Get […] The post Build Well-Documented…

engineeringapisjavascriptnode.jsproduct features

28 Mar 2024

Julián Duque 14 min read

How to connect your GPT on OpenAI to a backend Node.js app Late in 2023, OpenAI introduced GPTs, a way for developers to build customized versions of ChatGPT that can bundle in specialized knowledge, follow preset instructions, or perform actions like reaching out to external APIs. As more and more businesses and individuals use ChatGPT, […] The post Building a…

engineeringaiapisheroku ainode.js

19 May 2022

Shyam Subramanyan 2 min read

[Update: May 25, 2022 – GitHub integration is now re-enabled. You can connect to GitHub immediately or wait for the enhanced integration as described below. To re-establish your GitHub connection now, please follow these instructions.] We know you are waiting for us to re-enable our integration with GitHub, and we’ve committed to you that we […] The post Plans to…

newsapisdeveloper toolsintegrationssecurity incidents

21 Jul 2020

8 Jul 2020

Richard Schneeman 13 min read

When API requests are made one-after-the-other they’ll quickly hit rate limits and when that happens: If you provide an API client that doesn’t include rate limiting, you don’t really have an API client. You’ve got an exception generator with a remote timer. — Richard Schneeman Stay Inside (@schneems) June 12, 2019 That tweet spawned a […] The post How We…

engineeringapisdeveloper toolsplatform updatesruby

24 Jun 2020

Owen Ou 12 min read

Over the last few years, GraphQL has emerged as a very popular API specification that focuses on making data fetching easier for clients, whether the clients are a front-end or a third-party. In a traditional REST-based API approach, the client makes a request, and the server dictates the response: $ curl https://api.heroku.space/users/1 { "id": 1, […] The post Building a…

engineeringapisjavascriptproduct features

16 Jun 2020

Sepideh Setayeshfar 3 min read

Faster application delivery with remote teams is the key to connect with your customers, now more than ever. A few years ago, we released Review Apps with the goal of improving the application development process and team collaboration. Today, we are excited to announce the release of an improved version of Review Apps to general […] The post New Review…

newsapisapp architecturecontinuous integrationdeveloper tools

9 Apr 2019

14 Aug 2018

Chris Castle 9 min read

This is the first in a series of blog posts examining the evolution of web app architecture over the past 10 years. This post examines the forces that have driven the architectural changes and a high-level view of a new architecture. In future posts, we’ll zoom in to details of specific parts of the system. […] The post Beyond Web…

engineeringapisapp architecturedata analyticsdeveloper tools

16 May 2018

Charlie Gleason 28 min read

How to blend a rock-solid CMS and API with the absolute best in front-end tooling, built as a single project and hosted seamlessly on Heroku. Rails is an incredible framework, but modern web development has moved to the front-end, meaning sometimes you don’t need all the bulk of the asset pipeline and the templating system. In […] The post Modern…

engineeringapisbuildpackscloud infrastructurejavascript

21 Mar 2018

Arif Gursel 1 min read

Asynchronous provisioning allows add-ons to perform out-of-band provisioning in a first-class way. It’s intended for add-on services that need extended time to set up and help make automated app setup and orchestration easier and less error-prone. The customer will be billed as soon as the add-on starts provisioning. This means the time and cost of […] The post Updated Async…

ecosystemadd-onsapisdeveloper toolsintegrations

26 Jan 2018

Arif Gursel 1 min read

Need to quickly catch up on this past quarter's announcements? Here are the top three topics to tune in on: The Platform API for Partners provides many official endpoints that allow you to introspect security settings, discover other customer instances of the same add-on, and much more. With the Platform API, add-ons have an OAuth […] The post FY18 Q4…

ecosystemadd-onsapisintegrationspartners

24 Jan 2018

Arif Gursel 1 min read

The Platform API for Partners provides many official endpoints that the App Info API doesn’t support. These endpoints let you introspect security settings, discover other customer instances of the same add-on, and much more. Platform API for Partners endpoints are also more consistent and “better traveled.” Heroku uses these endpoints internally, and customers also use […] The post Updated Platform…

ecosystemadd-onsapisintegrationspartners

23 Jan 2018

Randall Degges 11 min read

The following is the story of how Randall Degges created a simple API to solve the common problem of external IP address lookup and how he scaled it from zero to over 10 thousand requests per second (30B/month!) using Node.js and Go on Heroku. Several years ago I created a free web service, ipify. It […] The post Scaling ipify…

engineeringapiscloud infrastructurecustomersdeveloper tools

27 Oct 2017

Arif Gursel 1 min read

Need to quickly catch up on this past quarter's announcements? Here are the top three topics to tune in on: Heroku has expanded regions availability for Private Spaces and introduced the general availability of the Dublin region on September 26, 2017. Heroku users are able to run apps in all of the following Private Spaces […] The post FY18 Q3…

ecosystemadd-onsapiscloud infrastructurecustomers

22 Aug 2017

Nahid Samsami 2 min read

We're happy to announce that Heroku app webhooks is now generally available for all Heroku customers. App webhooks provide notifications when your Heroku app changes, including modifications to domain settings, releases, add-ons, and dyno formations. These notifications can empower your internal communications, dashboards, bots or anything else that can receive HTTP POST requests. Integrating with […] The post Heroku Webhooks:…

newsadd-onsapiscloud infrastructurecustomers

28 Jul 2017

Arif Gursel 1 min read

Need to quickly catch up on this past quarter's announcements? Here are the top three topics to tune in on: Heroku announced the general availability of continuous integration (CI) on May 18, 2017. This new feature creates copies of staging apps to run tests, then destroys the app and its add-ons. With Heroku CI, you […] The post FY18 Q2…

ecosystemadd-onsapiscloud infrastructurecontinuous integration

25 May 2017

Nahid Samsami 1 min read

Heroku has always made it easy for you to extend your apps with add-ons. Starting today, partners can access the Platform API to build a more secure and cohesive developer experience between add-ons and Heroku. Advancing the Add-on User Experience Several add-ons are already using the new Platform API for Partners. Adept Scale, a long-time […] The post Announcing Platform…

newsadd-onsapisintegrationspartners

21 Jul 2016

Chris Castle 4 min read

Scott Raio is Co-Founder and CTO of Combatant Gentlemen], a design-to-delivery menswear e-commerce brand. What microservices are you running in Heroku Private Spaces? We’ve written an individual service for every business use case. For example, we have services for order processing, product catalog, account management, authentication, swatch display, POs, logistics, payments, etc. With all these […] The post How Combatant…

newsapisapp architecturecloud infrastructurecustomers

10 May 2016

Margaret Francis 2 min read

Today we’re announcing that the APIs for the Heroku Connect data synchronization service are now GA. These fully supported endpoints will help our users with the tasks they most need repeatable automation for: creating consistent configuration across development, staging, and production environments; managing connections across multiple Salesforce deployments; and integrating Heroku Connect status with their […] The post Heroku Connect…

newsapisdatadeveloper toolsheroku connect

1 Mar 2016

Damien Mathieu 1 min read

I spend most of my time at Heroku working on our support tools and services; help.heroku.com is one such example. Heroku’s help application depends on the Platform API to, amongst other things, authenticate users, authorize or deny access, and fetch user data. So, what happens to tools and services like help.heroku.com during a platform incident? […] The post Incident Preparation:…

engineeringapisdeveloper toolsperformance optimization

5 Feb 2016

Peter Cho 1 min read

Three months ago we announced that Parse would be opening their Cloud Code product so that their customers would be able to deploy their mobile backends to Heroku. This allowed Parse customers to use a full Node.js environment with Cloud Code. With Parse’s recent announcement, we’re taking that one step further, by allowing you to […] The post Deploy Parse…

newsapisdeveloper toolsnode.js

4 Nov 2015

Owen Ou 7 min read

If your application is successful, there may come a time where you’re on an unsupported version of a dependency. In the case of the Heroku Platform API, this dependency was a very old version of Active Record from many years ago. Due to the complexity involved in the upgrade, this core piece of infrastructure had […] The post How We…

engineeringapisplatform updatesrails

22 Oct 2015

Matthew Creager 4 min read

Most modern mobile apps depend heavily on the app’s back-end. That’s because many of the expectations users have for mobile apps today — for the application to work regardless of network connectivity, to notify them when relevant content changes, to have integrations with the social networks they use, for appropriate levels of security, and a […] The post Announcing Heroku…

newsapisdeveloper toolslanguages

30 Jun 2015

Pedro Belo 4 min read

Fun fact: the Heroku API consumes more endpoints than it serves. Our availability is heavily dependent on the availability of the services we interact with, which is the textbook definition of when to apply the circuit breaker pattern. And so we did: Circuit breakers really helped us keep the service stable despite third-party interruptions, as […] The post Improved production…

engineeringapisdeveloper toolsperformance optimization

30 Jul 2014

Margaret Francis 3 min read

In May we released the first version of Heroku Connect, a service that makes it easy to build Heroku apps that share data with your Salesforce deployment. Today we released our first major update to the service, bringing new speed and scale enhancements to all Heroku Connect users. Together, these enhancements lower latency on Heroku […] The post Heroku Connect:…

newsapisdatadeveloper toolsheroku connect

23 May 2014

Balan Subramanian 4 min read

Developers want to spend less time setting up applications and start working with the code sooner. Setting up applications is error-prone, time consuming and interruptive to the development flow. Often, there are several steps to go from your code or other samples and templates that you find in repositories online, to a running application that […] The post Introducing the…

newsadd-onsapisapp architecturecloud infrastructure

15 May 2014

Wesley Beary 3 min read

Today we’re open sourcing the toolchain Heroku uses to design, document, and consume our APIs. We hope this shows how Heroku thinks about APIs and gives you new tools to create your own APIs. This toolkit includes our HTTP API design guide, the prmd tool for managing JSON schemas and generating API docs, and client […] The post Introducing the…

engineeringapisdeveloper tools

10 Jan 2014

Blake Gentry 8 min read

Editor's note: This is a cross post from Blake Gentry, an engineer at Heroku. This is a post about the recently announced Heroku Platform API JSON Schema and how I used that schema to write an auto-generated Go client for the API. Heroku's API team has spent a large part of the past year designing […] The post Auto-generating a…

newsapisdeveloper toolsgoplatform updates