Systems | Development | Analytics | API | Testing

WWDC 2026: Under-the-radar announcements for iOS developers

WWDC 2026 delivered plenty to talk about. Apple's renewed AI push, Xcode 27 (that we shipped to customers in beta within 24 hours of the keynote!), and refreshing Liquid Glass. It also delivered a notable absence: no M5 Mac minis yet, which we covered separately. Now that the dust has settled, Bitrise’s Ben Boral went looking for the announcements that slipped past the highlight reel. If you're a mobile developer, these three are worth your time.

JavaScript console.log() Method: Complete Guide with Examples

console.log() is a foundational tool for developers learning JavaScript. It sends messages to the browser’s DevTools console, so we can see what our code is doing at runtime. This allows us to: Because it prints information directly to the console, we can observe values, program flow, and potential issues. In this post we’re going to cover the basics of console.log() syntax, the nuances of formatting and the essential DevTools add-ons that turn console.log() from a window into a dashboard.

Cloud Testing Security: Best Practices for Protecting Test Data in 2026

Cloud testing security remains a source of confusion for many IT teams. It’s not simply about protecting your test environment, nor is it interchangeable with general cloud security. In the context of load testing and performance testing, cloud testing security means safeguarding the data, assets, and processes involved in evaluating how your website or API performs under stress, all within a cloud-based environment.

Designing a Token-Efficient MCP Server: the OctoPerf Approach

In the first two articles of this series we showed what the OctoPerf MCP Server does. This one is for the builders: how we designed it, and specifically how we kept its token cost under control. Because here is the thing nobody tells you when you start writing a Model Context Protocol server: the hard part is not exposing your API to an LLM. The hard part is not exposing too much of it.

Playwright Virtual Users: Load Testing What Real Browsers Actually See

This is the third post in our "Features Sitting Idle" series, where we shine a light on OctoPerf features that are already in your account but rarely used to their full potential. This is a blind spot many teams discover too late. Tests pass, metrics look fine, yet real users report slowness or errors after a release. The root cause is almost always the same: the load test was built against the HTTP protocol layer, but the user pain happens in the browser, above that layer.

Driving Down Ingestion Costs to Unlock More Budget for AI Value

One line from Snowflake Summit 2026 stood out above everything else. Christian Kleinerman, EVP of Product at Snowflake: "We do not want any of you spending money with Snowflake, in any use case, if you are not getting more value in return." It's a refreshing commitment, and it points directly at the cost efficiency conversation we've been having with customers around open lakehouse architectures. Here's the core argument: data movement doesn't directly generate value.

Building a Data Foundation for AI Is a Rewarding Experience

AI runs on data, and global enterprises are awash with petabytes of data. That might suggest that it’s easy for companies to advance their businesses through the power of AI. Yet enterprise data is often fragmented across departmental and technological silos, and that data is often inconsistent, ungoverned and disconnected from mission-critical systems. As a result, many AI initiatives stall before they can deliver operational value, and the root cause is rarely the model.

Build Compliant AI Agents With Stateful Stream Processing

The EU AI Act's general provisions are already in force, and high-risk AI system obligations apply from August 2026. The National Institute of Standards and Technology (NIST) AI Risk Management Framework and its Generative AI Profile set the baseline for what auditors expect, framing governance around four functions: identify, measure, manage, and monitor. Deploying artificial intelligence (AI) agents in regulated environments isn't a sandbox experiment anymore. It's a strict governance challenge.

Build vs Buy Streaming for Real-Time RAG: 2026 Guide

Moving a retrieval-augmented generation (RAG) prototype from a Python notebook into production isn't an API orchestration challenge. It's a distributed systems problem. For engineering managers and data platform leads, the build-versus-buy decision on streaming infrastructure will dictate your artificial intelligence (AI) feature velocity for the next three to five years. This guide assumes you've already prototyped a RAG pipeline.