Systems | Development | Analytics | API | Testing

Latest posts

How to Monitor API Usage and Performance with the Moesif Plugin for AWS API Gateway

API gateways provide a central point to govern and control access to your APIs, enabling customers and partners to quickly create new experiences. Amazon API Gateway has native support for a variety of compute resources like AWS Lambda or Amazon Elastic Compute Cloud (Amazon EC2).

What Functional Tests Overlook, See It with Visual Testing

Organizations strive to deliver the best possible digital experience to their customers. One way to ensure this is by testing their applications, and many organizations perform functional testing to verify that the application behavior is working correctly. However, there are areas that functional testing cannot cover. This is where visual testing comes in.

[Webinar] How QA Orchestration Improves Your Mobile Testing Productivity

“Test Orchestration” is the key strategy of companies in today’s competitive marketplace. However, it may become a time-consuming and effort-intensive process if not done right. Hence, there’s a need for better strategies.  Watch the recording of this Katalon x Kobiton webinar and explore how to boost up your team productivity with the industrial experts! In this webinar, our experts will walk you through:

The Key Metrics That Fintech Product Managers Can't Live Without

If each product is a world in its own, each industry in which that product -or service, for that matter- is deployed, is a universe. A seemingly chaotic universe full of data coming from every direction and angle that you, the product manager, need to catch, analyze, and funnel into your every day. If this does not sound easy, it is because it is not!

Picking up the pieces of your monolith breakdown

A decade ago, all developers could talk about was breaking down the monolith and event-driven architectures. Especially in the financial services industry, to become more nimble and accelerate their application delivery. They leveraged messaging systems to decouple the application, and specifically Apache Kafka has transitioned from being a data integration technology to the leading messaging system for microservices.

C++ Microservices in Docker

Microservices have become a popular way to architect applications, particularly those that compose functionality from a variety of loosely coupled systems and services. While there are a variety of frameworks and tools for implementing a microservice architecture, it isn’t always clear how to expose native code like C or C++ code within a wider microservice system. That’s where HydraExpress comes in.