Systems | Development | Analytics | API | Testing

%term

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.

When to use Testsigma as a cross-browser testing solution for your organization?

According to browser usage statistics here , there are 4.3 billion internet users today. Review42.com also says that in 2008 there were 112 different types of browsers people were using to access the internet. Thus, it’s evident that people can be accessing the same website from multiple browsers at the same time – which makes cross-browser testing very important.

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.

Top 5 API Testing Tools

Today’s software testing trends show the growing demand for more efficient and automation-oriented API testing. Many of the current test automation solutions focus on the UI, while most API-level testing is still done manually. As a result, testers are in need of easy-to-use, intelligent automation tools for testing APIs — improving their productivity and efficiency, while also reducing time-to-market.

The Top Visual Studio Code shortcuts to make your life easier

Visual Studio Code is a feature-rich IDE that can be used for small personal projects and massive enterprise projects alike. It’s a great tool that enables a developer to focus on the task they have in front of them, but there are times when a developer gets slowed down like when they have to move from the keyboard to the mouse and then having to click through endless menus to find the file or feature they’re looking for. Thinking it sounds like you?