~/devreads

#add-ons

20 posts

12 Mar

Rachel Revoy 6 min read

Modern applications on Heroku don’t just consist of code. They are living ecosystems comprised of dynos, databases, third-party APIs, and complex user interactions. As these systems scale, so do the logs and metrics. To efficiently extract the signals from the noise you need to understand system health in the context of external factors, like resource […] The post From Fragmented…

ecosystemengineeringadd-onsdeveloper toolsobservability

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

9 Oct 2024

Julián Duque 5 min read

If your cloud application performs poorly or is unreliable, users will walk away, and your enterprise will suffer. To know what’s going on inside of your million-concurrent-user application (Don’t worry, you’ll get there!), you need observability. Observability gives you the insights you need to understand how your application behaves. As your application and architecture scale […] The post Best Practices…

ecosystemadd-onsperformance optimizationproduct features

3 Apr 2024

Vivek Viswanathan 1 min read

Add-on Controls for Heroku Teams At Heroku, trust and security are top priorities and we’ve been steadily adding more security controls to the platform. Recently, we launched SSO for Heroku Teams, and today, we’re excited to announce more enhancements for teams: add-on controls. Previously, this feature was only available to Heroku Enterprise customers. The Elements […] The post Add-on Controls…

newsadd-onssecurity

14 Apr 2021

Sally Vedros 7 min read

Every entrepreneur wonders: “Will my startup sink or swim?” When Felix Brandon and his wife Jordan Lloyd Bookey launched Zoobean, a startup focused on children’s reading, they found themselves swimming in rough waters early on. A few months after launch, the founders were invited to pitch their business on the TV show Shark Tank. What […] The post How Heroku’s…

lifeadd-onscustomerseducationperformance optimization

23 Jun 2020

1 min read

Browser extensions give people a way to take control of how they experience the web. This week Apple has announced that Safari is adopting a web-based API for browser extensions similar to Firefox’s WebExtensions API, making it easy to build once and run in multiple browsers. Developers can get started with Firefox Extension Workshop or consult the comprehensive documentation on…

featured articleweb apisadd-ons

16 Oct 2019

Luca Greco 1 min read

The web-ext tool was created at Mozilla to help you build browser extensions faster and more easily. Although our first launch focused on support for the desktop Firefox browser, followed by Firefox for Android, our vision was always to support cross-platform development once we shipped Firefox support. With the 3.2.0 release, you can finally use web-ext to truly build cross-platform…

featured articleweb apisadd-onsbrowser extensionsextensions

30 Sept 2019

Harald Kirschner (digitarald) 2 min read

Creating experiences that look and work great across different browsers is one of the biggest challenges on the web. It can also be the most rewarding part, as it gets your app to as many users as possible. Testing legacy browsers late in the development process can break a feature that you spent hours on, even requiring rewrites to fix.…

developer toolsfeatured articleweb developersadd-onswebhint

12 Jul 2019

Eric Rescorla 3 min read

We've been conducting an ongoing post-mortem on the add-ons outage that occurred earlier this year. There was a lot more digging to do than we expected. In addition to this updated high-level overview, we've also published our findings in detailed incident and technical reports that are now available. The post Add-Ons Outage Post-Mortem Result appeared first on Mozilla Hacks -…

firefoxadd-ons

9 May 2019

Eric Rescorla 12 min read

Recently, Firefox had an incident in which most add-ons stopped working. This was due to an error on our end: we let one of the certificates used to sign add-ons expire which had the effect of disabling the vast majority of add-ons. Now that we’ve fixed the problem for most users and most people’s add-ons are restored, I wanted to…

firefoxadd-ons

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

11 Jan 2018

Nahid Samsami 2 min read

We are excited to announce that the new Heroku Partner Portal for Add-ons is now generally available. The new portal offers an improved partner experience for building, managing, and updating Heroku add-ons. Our goal is to create a workflow that will give you more freedom and enable you to bring your add-ons to market more […] The post Announcing the…

newsadd-onspartners

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

28 Apr 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: The new add-ons canary service will attempt to provision and deprovision your add-on service on an app named 'addons-canary'. These daily tests will help us proactively detect any failed provisioning attempts and ensure customers can […] The post FY18 Q1…

ecosystemadd-onsheroku shieldpartnersplatform updates

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