Systems | Development | Analytics | API | Testing

Explore the New and Improved WSO2 Micro Integrator Runtime Versioning System With Choreo

Choreo now allows you to specify WSO2’s Micro Integrator runtime version and update level when deploying integrations. Previously, Choreo defaulted all deployments of WSO2 Micro Integrator projects to a specific runtime version and update level. With this improvement, developers can specify the exact runtime version and update level required for their integrations. This improvement simplifies the development and troubleshooting process for integration developers.

OpenID vs OAuth: Understanding API Security Protocols

When it comes to digital identity, OpenID and OAuth are two peas in a pod, but they have their differences. OpenID connects you to relying parties using a single sign-on, while OAuth grants access tokens so you can give apps limited access. They both make authentication simple, seamless, and secure. However, don't be fooled: behind the scenes, they're as different as night and day. OpenID is about logging you in, while OAuth is all about letting apps in.

Supercharge API Performance Testing with ReadyAPI

As the holiday season approaches, businesses worldwide are gearing up for the busiest and most lucrative time of the year. In today's digitally driven marketplace, the flawless performance of your APIs is crucial for maintaining and boosting business revenue during this time. As consumers increasingly rely on online shopping and mobile apps for their holiday purchases, any API-related glitches or slowdowns can lead to frustrated customers and abandoned transactions, resulting in lost sales.

Introducing Choreo API Chat: Transforming Your API Interactions With AI

We're delighted to unveil Choreo API Chat, Choreo's innovative approach to interacting with APIs, powered by Generative Pre-trained Transformer (GPT) 3.5 large language model (LLM) from Azure OpenAI. This allows users to try out APIs running or proxied via Choreo using natural language, serving as a complementary tool to traditional methods. It offers a convenient way to quickly try out endpoints without delving deeply into API specifications or crafting intricate JSON payloads.

API Testing Tutorial for Complete Beginners

API (Application Programming Interface) testing is a crucial skill for software professionals. Whether you’re new to testing or an experienced pro, this blog is your go-to resource. We’ve distilled valuable insights from The Test Tribe’s 4th Virtual Meetup on API Testing with Pricilia into an easy-to-understand blog guide. For the visual learner’s out there, you can watch the complete video below.

Introducing External Identity Provider Support for Choreo

Choreo is an internal developer platform where you can develop, deploy, and manage your cloud native applications with minimal effort. Authentication and authorization are essential to consider when restricting access to your application. Determining the legitimacy of the consumer of your cloud application is the main purpose of authentication. Authorization guarantees that the consumer has the necessary permissions to access your applications.

Amazon RDS vs. MySQL | How to Choose What is Best For You

In this article, we will compare Amazon RDS vs. MySQL, two database concepts widely used in the world of cloud computing and database management. The purpose of this comparison is to help you understand the key differences between these two concepts and assist you in making an informed decision about which one is best suited to your specific needs. Here are the key differences between Amazon RDS and MySQL: Table of Contents Need an API?

The Top 10 Best API Integration Tools For Developers

API integration has proved to be an essential companion for developers in the constantly advancing world of software development. API tools help blend systems and applications as they interact and engage with each other. Despite that, API connections can become complex at times. How do we choose the right API integration tool? What factors should be considered while selecting the API integration tool to work with?

Troubleshooting an Intermittent Failure in CI Tests on ARM64

The Kong Gateway CI was failing intermittently (about once every 100 runs) on the ARM64 platform with a strange error: “attempt to perform arithmetic on local 'i' (a function value)”. The variable i in the context is an integer but at runtime, it was sometimes a function value. This is caused by an error in the LuaJIT ARM64 JIT compiler. We’ve investigated and found the issue and the fix is merged in the LuaJIT upstream. This document describes how we fixed the error.