Systems | Development | Analytics | API | Testing

Snowflake Data Marketplace In Action: Solving Real-World Problems with Public Data

Meet 3 data practitioners who used Snowflake Data Marketplace to answer interesting questions with public data - and gained real benefits for their companies and careers. Snowflake Data Marketplace allows data analysts, data scientists, and data engineers to access more than 650 live, ready-to-query data sets from more than 175 third-party data providers and data service providers.

Buying and selling your home with data: A Q&A with Opendoor CTO Ian Wong

While many businesses struggled to keep pace with the changing economics of a global pandemic, the real estate industry was booming. The housing market reached record-breaking heights last month, with median existing-price homes rising 17.2% over the prior year. This increase in the average cost of a house was compounded by accelerated closing times, as the average house sold in 18 days, a record low.

Codeless Test Automation integrating Ranorex with Xray and Jira - Tutorial

Ranorex is a codeless test automation solution that uses a keyword-driven framework to implement GUI test automation across a broad set of technologies, including desktop, web, and mobile. In this video we'll show you how to have visibility of your test automation results in Jira, using Xray.

8 Cloud Cost Optimization Tactics for Kubernetes

If you’ve ever gotten sticker shock after receiving a surprisingly large cloud bill, this might have been your reaction… I think we’ve all been there. While the cloud makes flexible scaling possible, it has also introduced many new services one can use, resulting in increased cloud costs. In this article, I’ll go over the eight ways you can reduce your Kubernetes cloud costs. I use Amazon Web Services (AWS) as an example, but the lessons can also apply to other cloud providers.

LiveView Integration Tests in Elixir

In the second part of this two-part series on testing LiveView in Elixir, we’ll write an integration test that validates interactions within a single live view, and an integration test that validates the interactions between two separate live views. You will focus on testing the behavior of the survey results chart filter from the previous post. We’ll use the LiveViewTest module’s functions to simulate LiveView connections without a browser.