Systems | Development | Analytics | API | Testing

Building API First Integrations with Choreo

In this demo, we showcase how to build, deploy, and manage an integration service using WSO2 Micro Integrator and Choreo. You'll learn how to create a project, add components, and automate the CI/CD pipeline for seamless deployments. We’ll walk through deploying the integration service, securing and managing the API, and using the Developer Portal to discover, subscribe, and invoke the API. Plus, we’ll cover insights, observability, and API governance, highlighting how Choreo simplifies integration development with automation, security, and real-time monitoring.

S1.E33: Enhancing Security Testing with exploratory insights

In this episode of QA Therapy, we sit down with Richard Adams, a seasoned expert in security testing, to dive deep into the critical role security plays in modern software development. With security breaches becoming more sophisticated and frequent, it's essential for QA teams to integrate security testing into their workflows to protect applications and user data. Tune in to learn! Start developing better software with Xray - Test Management.

Feature Spotlight - Data Transformations

Watch how how Astera’s drag-and-drop Data Transformations make reshaping your data effortless. Connect to any source in just a few clicks, clean and restructure with a simple drag and drop, and enrich your data with calculations, merges, and format conversions—all without writing a single line of code! Tune in every Wednesday to explore a new feature and see it in action!

Unlock Your Data's Full Potential for Smarter Decision-Making

Budgeting and planning are the backbone of your organization’s success. However, manual processes, endless spreadsheets, and disconnected systems can bog down your finance team, creating bottlenecks that waste time and divert focus from strategic growth. To stay competitive, you need a smarter approach—one that streamlines workflows, enhances accuracy, and maximizes ROI.

Understanding the insertion sort algorithm in Ruby

As we explore different methodologies for sorting data, we turn to the insertion sort algorithm. There are a number of reasons to like insertion sort! First, insertion sort is stable, which means that it does not change the relative order of elements with equal keys. It's also an in-place algorithm, meaning that it does not create a new array to store the sorted elements. Finally, insertion sort is a pretty simple algorithm to implement, as you'll soon see!

5 Things Data Engineers Must Know About Data Products

The typical data engineer is balancing many priorities. In addition to the day-to-day tasks like pipeline construction, connecting sources, and establishing data trust and governance, pressure is increasing to contribute to the organization’s bottom line. This may happen by unlocking the full value of the organization’s data or devising ways to accelerate business outcomes. One way to accomplish both is through data products.