Systems | Development | Analytics | API | Testing

Enable Enterprise-Wide Agentic Access to APIs

While more and more organizations are seeking to standardize and consolidate their API and AI infrastructure efforts in a unified platform, the reality is that many — especially large — organizations already have disparate API deployments across disparate API gateways. One common API gateway that most enterprises have running at least somewhere is AWS API Gateway, as it is often seen as an easy-to-get-started-with solution for teams that are already running cloud workloads on AWS.

Test the Untestable With Perfecto AI: GUI Cards

Discover how Perfecto AI streamlines the testing of complex GUI cards and collapsible menus, a common challenge in modern application design. This demonstration reveals how a single, natural language prompt can execute sophisticated tests across multiple platforms, saving significant time and effort. What you will witness.

Test the Untestable With Perfecto AI: Nested Tables

Discover how Perfecto AI simplifies automated testing for complex and nested tables, a common challenge in data-intensive applications. This short demo showcases how a single, natural language prompt can execute sophisticated data validation across multiple platforms, simplifying a traditionally difficult and time-consuming process. What you will see in this demonstration.

Test the Untestable With Perfecto AI: Complex Diagrams

Watch how Perfecto AI validates complex diagrams, verifying elements such as object positioning, color accuracy, and labeling correctness. With agentic AI, these traditionally difficult areas for test automation are simplified using natural language prompts. Get ready to explore.

Introducing Moesif Basic Insights for WSO2 API Manager (APIM) and Bijira

One of the principals of Moesif’s efforts has been making API analytics more accessible and easier to use for everyone. We have helped enterprises of different sizes and use cases grow and succeed with their API and AI products through data-backed insights.

How to Read Code from the Showcase Ruby on Rails Engine

Reading a lot of code from very senior engineers is probably one of the best ways to level up as a Ruby on Rails developer. By doing so, we can learn new tips and techniques that we can reuse in our jobs. Thanks to open source, we can read code written by the best developers from all over the world, and for free! However, reading code from a Ruby gem or a Rails engine for the first time without being guided can be daunting. There are so many files; how do we even know where to start?

Angular Signal-Based Architecture: Building a Smarter Shopping Cart

In part one of this series, we explored how Angular Signals shift the reactive model away from the RxJS-centric approach we’ve relied on for years. We walked through the core API signal(), computed(), and effect() primitives, and demonstrated how they simplify state management by removing the need for subscriptions, teardown logic, and deeply nested observables. We also introduced a minimalist CartService that held cart items in a private signal and exposed a computed total price.