Systems | Development | Analytics | API | Testing

P4 One: Intuitive Version Control for Designers and Artists

P4 One is a free version control client from Perforce P4 tailored for art teams—or really, anyone new to version control. If you’re already using Perforce P4 (formerly Helix Core), P4 One provides an intuitive interface for your collaborators who don’t need all the controls of P4V. If you’re not using P4, P4 One lets you version files locally. It can handle large binaries and project sizes that can break other version control systems. And when your team’s ready to scale, just connect to a P4 server.

Streamlining Android app development and release processes - Bitrise webinar

Building, testing, and releasing apps for Android has specific requirements and unique challenges. In this webinar, we’ll walk through DevOps development hacks that make building, testing, and releasing apps faster and easier for your whole team. Speakers: Tamas Bazsonyi, Staff Solutions Engineer @ Bitrise Brian Reed, SVP Mobile Defense @ Appdome Vasiliy Zukanov, Android Developer Hosted by Laura Hauser, VP of Marketing at Bitrise.

Transforming Snapshots with Templates

Ever wished you could save and reuse your API traffic transformations? With Speedscale's new snapshot templates feature, you can! In this demo, we'll walk you through how to: Find and filter API traffic to create a snapshot. Transform sensitive data, like authentication tokens, with templates. Apply those saved templates to new snapshots instantly, saving you time and ensuring consistency. Whether you're looking to automate your testing or handle sensitive data more efficiently, our new templates feature makes it easier than ever to manage your API snapshots.

New Moderation Providers for Ably Chat

We're excited to announce that we've expanded the moderation capabilities for Ably Chat by introducing two new moderation providers: Bodyguard, Tisane. This enhancement builds upon our recent launch of Moderation for Ably Chat, designed to ensure safer, cleaner, and more enjoyable chat experiences for all users. With these new providers, you now have greater flexibility when choosing which moderation service best fits the needs of your community.

WSO2's Customer Satisfaction Remains High in H1 2025

At WSO2, our mission is to deliver exceptional digital experiences. We believe that this commitment, combined with our company culture rooted in honesty and transparency, is why organizations worldwide continue to place their trust in us. We're thrilled to share our customer satisfaction scores for the first half of 2025. These results, which reflect our dedication to our customers, include a Net Promoter Score (NPS) of 61 and a Customer Satisfaction (CSAT) score of 4.46 out of 5.

Demo: Streaming Agents automate competitive pricing in real time

Streaming Agents enable you to build, deploy, and orchestrate event-driven agents natively on Apache Flink and Apache Kafka. By unifying stream processing and agentic AI workflows, they leverage fresh context to continuously monitor and act on what’s happening in the business. In this demo, Brenner Heintz, Staff Technical Marketing Manager at Confluent, shows how to build agents that automate real-time competitive price matching on sales orders.

Why API Authentication Is Crucial For Modern Application Security?

Ever been curious about how your app is able to determine if an incoming request is coming from a trusted user or an attacker? In a world where APIs power everything from mobile apps to banks, securing the APIs that underpin them is no longer a nicety but a necessity. One vulnerable endpoint can open the door to data breaches, account takeovers, or even worse. That’s where API authentication comes in.

Dynamic Testing: Your Complete Guide To Runtime Software Testing

Every developer has been there, our code looks perfect on paper, passes all static checks, and seems bulletproof. Then the production cause hits, and suddenly everything falls apart under real user behaviour. The gap between “code that looks right“ and “code that works right“ is where dynamic testing shines. In this blog, we will learn about what dynamic testing is, why dynamic testing is needed in software development and how keploy assist in dynamic testing.

Webhook Triggers for Event-Driven APIs

Webhooks are a smarter way for APIs to communicate in real-time. Unlike polling, which constantly checks for updates, webhooks automatically send notifications when specific events occur. This makes them faster, more efficient, and resource-friendly. Here’s how they work and why they matter: What are Webhooks?: They are HTTP callbacks triggered by events, delivering data instantly to other systems.