Systems | Development | Analytics | API | Testing

Latest Blogs

Top 14 ETL Tools for April 2024

Organizations of all sizes and industries now have access to ever-increasing amounts of data, far too vast for any human to comprehend. So far in 2023 so far, the world produced and consumed 328.77 million terabytes of data per day — an almost unimaginable number. However, all this information is useless without a way to efficiently process it, analyze it, and reveal the valuable data-driven insights hidden within the noise.

Microapps vs. Microservices: the Similarities and Differences

From the end user’s perspective, the microapps and microservices often seem to provide the same functionality. However, development teams need to think about microapps vs. microservices when building products. Before you commit time to microapps or microservices architecture, take some time to consider how these options will affect user experience (UX), user interface (UI), and security of your websites, web apps, and mobile apps.

The Types of APIs Your Organization Might Need

When comparing the types of APIs (application programming interfaces), API architecture types and different API categories are incredibly important. The following article will discuss API architecture and protocol types (REST and SOAP) and three types of API categories (open, internal, and partner). Here’s the key things to know about the types of APIs your organization might need: Table of Contents.

Announcing the GA of Kong Konnect Dedicated Cloud Gateways

Today we announce the general availability of Kong Konnect Dedicated Cloud Gateways, delivering on our promise when we launched the service in tech preview late last year. Cloud Gateways is a fully managed, multi-region API management solution. It’s the easiest and fastest way to deploy performant, scalable, and highly available global API management infrastructure in the cloud using Kong Gateway with Kong Konnect, Kong’s unified API platform.

Testing generative AI systems and red teaming: An introductory guide

The topic of testing AI and ensuring its responsibility, safety, and security has never been more urgent. Controversy and incidents of AI misuse have increased 26-fold since 2021, highlighting growing concerns. As users quickly find out, AI tools are not infallible; they can make mistakes, display overconfidence, and lack critical questioning. The reality of the market is that AI is prone to error. This is exactly why testing AI is crucial. But how do we test AI?

How Asgardeo Protects You from Costly Downtime

We all love the ease and affordability of SaaS (Software-as-a-Service) tools. We expect our SaaS apps to be available whenever we need them, building our business processes around this assumption. At WSO2, we are grateful that many organizations trust our SaaS solutions, and we continually work to ensure this trust is well-founded. It’s worth taking a moment to understand the impact when those mission-critical apps go offline. Just one minute of downtime can cost businesses thousands of dollars.

JMeter JMesPath Extractor

Extracting values from server responses is a common operation in scripting scenarios for performance testing. In most cases it is a mandatory step in order to reproduce realistic traffic using dynamic values generated on server side like sessionIds or Tokens. The most known way to extract values is using regular expression. While regular expressions are efficient for raw text-based responses, they are less efficient for structured responses like XML or JSON.

Download a file from SharePoint with the API

Many organizations are turning to SharePoint to store their files and share documents. Allowing your systems to access these files might seem like a challenge at first, but with the help of the Microsoft Graph API, you can quickly download the file to start processing on your back-end. Download the example solution to get started. Use the created functions in your solution to simplify Microsoft Graph integration.