Systems | Development | Analytics | API | Testing

%term

Mobile Testing Strategies for Maximizing ROI

Hosted By: Marcus Merrell, Staff Product Marketing & Testing Strategist, Sauce Labs Diego Molina, Staff Software Engineer, Sauce Labs Background: While manual testing with physical devices stymies innovation, collaboration, scale, and productivity, making the move to cloud-based device testing leads to reduced risk, improved efficiency, and faster time-to-market. Watch the webinar replay to explore.

Essential Open APIs for Thriving in App Development

An application programming interface (API) defines a set of rules and protocols that allow different software entities to communicate with one another. Open or public APIs offer free access to everyone with little or no restrictions. These public APIs allow developers to build innovative solutions and extend existing ones covering a variety of use cases. In this article, we cover some of the best open APIs from different categories.

Serverless Decoded: Reinventing Kafka Scaling with Elastic CKUs

Apache Kafka has become the de facto standard for data streaming, used by organizations everywhere to anchor event-driven architectures and power mission-critical real-time applications. However, this rise has also sparked discussions on improving Kafka operations and cost-efficiency—streaming data is naturally prone to bursts and often unpredictable, resulting in inevitable variations in workloads and demand on your Kafka cluster(s).

Cypress vs. Playwright for Node: A Head-to-Head Comparison

It's essential to test web applications to ensure reliability, functionality, and a good user experience. That's why robust testing frameworks have become so important for web developers. Among the plethora of available tools, Cypress and Playwright have emerged as two of the most popular choices for automating end-to-end testing. In this Cypress versus Playwright comparison guide, we'll explore the strengths and weaknesses of the two tools, their features, and their differences. Cypress or Playwright?

Data Engineering for AI at Scale with Qlik and Databricks

For data engineers, the Generative AI (Gen AI) era is a transformative shift in how we approach data architecture and analytics. Professionals at the forefront of this shift will be gathering in San Francisco, at the Data+AI Summit June 10-13. Attendees will be exploring tools that integrate with Databricks Intelligent Data Platform that decrease data management costs and improve data's impact on business outcomes.

Fast-Track to Data Insights: Deliver Impactful Salesforce Sales Metrics to the Databricks Gold Layer

Join Kelly Kohlleffel from Fivetran in this demonstration that moves and transforms raw Salesforce data into impactful sales metrics in the Databricks Data Intelligence Platform. Learn how to set up a Salesforce to Databricks connector with Fivetran’s fully automated and fully managed data movement platform. Then watch how the new dataset in Databricks is automatically transformed from the Databricks bronze layer to the gold layer—making it analytics-ready and data product-ready in minutes.

Streamlined Data Movement: Fivetran's SAP ERP Integration with Databricks Explained

Join Kelly Kohlleffel from Fivetran as he demonstrates the seamless integration of SAP ERP data into the Databricks Data Intelligence Platform using Fivetran’s powerful data movement automation capabilities. Learn how the Fivetran SAP ERP for HANA connector effortlessly syncs your data to Databricks, making it ready for all data workloads. Discover how Fivetran utilizes Databricks’ features like Serverless and Unity Catalog to help you quickly build new data products and solutions with SAP ERP data efficiently in Databricks.

Adding views to an API-only Rails app

Ruby on Rails has long been celebrated for its ‘convention over configuration’ philosophy, simplifying web development for countless programmers. However, what if you’ve started with a lean Rails API-only application and now find yourself needing a front-end? This isn’t uncommon, especially with the rise of JavaScript frameworks and SPAs.