Systems | Development | Analytics | API | Testing

Latest News

Everwell Health Reduces Testing Time by More Than 50% with Sauce Labs

Everwell Health Solutions invents, designs and develops an open source platform called the Everwell Hub that allows healthcare organizations across the world to ensure that everyone has access to high-quality care, especially when it comes to managing health regimens for tuberculosis, HIV/AIDS, and mental health. Everwell supports the Government of India’s Nikshay platform covering care for TB-affected people in India, with more than 2.4 million cases added to the platform annually.

3 Best Practices to Refine API Testing | Postman Alternatives in 2020

API testing remained an essential part of test automation and CI/CD process for QA teams to stay committed to short release cycles and frequent changes. API testing eliminates the need for maintaining scripts following the changes in the application under test’s UI. Read more API testing 101 Postman is a tool for API development, testing, and managing APIs for QA professionals. Postman was first developed as a side project for simplifying API workflow and testing projects.

The Future of Business Monitoring is Here & it's Autonomous

As the business world continues to integrate AI and machine learning to better manage big data processes, one area that arguably has benefitted the most is business monitoring. From IT management to business intelligence, the last few years have seen a drastic shift in how companies are monitoring their data.

How to Create SQL Percentile Aggregates and Rollups With Postgresql and t-digest

When it comes to data, let’s start with the obvious. Averages suck. As developers, we all know that percentiles are much more useful. Metrics like P90, P95, P99 give us a much better indication of how our software is performing. The challenge, historically, is how to track the underlying data and calculate the percentiles. Today I will show you how amazingly easy it is to aggregate and create SQL based percentile rollups with Postgresql and t-digest histograms!

What's All the Hype About? Iguazio Listed in Five 2020 Gartner Hype Cycles

We are delighted to announce that Iguazio has been named a sample vendor in the 2020 Gartner Hype Cycle for Data Science and Machine Learning, as well as four additional Gartner Hype Cycles for Infrastructure Strategies, Compute Infrastructure, Hybrid Infrastructure Services, and Analytics and Business Intelligence, among industry leaders such as DataRobot, Amazon Web Services, Google Cloud Platform, IBM and Microsoft Azure (some of whom are also close partners of ours).

Qlik and Fortune Launch "History of the Fortune Global 500"

Earlier this year, we launched a unique partnership with Fortune Magazine, with the first-ever data analytics site supporting the publication of the annual Fortune 500 list. Today, we extended that partnership with the debut of the “History of the Fortune Global 500,” our interactive data analytics site timed with the publication of the 30th anniversary of the Fortune Global 500 list.

How to achieve product-market fit

Imagine going to work only to find that your inbox is flooded with customers telling you how happy they are with your software. People are in such a hurry to download your app, you need to scale your servers to meet the demand before the infrastructure crashes. Your phone rings: it’s a tech journalist trying to book an interview with you about your company's growth. This is the dream for every business owner and entrepreneur. But the reality is often in stark contrast to the scenario above.

Make Your Keyboard Great Again! - User Story

We are all familiar with this scenario, you work on your training code, fix “all” of the bugs (the ones you know about), wait for a few iterations, see that batch size wasn’t wrong and nothing blows up, and then you happily go home. However, when you come back into the office the next day look at your loss and test accuracy you’re horrified to find that the experiment crashed on the first test cycle because you pointed your test set in the wrong folder 🙁

Tracing With Zipkin in Kong 2.1.0

There is a great number of logging plugins for Kong, which might be enough for your needs. However, they have certain limitations: Most of them only work on HTTP/HTTPS traffic. They make sense in an API gateway scenario, with a single Kong cluster proxying traffic between consumers and services. Each log line will generally correspond to a request which is “independent” from the rest.