Systems | Development | Analytics | API | Testing

Why Kong is the world's most popular API gateway

APIs are at the backbone of every modern application that powers our day-to-day lives. As a matter of fact, API traffic today is at least 83% of the world’s global internet traffic , which underlines the importance of modern API infrastructure that can unlock innovation, agility, fast release cycles, IP reuse and more scalable teams. Most of this innovation is driven by technologies that are open source and platform-agnostic, like Kong Gateway.

Get Certified! Announcing the Kong Certification Program

The joy and woe (sometimes) of working in technology is that we are forever learning. The software stack is ever-evolving, and so many of us in this industry have come to embrace a lifetime of learning. Here at Kong, we are truly passionate about learning and teaching through Kong education. It has been our goal for some time to give our customers, partners and community users the opportunity to demonstrate their skills through a certification and badging program.

Mock Implementation with Choreo Connect, WSO2 API Manager

In Choreo Connect 1.1.0 release, mock APIs are supported considering the API definition file. Users can define mock responses in Open API Specification 3 (OAS 3) or using Swagger definition. With the latest WSO2 API Manager 4.1.0 release, the relevant endpoint type for this API type is Mock Implementation Endpoint type. These APIs are manipulated under the pre-released API lifecycle state. With Choreo Connect API definition based mock implementations, you can define default responses, HTTP status code based responses, status code based preferred response retrievals.

Databases vs. Data Warehouses: What are the differences?

When it comes to data management, there are two main options: databases and data warehouses. Both have their unique benefits and drawbacks, so it can be challenging to decide which option is best for your business. This article will discuss the differences between databases and data warehouses and help you decide which option is right for you.

Maximize Your API Revenue

The International Monetary Fund (IMF) is projecting a significant slowdown over the coming years, with global growth dropping sharply from an estimated 6.1 percent in 2021 to 3.6 percent in 2022 and 2023. Meanwhile, Reuters polls reveal that the global streak of high inflation is far from over. As such, businesses need to be doing all they can to maximize their revenue – not through increasing spend on new infrastructure, but by getting maximum business value out of their existing product.

API Security: Tips and Practices to Keep Your System Safe

As more and more businesses move to API-driven architectures, the need for strong API security increases. If your business relies on APIs to connect different parts of your infrastructure, you need to make sure your APIs are adequately secured. This article will discuss API security best practices to protect your data.

Validate WSO2 API Manager gateway request with open policy agent

Open policy agent (OPA) enables you to write security and compliance policies as code, or call any external policies using the OPA standard. WSO2 API manager uses this capability to offload policy decisions of API gateway requests to this policy engine. By decoupling the policy enforcement from evaluation, API policymakers now have the opportunity to write dynamic and reusable policies for ever-changing requirements. You can then reuse an OPA policy like any other policy in the API Manager by graphically dragging and dropping it into a policy pipeline. This video explains how it works and gives a demo.

What Are The Main Advantages to API Testing?

In the world of application development, Application Programming Interfaces (APIs) enables the communication and exchange of data between software. Testing your API is essential to the proper integration and delivery of quality software and product. Unlike UI testing, API automation testing is designed to withstand the short release cycles and frequent changes that occur while using best practices for software development and IT operations. API testing is more important than ever.

Advantages of Using a Mock API to Accelerate Development

Mocking APIs is an increasingly popular trend, with more and more developers seeing the advantages of mocking dependencies rather than spinning up actual duplicates of resources. On a high-level, a mock API means that you have a service that returns static data, which in turn is based on a real API.