Systems | Development | Analytics | API | Testing

API monetization: Technical best practices

Jason Cumberland, CPO and co-founder of API and data monetization platform HyperCurrent, contributed to this post. In our last article on how to get started with API monetization, we laid out how to build your API monetization strategy and avoid common pitfalls that occur when trying to get to your first minimum viable product release.

How To Define an API Integration To Support Business Agility

API integrations are foundational to the innovation and agility companies need to remain competitive. Using APIs lets companies connect systems to build new capabilities to extend their services and provide enhanced customer experiences. This guide discusses API integrations and shows you how to define an API integration to start building your API ecosystem.

Proof of possession for OAuth2 tokens(DPoP) with WSO2 Identity Server #Identityin15

In today's episode, we will discuss how you can secure OAuth2 Tokens with DPoP using the WSO2 Identity Server. DPoP (Demonstrating-Proof-of-Possession) is an additional security mechanism for the token generation which overcomes the issue of bearer token which will not validate between who is requested token and who is actually using the token for the access of a particular resource. The following is the outline for today's session.

Kong Inc. supports the newly announced Envoy Gateway project to reduce fragmentation in the Envoy ecosystem

Today, the Envoy community has introduced Envoy Gateway, a new project to better support Kubernetes deployments via the new Kubernetes Gateway API, which is the next generation Ingress specification in Kubernetes world. Kong has been deeply invested in the success of Envoy since we started developing Kuma in 2019 – now used in Kong Mesh (built on top of Kuma).

The Best Business Digital Transformation Software

Whether you’re a new business or a well-established company, in the 21st-century business world, data reigns king. To stay relevant in the current age, every business must invest in some form of digital transformation. The best business transformation software can help your business’s transformation. If your company isn’t incorporating digital technologies into your business strategy, you’ll soon be left in the dust of your competitors.

What Are the Benefits of Snowflake for Your Organization?

In January 2022, Snowflake revealed it had over 5,900 customers, including 241 companies in the 2021 Fortune 500, making it one of the most popular cloud-based data warehouses on the planet. In short, the platform provides a single source of truth (SSOT) for all data that flows in and out of your organization, enabling you to run that data through business intelligence (BI) tools for deep data analysis.

Tech Talk: Day Zero Service Mesh

In this session, Viktor Gamov walks you through how to easily set up #servicemesh across multiple environments and automatically enable #security and #observability on any network. About this Webinar Service mesh is the future of application connectivity. It delivers immediate value to any architecture by increasing application traffic’s security, reliability and observability. At the same time, it can be challenging to understand and deploy service mesh in production—but it doesn’t have to be this way.

Kong and AWS partnership facilitates Open Banking

Open Banking is a key digital transformation initiative in many countries. Its aim is to provide end users with more control of their financial data and to enable companies involved in banking, financial services, and insurance (BFSI) to quickly offer new services. The Kong-AWS partnership provides the right technology enabling these financial institutions to transform and meet the key requirements of Open Banking.

How We Improved Table Performance in AppSignal - Back-end Changes

In our last development cycle, we spent time improving our table performance in AppSignal. As customers stay around for longer, data starts piling up. A view with just 10 items in the beginning gathers hundreds of items, and keeps growing. Besides filtering data in the front-end to reduce the returned data, we wanted to ensure our data could keep growing without timeouts in our GraphQL API or slow-loading pages in our app.