Systems | Development | Analytics | API | Testing

Analysis Insights: Stop Hunting for Root Causes in Your Load Test Reports

We are launching with this post a new series of blog articles and LinkedIn posts titled "Features Sitting Idle". In this series, we explore key features of OctoPerf that are either misused, misunderstood, or simply unknown to our users. It's time to shine a light on these hidden gems, features that are already there, ready to become a central part of how you test. This is probably the most common situation after a load test.

SwiftData Tutorial: Swift Data Storage for iOS Apps

Since its debut in June 2023, SwiftData has fundamentally changed how Apple developers approach persistence. Devs the world over love it for its versatility, its declarative ease and its powerful querying system. But if you’re new, SwiftData can take some getting used to. Failures can feel less transparent and relationships can play out differently to how you might expect. So in this tutorial we’ll show you how SwiftData works and how to.

The API testing gap: How AI-accelerated development challenges software quality

While AI accelerates development velocity by a factor of ten, a critical consequence remains: testing hasn’t kept pace. According to SmartBear research, 70% of software professionals report that their application quality has already degraded due to AI-accelerated development. Even more concerning, 60% have experienced quality issues in the past year as development velocity outstrips testing capacity.

Building an API Gateway with Koa and AppSignal

In an API-driven setup, a gateway often sits between clients and backend services: it can validate input, aggregate upstream responses, and give you one place to observe traffic. Koa is a strong fit for that role. Its core stays small, async/await is first-class, and middleware composes in a predictable stack. In this article, you will build a compact API gateway with Koa that: You will also wire up AppSignal for the Node.js stack.