Systems | Development | Analytics | API | Testing

How to Easily Deploy Usage-Based Billing with Moesif and SBT-AWS for SaaS

Are you building a SaaS application on AWS and wrestling with the complexities of implementing usage-based billing? Moesif and Amazon Web Services(AWS) are working together to make it easy for SaaS architects and developers to implement usage-based billing with the SaaS Builder Toolkit for AWS(SBT-AWS). Moesif is a cloud-based solution for usage-based metering and billing. SBT-AWS is an open-source developer toolkit provided by AWS to implement SaaS best practices.

How to Build Better APIs Faster with Insomnia 9.0

API development is a crucial part of modern application building, but the tooling has often lagged behind, leading to inefficiencies and slow release cycles. Kong Insomnia 9.0 aims to change that by providing a powerful all-in-one platform for designing, testing, mocking, and debugging APIs. In this webinar, we'll dive deep into the major new features in Insomnia 9.0 that turbocharge API developer workflows.

What's New in Kong Gateway 3.7?

We're thrilled to announce the general availability of Kong Gateway Open Source (OSS) 3.7. This latest version features cutting-edge AI Gateway updates with new streaming plugins, as well as performance and security improvements. Let’s dive into the enhancements and explore the tangible benefits that these features bring to your organization.

Essential Open APIs for Thriving in App Development

An application programming interface (API) defines a set of rules and protocols that allow different software entities to communicate with one another. Open or public APIs offer free access to everyone with little or no restrictions. These public APIs allow developers to build innovative solutions and extend existing ones covering a variety of use cases. In this article, we cover some of the best open APIs from different categories.

Adding views to an API-only Rails app

Ruby on Rails has long been celebrated for its ‘convention over configuration’ philosophy, simplifying web development for countless programmers. However, what if you’ve started with a lean Rails API-only application and now find yourself needing a front-end? This isn’t uncommon, especially with the rise of JavaScript frameworks and SPAs.