Systems | Development | Analytics | API | Testing

Latest Posts

Choosing the Right ETL Tool for Google BigQuery Storage

Google BigQuery is a robust and scalable cloud-based data warehouse that allows storing and analyzing vast amounts of data. BigQuery is a natural choice if your data already exists on the Google Cloud Platform (GCP). But before you leverage the platform, you need to extract the source data, carry out transformations, and load the data into your data lake or warehouse. This is where the ETL process and the ETL tools play a significant role.

SAP selects Tricentis as test automation engine of SAP Cloud ALM

Today, we are pleased to announce the availability of Tricentis Test Automation (TTA) for SAP integrated with SAP Cloud ALM. This release is the result of three years of close collaboration between Tricentis and SAP, and the result brings the best of application lifecycle management and test automation to SAP customers.

Expanding Possibilities: Cloudera's Teen Accelerator Program Completes Its Second Year

At Cloudera, we’re known for making innovative technological solutions that drive change and impact the world. Our mission is to make data and analytics easy and accessible to everyone. And that doesn’t end with our customer base. We also aim to provide equitable access to career opportunities within data and analytics to the workforce of tomorrow.

Introducing Deployment Tracks in Choreo

As we continuously improve Choreo's capabilities, we're excited to introduce a significant new addition: Deployment Tracks. This empowers users to achieve backward-compatible API releases, ensuring a smoother experience for API publishers and API consumers alike. This transition will entail minor user interface (UI) changes in the Choreo console for your existing components.

What are the Different Types of API Calls Developers Can Use?

API calls are requests made by one software application to another. There are various types of API calls. Different protocols and interfaces are available to designers who want applications to ‘talk’ to each other. In this guide, learn about the different types of API calls and how DreamFactory can improve API management in your organization. Here’s the key things to know about the different types of API Calls: Table of Contents.

How to Fix "IndexError: List Assignment Index Out of Range" in Python

The IndexError: List Assignment Index Out of Range error occurs when you assign a value to an index that is beyond the valid range of indices in the list. As Python uses zero-based indexing, when you try to access an element at an index less than 0 or greater than or equal to the list’s length, you trigger this error. It’s not as complicated as it sounds. Think of it this way: you have a row of ten mailboxes, numbered from 0 to 9. These mailboxes represent the list in Python.

How Cigniti and Katalon reduced testing efforts by 50% for a leading cruise line in the US

Cigniti is a global digital assurance and engineering company that manages and implements enterprise digital transformation projects. One of its premier clients, a large cruise line headquartered in Florida, rolled out a fleet of the three most modern ships in the world. The cruise line commissioned Cigniti to develop web, mobile, and tablet automation supporting the back office, onboard staff, and customers.

Design and Deployment Considerations for Deploying Apache Kafka on AWS

Various factors can impede an organization's ability to leverage Confluent Cloud, ranging from data locality considerations to stringent internal prerequisites. For instance, specific mandates might dictate that data be confined within a customer's Virtual Private Cloud (VPC), or necessitate operation within an air-gapped VPC. However, a silver lining exists even in such circumstances, as viable alternatives remain available to address these specific scenarios.

Using Kong Gateway to Adapt SOAP Services to the JSON World

While JSON-based APIs are ubiquitous in the API-centric world of today, many industries adapted internet-based protocols for automated information exchange way before REST and JSON became popular. One attempt to establish a standardized protocol suite for automated data interchange within and between enterprises was SOAP, originally an acronym for Simple Object Access Protocol.