Systems | Development | Analytics | API | Testing

%term

S1.E9: Best practices for accessibility testing | QA Therapy Podcast

Are you battling against common accessibility myths, such as that it is too costly, time-consuming, or requires specialized training? These are all signs that accessibility isn't receiving the attention it deserves to ensure inclusivity for everyone. Today, we're fortunate to have Ady Stokes to provide solutions to address these accessibility challenges.

Does Your Organization Need a System Integrator?

Companies often face challenges integrating various systems and technologies. A system integrator is an invaluable resource for organizations. Five key takeaways about system integrators: In this article, you'll learn what system integrators do, how to know when you might need one, the benefits of hiring a system integrator, and how to choose the right system integrator for your organization.

Fivetran Demo: Rethinking RAG-based Gen AI with Fivetran, Snowflake, and private, structured data

Imagine building your own personalized California wine country visit assistant based on a private, structured dataset and a RAG-based approach to Gen AI. This video walks you through the process step-by-step. First, you’ll learn how to use Fivetran’s automated data movement platform to replicate a custom, structured winery and vineyard visit dataset (wineries and vineyards across all California wine country regions) from a relational database source to the Snowflake Data Cloud.

Business Testing in Production

In this blog post we are going to look at using JMeter to support business testing in production. This is a slightly different topic to the one discussed in this post on testing in production. The one in the link above is around running your performance testing in production for reasons that are discussed in that post. This post is going to focus on how you can leverage your performance testing tools to support this activity, as discussed above we will focus on JMeter in some of the examples.

Fivetran Demo: Replicating from Oracle to Snowflake with Fivetran HVR

Learn how Fivetran HVR can power your database replication from a variety of sources such as Oracle, SQL Server, and SAP to your database, data lake, or data warehouse target. In this demo video, watch the ease of setting up a pipeline between Oracle and Snowflake for secure, on-premises database replication.

Operational Data Fabric: What IT Leaders Need to Know

An operational data fabric focuses explicitly on integrating and managing disparate data in the context of operational systems and processes. It’s tailored to meet the needs of operational data management, often in real time or near real time, to support business operations. Let’s break down some key features of operational data fabric: To fully appreciate the transformative power of operational data fabric, it’s important to understand how it compares to data fabric.

Parsing CSV files in Ruby

Handling data in various formats is a common task in software, and CSV (Comma-Separated Values) files are among the most prevalent data formats you'll encounter. Whether for data migration, reporting, or simply importing and exporting data, processing CSV files efficiently is a necessary skill for any Ruby developer. In this article, we'll learn the practical aspects of parsing and handling CSV data using Ruby.