Systems | Development | Analytics | API | Testing

3 Test Data Management Best Practices to Improve Application Development

Today’s application development requires today’s test data management best practices. This is especially true for organizations embracing cloud-based application development. So, what can you do to improve your test data management practices? Start here, with our top best practices for test data management.

WSO2Con Opening Keynote: Platformless Modernization | WSO2Con Barcelona 2025

Modernization is an ongoing journey—not just about migrating from legacy systems, but about continuously evolving, adapting, and pushing the boundaries of what’s possible. In today’s fast-moving landscape, AI is transforming how we build, integrate, and manage software, making modernization a necessity rather than a choice.

Efficient AI Management: Token Rate-Limiting & Tiering in Kong

Don't let runaway AI token usage drain your resources! In this practical demo, learn how Kong Inc.'s innovative AI Gateway and API Management platform can help your organization efficiently manage token consumption across multiple AI models. See firsthand how to: Implement user-specific rate limits based on token usage Optimize AI costs by easily configuring access tiers Ensure your AI solutions scale seamlessly while maintaining high performance.

Shopify chooses mobile DevOps platform Bitrise to streamline development and achieve up to 50% faster build times

Bitrise, the leading mobile DevOps platform, is now powering Shopify’s mobile app development, enabling the global commerce giant to streamline workflows, reduce complexity, and accelerate app builds by up to 50%. With over 875 million unique shoppers purchasing from Shopify merchants in 2024, the company’s adoption of Bitrise allows it to expand its app capabilities and better serve its growing merchant base.

Reduce bandwidth and processing overhead with conflated subscriptions

For some realtime applications, the latest state matters more than the full stream of updates. If you’re tracking stock prices, monitoring live sports scores, or displaying GPS locations, you don’t need to process and transmit every intermediate update—just the most recent one. To help you minimize bandwidth usage, processing costs, and system load, we’ve introduced conflated subscriptions to Ably Pub/Sub.

SwiftUI Navigation Explained: Best Practices for Seamless App Flow

Navigation is one of the most basic functionalities of any app, and among the most crucial aspects of our work as developers. From replacing a login screen with our actual logged-in state app, to showing a modal with details of any item inside our app, all of these are navigational challenges we need to tackle in our day-to-day. SwiftUI has introduced a modern approach to navigation in Apple-based platforms.

Develop an EV Charging Station Finder App like Plugshare

The era of internal combustion engine (ICE) vehicles is gradually fading, and for a good reason. These fuel-powered engines emit an alarming amount of harmful gases, significantly contributing to air pollution. According to the UNEP, air pollution is responsible for nearly 6.7 million premature deaths every year, with respiratory diseases like lung cancer, chronic obstructive pulmonary disease, and cardiovascular issues on the rise. But humans aren’t the only ones suffering!

Generating Tests from Recorded Data in Node.js

Testing is necessary to produce working code, but it can be difficult and takes a lot of time! By reducing the time and cost of testing, we can increase the pace at which we can ship reliable and working features to customers. In this article, we'll explore easy and quick ways to collect and generate data and create schemas for testing.