Systems | Development | Analytics | API | Testing

The Ethics of Data Exchange

COVID-19 vaccines were developed in record time. One of the main reasons for the accelerated development was the quick exchange of data between academia, healthcare institutions, government agencies, and nonprofit entities. “COVID research is a great example of where sharing data and having large quantities of data to analyze would be beneficial to us all,” said Renee Dvir, solutions engineering manager at Cloudera.

Snowflake and SK Inc. C&C Partner to Drive Innovation Powered by Data

According to Harvard Business Review, South Korea is one of the leading countries in the world for technology innovation, and it’s among the top producers of new data. Technology is so ingrained in the national identity that it launched a “Digital New Deal” to lay the foundation for a digital economy that will facilitate growth and innovation, according to PR Newswire.

A Detailed Comparison of Cypress vs. Selenium vs. Katalon Studio vs. Rainforest

While Selenium IDE has been popular in the automated testing world, most teams using Selenium run into these problems. There are lots of different test automation tools—from easier ways to generate Selenium code to no-code SaaS (software as a service) options—all trying to solve these problems. In this article, we’ll talk about key differences between the following tools that represent the three main approaches to solving Selenium shortcomings.

How to Handle HIPAA Concerns With Cloud Data Warehouses

How to use a cloud data warehouse to achieve HIPPA compliance, reduce risk and offload some of the operational burden. How do you balance an accessible data warehouse with data protection and HIPAA Compliance? To get the most value from your data, it should be available to everyone in your organization who can benefit from the data analysis, insights and value it holds.

How ThoughtSpot's product management team uses ThoughtSpot to drive user growth

Enabling customers and users to quickly find the value within a product is critical for many organizations and at the heart of being a product manager. The approach to driving user growth involves a growth mindset, combining qualitative and quantitative research methods, and driving impactful solutions.

Katalon Studio 8.1 - Smarter Ways to Handle Flaky Tests

Hello Katalians! Time flies when you’re busy creating awesome products! Back in May, we delivered Katalon Studio 8 , which included features to provide better scalability options and a better user experience. And because we are not in the business of keeping you waiting for the latest and greatest, today, we are excited to announce the release of Katalon Studio 8.1 (KS8.1) .

How to Leverage Insomnia as a GraphQL Client

Here at Kong, we’re advocates for architecting your application as a group of microservices . In this design style, individual services are responsible for handling one aspect of your application, and they communicate with other services within your network to share data. Systems like Kubernetes or the Kuma service mesh help orchestrate traffic and manage network policies so that your microservices can function together as a unified whole.

Responsible Monkeypatching in Ruby

When I first started writing Ruby code professionally back in 2011, one of the things that impressed me the most about the language was its flexibility. It felt as though with Ruby, everything was possible. Compared to the rigidity of languages like C# and Java, Ruby programs almost seemed like they were alive. Consider how many incredible things you can do in a Ruby program. You can define and delete methods at will. You can call methods that don’t exist.